summaryrefslogtreecommitdiffstats
path: root/roles/openstack-stack/templates/heat_stack_server_nofloating.yaml.j2
Commit message (Collapse)AuthorAgeFilesLines
* openstack: make server ports be trunk ports (#713)Antoni Segura Puimedon2017-09-121-0/+12
| | | | | | | | This ensures that the ports that the servers were using before this commit will be parent ports of Neutron trunk ports. Thanks to this, there can be nested Neutron ports inside the OS::NOva::Server resources created either in the heat stack or dynamically inside the Instances. Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
* Avoid server recreation in case of user_data modification. (#651)ioggstream2017-08-161-0/+1
|
* Allow using ephemeral volumes for docker storage (#615)Tomas Sedovic2017-08-041-0/+2
| | | | | | | | For testing cases it's sometimes useful to not create Cinder volumes for the VMs. It can also sometimes be a little faster and more robust (but unfit for production). This adds an option called `ephemeral_volumes` that will use the VM's storage instead of creating volumes when set to true.
* Options for bastion, SSH config, static inventory autogenerationBogdan Dobrelya2017-07-251-0/+149
* At the provisioning stage, allow users to auto-generate SSH config, when using a static inventory. * Run playbooks to provsion and post-provision as a separate, when using a bastion. This re-applies the SSH config, which ansible can't do on the fly. * Support a pre-installed bastion node, colocated with the 1st infra node. * With a bastion enabled, reduce floating IP footprint to infra and dns nodes only, effectively isolating a cluster in a private network. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>