summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2018-08-21 08:32:10 -0500
committerKelley Spoon <kelley.spoon@linaro.org>2018-08-22 13:52:16 +0000
commitd6a93fab4e5f3b3254e3dd702ecd75573ffb5ce7 (patch)
tree7933bd766fdc69acace57a1ec17dcb8bfd1b5cff
parent4001e1a0327abb3e7effcc745b874a26d02bd29f (diff)
Hosts: reorganize jenkins_slaves
This change lets us break the servers in jenkins_slaves group up into subgroups determined by provider. It also uses the ansible_host var to set the static IP for the server so that we can refer to a server by it's shortname from the ansible command line. Change-Id: I4277f15af134924d125b8a947eac229dacb09fd3 Reviewed-on: https://review.linaro.org/28132 Reviewed-by: Kelley Spoon <kelley.spoon@linaro.org>
-rw-r--r--hosts45
1 files changed, 27 insertions, 18 deletions
diff --git a/hosts b/hosts
index cc2679f4..6d35b710 100644
--- a/hosts
+++ b/hosts
@@ -74,24 +74,33 @@ elk.linaro.org
[jenkins_master]
ci.linaro.org
-[jenkins_slaves]
-144.76.6.139 # aosp-x86_64-07
-188.40.51.209 # aosp-x86_64-08
-213.133.116.86 # aosp-x86_64-09 (ART)
-78.46.190.194 # aosp-x86_64-10 (ART)
-148.251.140.195 # lhg-build-01
-188.40.92.79 # x86_64-07
-188.40.49.144 # x86_64-08
-148.251.184.94 # x86_64-09
-138.201.52.83 # x86_64-10
-88.99.28.12 # x86_64-11 (RPB)
-88.99.28.38 # x86_64-12 (RPB)
-88.99.59.232 # x86_64-13 (LITE)
-88.99.149.141 # x86_64-14
-51.15.185.142 # lkft-build-01
-62.210.248.69 # oe-x86_64-01
-62.210.249.170 # oe-x86_64-02
-147.75.32.78 # aarch64_08
+[jenkins_slaves_hetzner]
+aosp-x86_64-07 ansible_host=144.76.6.139 # aosp-x86_64-07
+aosp-x86_64-08 ansible_host=188.40.51.209 # aosp-x86_64-08
+aosp-x86_64-09 ansible_host=213.133.116.86 # aosp-x86_64-09 (ART)
+aosp-x86_64-10 ansible_host=78.46.190.194 # aosp-x86_64-10 (ART)
+lhg-build-01 ansible_host=148.251.140.195 # lhg-build-01
+x86_64-07 ansible_host=188.40.92.79 # x86_64-07
+x86_64-08 ansible_host=188.40.49.144 # x86_64-08
+x86_64-09 ansible_host=148.251.184.94 # x86_64-09
+x86_64-10 ansible_host=138.201.52.83 # x86_64-10
+x86_64-11 ansible_host=88.99.28.12 # x86_64-11 (RPB)
+x86_64-12 ansible_host=88.99.28.38 # x86_64-12 (RPB)
+x86_64-13 ansible_host=88.99.59.232 # x86_64-13 (LITE)
+x86_64-14 ansible_host=88.99.149.141 # x86_64-14
+
+[jenkins_slaves_online]
+lkft-build-01 ansible_host=51.15.185.142 # lkft-build-01
+oe-x86_64-01 ansible_host=62.210.248.69 # oe-x86_64-01
+oe-x86_64-02 ansible_host=62.210.249.170 # oe-x86_64-02
+
+[jenkins_slaves_packet]
+aarch64_08 ansible_host=147.75.32.78 # aarch64_08
+
+[jenkins_slaves:children]
+jenkins_slaves_hetzner
+jenkins_slaves_online
+jenkins_slaves_packet
[publishing-docker]
publishing-ap.linaro.org