4b60170a31
Our example playbooks have tripleo_repos defined however if they are run on RHEL boxes this fails. Let's limit the tripleo_repos to just centos for now. Additionally switch to use ansible_facts for distribution version information as well. Change-Id: Ib9dc4219254b1afc9eb6b4e35099b1b3649930a7 |
||
---|---|---|
.. | ||
container-build.yaml | ||
container-prepare.yml | ||
import-nodes.yml | ||
overcloud-deploy.yml | ||
overcloud-images.yml | ||
README.md | ||
standalone.yml | ||
undercloud.yml |
Playbooks
This folder contains a set of example playbooks that do the minimum required actions to perform specific actions. They can be used as example files to be tailored to your specific requirements.
Examples
container-prepare.yml
- Container prepare playbookimport-nodes.yml
- Baremetal node import and introspection playbookovercloud-deploy.yml
- Basic overcloud deploymentstandalone.yml
- Standalone playbook for PoCundercloud.yml
- Undercloud installation playbook