]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Treat 8.43-IP hosts as "permanent" builders too (for ceph.io, which builds HTML)
authorDan Mick <dmick@redhat.com>
Wed, 19 Jul 2023 20:33:06 +0000 (13:33 -0700)
committerDan Mick <dmick@redhat.com>
Wed, 9 Aug 2023 22:25:54 +0000 (15:25 -0700)
Signed-off-by: Dan Mick <dmick@redhat.com>
ansible/examples/builder.yml

index 4aad008579c36913d9f57ecd1278a888d528d3e1..e340633f978123c57c264c09e6d3c44b4b04cdf9 100644 (file)
     - set_fact:
         permanent: true
       with_items: "{{ ansible_all_ipv4_addresses }}"
-      when: "item.startswith('172.21.')"
+      when: "item.startswith('172.21.') or item.startswith('8.43')"
       tags: always
 
     ## Let's make sure nodename gets set using our Sepia hostnames if the builder's in Sepia
     - set_fact:
         nodename: "{{ ansible_hostname }}"
       with_items: "{{ ansible_all_ipv4_addresses }}"
-      when: "item.startswith('172.21.')"
+      when: "item.startswith('172.21.') or item.startswith('8.43')"
       tags: always
 
     ## EPHEMERAL SLAVE TASKS