tripleo-operator-ansible/playbooks
Alex Schultz e9681319fd Fix debug var
install_debug is not defined in the standalone.yml so it fails. Switch
it to standalone_debug which is defined.

Change-Id: Id91b21e620509f1c61a318623d19b5d9db3ba3b0
2020-04-07 13:53:25 -06:00
..
README.md Add basic overcloud deploy playbook 2020-02-19 10:07:46 -07:00
container-prepare.yml Add container prepare playbook 2020-02-18 14:40:30 -07:00
import-nodes.yml Node import playbook 2020-02-18 14:40:13 -07:00
overcloud-deploy.yml Add basic overcloud deploy playbook 2020-02-19 10:07:46 -07:00
overcloud-images.yml Fix image build for python3 2020-03-24 17:13:05 -06:00
standalone.yml Fix debug var 2020-04-07 13:53:25 -06:00
undercloud.yml Fix debug var 2020-02-19 12:46:32 -07:00

README.md

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