summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/advanced-configuration.md
Commit message (Collapse)AuthorAgeFilesLines
* Namespace the OpenStack varsTomas Sedovic2017-11-071-40/+40
| | | | | 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-6/+5
| | | | | Most of the vars in `roles/openshift_openstack/defaults/main.yml` are now prefixed with `openstack_`.
* Move the OpenStack playbooksTomas Sedovic2017-11-071-0/+773
We move them from `playbooks/provisioning/openstack` to `playbooks/openstack` to mirror `playbooks/aws`.