summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove cluster_facts.yml from the install.ymlTomas Sedovic2018-02-121-1/+0
| | | | | It was moved there by accident. There's no reason to have it there explicitly.
* Fix OpenStack playbooksTomas Sedovic2018-02-121-2/+2
| | | | | This shuffles a few playbooks around to fix the ordering between various facts and prerequisites.
* Import prerequisites.yml for OpenStackTomas Sedovic2018-01-021-0/+3
|
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-071-1/+1
|
* Playbook Consolidation - byo/config.ymlRussell Teague2017-12-061-5/+2
|
* Fix openstack initRussell Teague2017-11-161-5/+2
|
* Add openshift_openstack role and move tasks thereTomas Sedovic2017-11-071-0/+18
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.