summaryrefslogtreecommitdiffstats
path: root/roles/openstack-stack/defaults
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
|
* First attempt at a simple multi-master support (#39)Eric Sauer2017-04-271-0/+2
| | | | | | | | * First attempt at a simple multi-master support * Removing unneeded inventory * adding default number of masters and lower number of nodes
* Stack refactor (#38)Eric Sauer2017-04-251-0/+10
* Refactored openstack-stack role to: - Convert static heat template files to ansible templates - Include native ansible groups via openstack metadata. This removes the need for a playbook to map host groups - Some code cleanup * Deleting commentd out code and irrelevant plays * Refactored openstack-stack role to: - Convert static heat template files to ansible templates - Include native ansible groups via openstack metadata. This removes the need for a playbook to map host groups - Some code cleanup * Deleting commentd out code and irrelevant plays * Replacing stack parameters with jinja expressions * Updating sample inventory to work with latest dynamic inventory changes * updating inventory with host group mapping. making sync keys optional * Missing cluster_hosts group * Updating to add infra_hosts * Updating inventory per comments from oybed and sabre1041