summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/update.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-34/+0
|
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-2/+2
|
* Remove the DNS VM on OpenStackLénaïc Huard2016-09-271-2/+0
|
* g_all_hosts with templated with_items causes errors with ansible 1.9.4 under ↵Jason DeTiberus2016-05-051-2/+2
| | | | some conditions
* openstack_fixesJason DeTiberus2016-05-051-3/+16
| | | | - move openstack user-data content into heat template
* Replace sudo with become when accessing deployment_vars.Andrew Butcher2016-04-271-1/+1
|
* Replace deprecated sudo with become.Andrew Butcher2016-04-251-1/+1
|
* Add a DNS server on OpenStack clustersLénaïc Huard2016-02-041-0/+2
|
* Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-041-2/+2
| | | | | | | | | - 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
* Removing environment and env tags.Kenny Woodson2016-01-041-7/+2
|
* Merge pull request #1028 from kwoodson/remove_env_host_typeKenny Woodson2015-12-141-3/+7
|\ | | | | Removing env-host-type in preparation of env and environment changes.
| * Updating env-host-type to host patternsKenny Woodson2015-12-111-3/+7
| |
* | Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-301-0/+2
|/
* Playbook updates for clustered etcdJason DeTiberus2015-07-101-1/+3
| | | | | | | | | | | | | | | | | | | | | - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme
* Implement OpenStack providerLénaïc Huard2015-06-081-0/+18