summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/templates
Commit message (Collapse)AuthorAgeFilesLines
* dist.iteritems() no longer exists in Python 3.Jan Pazdziora2017-11-271-2/+2
|
* Namespace the OpenStack varsTomas Sedovic2017-11-074-185/+185
| | | | | 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-072-102/+102
| | | | | 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-075-0/+1182
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.