summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6504 from mbruzek/mbruzek-openshift-openstackRussell Teague2018-01-231-6/+8
|\ | | | | The provision_install file ends in yml not yaml! Ansible requirement …
| * Merge branch 'master' into mbruzek-openshift-openstackMatt Bruzek2018-01-181-1/+9
| |\
| * | The provision_install file ends in yml not yaml! Ansible requirement ↵Matt Bruzek2017-12-151-7/+9
| | | | | | | | | | | | clarification.
* | | Fix OpenStack readmeTomas Sedovic2018-01-191-1/+1
| | | | | | | | | | | | | | | | | | The ansible-playbook command in the OpenStack readme is missing a trailing backslash after the dynamic inventory. This prevents being able to copy/paste the command into the terminal and just run it as is.
* | | Drop the testing repo var from openstack readmeTomas Sedovic2018-01-181-5/+1
| |/ |/| | | | | | | | | This was introduced as a temporary fix for the origin+centos deployments. It is no longer necessary and it's confusing to newcomers.
* | Document the inventory changeTomas Sedovic2018-01-161-1/+9
| |
* | Fix openstack provider playbook name in docsBogdan Dobrelya2018-01-151-1/+1
|/ | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Cleanup byo referencesRussell Teague2017-12-081-1/+1
|
* Merge pull request #6341 from bogdando/openstack_cleanup_staticMichael Gugino2017-12-051-2/+0
|\ | | | | Cleanup unused openstack provider code
| * Cleanup unused openstack provider codeBogdan Dobrelya2017-12-041-2/+0
| | | | | | | | | | | | | | Remove references for bastion, ssh UI tunnek and static inventory. Update docs. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Document testing repos for dev purposesBogdan Dobrelya2017-12-051-1/+6
| | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Use openshift testing repos for openstackBogdan Dobrelya2017-12-041-1/+1
|/ | | | | | | | Use testing openshift repos to sidestep packaging issues for 3.6 clients being used in 3.7 deployments or something. Poke host requirements Centos 7.4 as 7.3 can't see that testing repo. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Use IP addresses for OpenStack nodesTomas Sedovic2017-11-281-37/+7
| | | | | | | | | | | | | Unlike other cloud providers, OpenStack VMs are not able to resolve each other by their names. If you try to run the playbooks against nodes without a pre-created /etc/hosts or a DNS that provides the hostname/ip resolution, it will fail. By setting the `openshift_hostname` variable to each node's IP address, we're able to deploy a functional cluster without running a custom DNS. It is still possible to provide an external server with nsupdate keys and have it be populated, but that is no longer a hard requirement.
* Namespace the OpenStack varsTomas Sedovic2017-11-071-6/+6
| | | | | 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-11/+7
| | | | | Most of the vars in `roles/openshift_openstack/defaults/main.yml` are now prefixed with `openstack_`.
* Use the existing ansible.cfg fileTomas Sedovic2017-11-071-8/+7
|
* 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.
* Update readmeTomas Sedovic2017-11-071-17/+8
|
* Move the OpenStack playbooksTomas Sedovic2017-11-071-0/+258
| | | | | We move them from `playbooks/provisioning/openstack` to `playbooks/openstack` to mirror `playbooks/aws`.
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-4/+0
|
* Document playbook directoriesRodolfo Carvalho2017-01-131-0/+4