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:
Monty Taylor 2017-07-10 07:24:33 -05:00
parent 985e1c9dba
commit b414184b48
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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