Files
tripleo-operator-ansible/playbooks/README.md
Alex Schultz 8f59d98095 Add basic overcloud deploy playbook
This adds an example overcloud deployment playbook that deploys a 1
controller and 1 compute overcloud using only the control plane.

Change-Id: Ib82418a85c4f9f40e71bbfe74bd6e17cc0066cd8
2020-02-19 10:07:46 -07:00

16 lines
519 B
Markdown

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 playbook
* `import-nodes.yml` - Baremetal node import and introspection playbook
* `overcloud-deploy.yml` - Basic overcloud deployment
* `standalone.yml` - Standalone playbook for PoC
* `undercloud.yml` - Undercloud installation playbook