]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
prefix the ip address so that mita can use the UUID properly on the slave.yml file 289/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 11 Jan 2016 17:11:16 +0000 (12:11 -0500)
committerAlfredo Deza <adeza@redhat.com>
Mon, 11 Jan 2016 18:26:49 +0000 (13:26 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml

index 4e64095d4a8a6c42e912d6057025f28ccf35f44d..3447c3cf1e1e52e89ebb1f2dcb71178b7e22cddd 100644 (file)
@@ -99,7 +99,7 @@
         # relies on a convention to set a unique name that allows a reverse
         # mapping from Jenkins back to whatever service created the current
         # node
-        name: "{{ nodename }}+{{ ansible_default_ipv4.address }}"
+        name: "{{ ansible_default_ipv4.address }}+{{ nodename }}"
         labels: "{{ labels }}"
         host: "{{ ansible_default_ipv4.address }}"
         credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'