summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/vars.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-38/+0
|
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* [openstack] allows timeout option for heat create stackdougbtv2016-11-051-0/+2
|
* Remove the DNS VM on OpenStackLénaïc Huard2016-09-271-1/+0
|
* Open OpenStack security group for the service node port rangeLénaïc Huard2016-08-191-0/+2
| | | | | | | | | | | | With OpenShift 3.2, creating a service accessible from the outside of the cluster thanks to `nodePort` automatically opens the “local” `iptables` firewall to allow incoming connection on the `nodePort` of the service. In order to benefit from this improvement, the OpenStack security group shouldn’t block those incoming connections. This change opens, on the OS nodes, the port range dedicated to service node ports.
* allow for overriding dns_flavor for openstack providerJason DeTiberus2016-05-051-0/+1
|
* fix up variable references remove "online" support from bin/clusterJason DeTiberus2016-04-291-4/+0
|
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-3/+3
|
* Add a DNS server on OpenStack clustersLénaïc Huard2016-02-041-4/+2
|
* Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard2016-01-081-4/+8
|
* Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-0/+1
| | | | | | | | | - Move debug_level into vars.yml and byo inventory - change variables in cluster_hosts.yml to be g_* and update playbooks to use those values directly instead of setting them indirectly - added a new g_all_hosts entry in cluster_hosts to use in the update playbook instead of unioning all host types within the playbook - added a cluster_hosts.yml for the byo playbook
* Add etcd nodes management in OpenStackLénaïc Huard2015-11-181-0/+1
| | | | Fixes #472
* Properly pass the "external network" option to the HEAT templateLénaïc Huard2015-08-171-6/+2
| | | | Fixes #471
* Infra node supportWesley Hearn2015-07-231-0/+1
|
* Make all the OpenStack resources be managed by a Heat StackLénaïc Huard2015-07-151-17/+5
|
* Add a generic mechanism for passing optionsLénaïc Huard2015-07-031-17/+26
| | | | And use it in the libvirt and openstack playbooks
* Implement OpenStack providerLénaïc Huard2015-06-081-0/+39