Promote base-test to bast for ipv6 DNS fixes
This promotes https://review.openstack.org/557505/ to gather the network ansible variables needed for configure-unbound role. http://logs.openstack.org/67/549867/1/check/openstack-zuul-jobs-linters/60cb81c/job-output.txt.gz#_2018-03-28_21_43_26_651991 Change-Id: I68f5c3c7a1f2c582ac5f7b8b555b40e1cf4feb1a Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
8732cc00d8
commit
d6c5c1cd08
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
# NOTE(pabelanger): Until we hit the validate-host role, we have a minimal
|
||||||
|
# set of ansible variables collected by zuul-executor. This doesn't include
|
||||||
|
# network variables (ansible_default_ipv4 / ansible_default_ipv6) so gather
|
||||||
|
# these variables as they are important to the configure-unbound role.
|
||||||
- name: Gather network facts
|
- name: Gather network facts
|
||||||
setup:
|
setup:
|
||||||
gather_subset: 'network'
|
gather_subset: 'network'
|
||||||
|
@ -4,6 +4,15 @@
|
|||||||
zuul_log_url: "http://logs.openstack.org"
|
zuul_log_url: "http://logs.openstack.org"
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
pre_tasks:
|
||||||
|
# NOTE(pabelanger): Until we hit the validate-host role, we have a minimal
|
||||||
|
# set of ansible variables collected by zuul-executor. This doesn't include
|
||||||
|
# network variables (ansible_default_ipv4 / ansible_default_ipv6) so gather
|
||||||
|
# these variables as they are important to the configure-unbound role.
|
||||||
|
- name: Gather network facts
|
||||||
|
setup:
|
||||||
|
gather_subset: 'network'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- add-build-sshkey
|
- add-build-sshkey
|
||||||
- start-zuul-console
|
- start-zuul-console
|
||||||
|
Loading…
Reference in New Issue
Block a user