Use the validate-host role instead of the openstack-info role
The new role has been reworked and is also not openstack specific but rather allows us to pass in openstack specific things. Change-Id: I6daa045d3f2ccb1540d64e81f7fc825eed08b2d4
This commit is contained in:
parent
985e1c9dba
commit
b414184b48
@ -1,4 +1,7 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- prepare-workspace
|
||||
- openstack-info
|
||||
- role: validate-host
|
||||
# TODO(mordred) When we have site-local variables, these should go there
|
||||
zuul_traceroute_host: git.openstack.org
|
||||
zuul_image_manifest: /etc/dib-builddate.txt
|
||||
|
@ -30,6 +30,9 @@
|
||||
post-run: playbooks/base/post
|
||||
roles:
|
||||
- zuul: openstack-infra/openstack-zuul-roles
|
||||
# TODO(mordred): Once base job in project-config is an override of
|
||||
# base job in zuul-jobs, we will not need this line.
|
||||
- zuul: openstack-infra/zuul-jobs
|
||||
# TODO(jeblair): This will only work for our current 6 digit
|
||||
# change numbers. We have a plan to do the formatting in the log
|
||||
# publishing playbook and pass the information back to zuul. That
|
||||
|
Loading…
x
Reference in New Issue
Block a user