This adds an example overcloud deployment playbook that deploys a 1 controller and 1 compute overcloud using only the control plane. Change-Id: Ib82418a85c4f9f40e71bbfe74bd6e17cc0066cd8
16 lines
519 B
Markdown
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
|