summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/sample-inventory/group_vars
Commit message (Collapse)AuthorAgeFilesLines
* Removing prefix and replacing with cidr, pool_start and pool_end variables.Matt Bruzek2018-02-021-1/+6
|
* [1506750] Ensure proper hostname check overrideRussell Teague2018-01-221-1/+1
|
* Specify the Cinder version in the inventoryTomas Sedovic2018-01-101-0/+1
| | | | | | | As described in[1], OpenShift currently only works with Block Storage API v2 and the version autodetection is failing to figure that out. [1]: https://github.com/openshift/openshift-docs/issues/5730
* Merge pull request #6580 from tomassedovic/openstack-fixesOpenShift Merge Robot2018-01-081-2/+2
|\ | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Openstack fixes This includes a few fixes for the OpenStack provider. It should fix #6555 and possibly also #6560.
| * Fix yaml syntax error in the sample inventoryTomas Sedovic2018-01-021-2/+2
| |
* | OpenStack provisioning -- support cns.Jiri Mencak2018-01-021-0/+5
|/
* Merge pull request #6310 from tomassedovic/openstack-rhel-subscriptionMichael Gugino2017-12-071-21/+4
|\ | | | | Optionally subscribe OpenStack RHEL nodes
| * Optionally subscribe OpenStack RHEL nodesTomas Sedovic2017-11-291-21/+4
| |
* | Remove all references to pacemaker (pcs, pcsd) and ↵Andrew Butcher2017-12-051-1/+0
| | | | | | | | | | | | | | openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option.
* | Document testing repos for dev purposesBogdan Dobrelya2017-12-051-1/+2
| | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Use openshift testing repos for openstackBogdan Dobrelya2017-12-041-0/+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-282-11/+1
|/ | | | | | | | | | | | | 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 docker volumesTomas Sedovic2017-11-071-7/+7
|
* Namespace the OpenStack varsTomas Sedovic2017-11-072-56/+56
| | | | | 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-4/+4
| | | | | Most of the vars in `roles/openshift_openstack/defaults/main.yml` are now prefixed with `openstack_`.
* Remove the static_inventory and bastion samplesTomas Sedovic2017-11-071-19/+0
| | | | | These options will have no effect until we add static inventory and bastion support back in.
* Move the OpenStack playbooksTomas Sedovic2017-11-072-0/+225
We move them from `playbooks/provisioning/openstack` to `playbooks/openstack` to mirror `playbooks/aws`.