zuul-jobs/roles/validate-host/defaults/main.yaml
Albin Vass 94e69147a7 Replace occurences of '/' in nodename to something more path friendly
Inventory hostnames like "abc/123" is valid in both ansible and zuul
but this role breaks since it uses it as part of a path. This sanitizes
the hostname from "abc/123" to "abc_123".

Change-Id: Ic89d595b6f004b5ca4805f1af8387e8ba56564aa
2020-03-16 11:27:10 +01:00

5 lines
139 B
YAML

zuul_site_image_manifest_files:
- /etc/dib-builddate.txt
- /etc/image-hostname.txt
validate_host_hostname: "{{ inventory_hostname }}"