
Some clouds may not have metadata enabled, or even have it but is not reliable. Force the user to define in infra_config.yml the services that make up the OpenStack Infra cloud. This will be in a dict named 'services', which will contain an entry for each OpenStack Infra service (puppetmaster, zuul, nodepool, etc). Change-Id: I9e3fe34684cd31bf1750ad8cf72e7e9090bfe087
13 lines
367 B
YAML
13 lines
367 B
YAML
---
|
|
# file: site.yml
|
|
- include: generate_infra_dynamic_groups.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
|