summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/templates/heat_stack_server.yaml.j2
Commit message (Collapse)AuthorAgeFilesLines
* remove mountpoint parameterTzu-Mainn Chen2018-01-291-1/+0
|
* add cinder mountpoint to inventoryTzu-Mainn Chen2018-01-271-0/+2
|
* Merge pull request #6525 from luis5tb/fix-provider-networkMichael Gugino2018-01-221-2/+0
|\ | | | | Fix provider network support at openstack playbook
| * Fix provider network support at openstack playbookLuis Tomas Bolivar2018-01-081-2/+0
| | | | | | | | | | It ensures no floating ips are attached if a provider network is used
* | Allow using server names in openstack dynamic invTomas Sedovic2018-01-101-0/+3
|/ | | | | | | | When deploying on OpenStack with internal DNS configured, this will set `openshift_hostname` to the Nova server name instead of its IP address. Without those two matching, the OpenStack cloud provider configuration will fail and the OpenShift nodes will not start.
* Namespace the OpenStack varsTomas Sedovic2017-11-071-8/+8
| | | | | This makes sure that all the variables used in the `openshift_openstack` role are prefixed with `openshift_openstack_` as is the convention.
* Add the DNS updates and rename the openstack varsTomas Sedovic2017-11-071-7/+7
| | | | | Most of the vars in `roles/openshift_openstack/defaults/main.yml` are now prefixed with `openstack_`.
* Add openshift_openstack role and move tasks thereTomas Sedovic2017-11-071-0/+270
All the tasks that were previously in playbooks are now under `roles/openshift_openstack`. The `openshift-cluster` directory now only contains playbooks that include tasks from that role. This makes the structure much closer to that of the AWS provider.