summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/provision-openstack.yml
Commit message (Collapse)AuthorAgeFilesLines
* rename node_removal_policies, add some comments and defaultsTzu-Mainn Chen2017-06-231-1/+1
|
* Add node_removal_policies variable to allow for scaling downTzu-Mainn Chen2017-06-211-0/+1
|
* Gather facts for provision playbookBogdan Dobrelya2017-06-151-0/+1
| | | | | | | | | Provision tasks use facts like ansible_hostname and few others. W/o gathering facts, those expire, and the provision playbook cannot be reapplied in order to update the existing heat stack. Refresh the facts cache by specifying gather_facts: true. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Add default values to provision-openstack.ymlTomas Sedovic2017-06-141-8/+8
|
* Move the openstack provisioning playbooksTomas Sedovic2017-06-141-0/+48
They'll live in playbooks/provisioning/openstack from now on.