summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/launch.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-191/+0
|
* YAML LintingRussell Teague2016-12-121-18/+18
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fix the list done after cluster creation on libvirt and OpenStackLénaïc Huard2016-11-241-0/+12
| | | | | | | | | | | | | | | | | | | The `list.yml` playbooks are using cloud provider specific variables to find the IPs of the VMs since 82449c6. Those “cloud provider specific” variables are the ones provided by the dynamic inventories. But there was a problem when the `list.yml` playbooks are invoked from the `launch.yml` ones because, in that case, the inventory is not coming from the dynamic inventory scripts, but from the `add_host` done inside `launch_instances.yml`. Whereas the GCE and AWS `launch_instances.yml` were correctly adding in the `add_host` the variables used by `list.yml`, libvirt and OpenStack were missing that. Fixes #2856
* [openstack] allows timeout option for heat create stackdougbtv2016-11-051-1/+1
|
* Remove the DNS VM on OpenStackLénaïc Huard2016-09-271-12/+0
|
* Update the OpenStack dynamic inventory scriptLénaïc Huard2016-09-201-4/+4
|
* Merge pull request #2330 from lhuard1A/open_node_portsJason DeTiberus2016-08-191-0/+1
|\ | | | | Open OpenStack security group for the service node port range
| * Open OpenStack security group for the service node port rangeLénaïc Huard2016-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Fix warnings in OpenStack provider with ansible 2.1Lénaïc Huard2016-08-191-20/+22
|/ | | | Some expressions now need to be enclosed inside `{{…}}`.
* fix dns openstack flavor instead of openshift flavorjawed2016-06-071-1/+1
|
* allow for overriding dns_flavor for openstack providerJason DeTiberus2016-05-051-1/+1
|
* fix up variable references remove "online" support from bin/clusterJason DeTiberus2016-04-291-4/+0
|
* Replace sudo with become when accessing deployment_vars.Andrew Butcher2016-04-271-5/+5
|
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-5/+5
|
* Better diagnostic messages when an OpenStack heat stack creation failsLénaïc Huard2016-02-231-2/+35
|
* Add missing `type` node labels on OpenStack and libvirtLénaïc Huard2016-02-121-0/+8
|
* Add a DNS server on OpenStack clustersLénaïc Huard2016-02-041-2/+13
|
* Increase OpenStack stack creation/deletion timeoutLénaïc Huard2016-01-081-1/+2
|
* Rename env into clusterid and add environment in the OpenStack VMs tagsLénaïc Huard2016-01-071-0/+1
|
* Removing environment and env tags.Kenny Woodson2016-01-041-4/+4
|
* Merge pull request #1028 from kwoodson/remove_env_host_typeKenny Woodson2015-12-141-4/+4
|\ | | | | Removing env-host-type in preparation of env and environment changes.
| * Updating env-host-type to host patternsKenny Woodson2015-12-111-4/+4
| |
* | Merge pull request #1000 from detiber/localhostFixThomas Wiest2015-12-101-0/+1
|\ \ | |/ |/| Enforce connection: local and become: no on all localhost plays
| * Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-301-0/+1
| |
* | Add etcd nodes management in OpenStackLénaïc Huard2015-11-181-0/+15
|/ | | | Fixes #472
* Revert "GCE support"Thomas Wiest2015-10-051-30/+5
|
* GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-5/+30
|
* Properly pass the "external network" option to the HEAT templateLénaïc Huard2015-08-171-22/+11
| | | | Fixes #471
* Infra node support for OpenStackLénaïc Huard2015-08-121-1/+3
|
* Infra node supportWesley Hearn2015-07-231-2/+20
|
* Make all the OpenStack resources be managed by a Heat StackLénaïc Huard2015-07-151-17/+99
|
* Implement OpenStack providerLénaïc Huard2015-06-081-0/+31