infra-ansible/site.yml
Ricardo Carrillo Cruz afaf0e4a2c Set resolv.conf on nodes before bootstrap
In some clouds, the nodes created may not have a usable
dns server from Neutron.
Use the Google one, may set this role parameterized at
some point.

Change-Id: I05fcd867e47fcc45dab25d5be5c8349d272514f4
2016-06-09 12:15:40 +00:00

15 lines
430 B
YAML

---
# file: site.yml
- include: generate_infra_dynamic_groups.yml
- include: wait_for_servers.yml
- include: set_resolv_conf.yml
- include: common.yml
- include: set_hostnames.yml
- include: bootstrap_puppetmaster.yml
- include: bootstrap_puppet_infra_nodes.yml
- include: bootstrap_gerrit.yml
- include: run_puppet_on_gerrit.yml
- include: run_puppet_on_zuul.yml
- include: run_puppet_on_jenkins.yml
- include: bootstrap_jjb.yml