summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1008 from detiber/upgradeVersionCheckBrenton Leanhardt2016-01-071-4/+7
|\ | | | | Improve 3.1/1.1 upgrade check
| * Improve 3.1/1.1 upgrade checkJason DeTiberus2015-12-021-4/+7
| |
* | Merge pull request #1132 from lhuard1A/fix_clusterid_openstackThomas Wiest2016-01-073-31/+47
|\ \ | | | | | | Rename env into clusterid and add environment in the OpenStack VMs tags
| * | Rename env into clusterid and add environment in the OpenStack VMs tagsLénaïc Huard2016-01-073-31/+47
| | |
* | | Merge pull request #1131 from lhuard1A/fix_terminate_openstackThomas Wiest2016-01-071-1/+1
|\ \ \ | | | | | | | | Fix terminate.yml on OpenStack
| * | | Fix terminate.yml on OpenStackLénaïc Huard2016-01-071-1/+1
| |/ /
* | | Setting relative paths in the upgrade playbooks wasn't workingBrenton Leanhardt2016-01-063-4/+4
| | |
* | | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-061-23/+26
|\ \ \ | | | | | | | | Clean up idempotency issues with session secrets.
| * | | Move extra secret validations into openshift_facts.Andrew Butcher2016-01-061-9/+0
| | | |
| * | | openshift_facts validationAndrew Butcher2016-01-041-8/+0
| | | |
| * | | Secrets validation.Andrew Butcher2016-01-041-2/+12
| | | |
| * | | Clean up idempotency issues with session secrets.Andrew Butcher2016-01-041-18/+28
| | | |
* | | | playbook for restarting SDNJoel Diaz2016-01-051-0/+53
| | | |
* | | | Stop haproxy and remove package during uninstall.Andrew Butcher2016-01-051-0/+2
| | | |
* | | | I believe the ami id changed since the initial documentation was created for ↵Ryan Cook2016-01-041-1/+1
| |/ / |/| | | | | | | | AWS deployment
* | | Fix error in byo cluster_hosts.ymlJason DeTiberus2016-01-045-5/+10
| | |
* | | Cleanup and fixes for cluster_id changeJason DeTiberus2016-01-0423-219/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-0436-113/+234
| | |
* | | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-0415-1/+60
|\ \ \ | |/ / |/| | NFS for registry storage
| * | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-1515-1/+60
| | |
* | | Remove lb from docker hosts.Andrew Butcher2015-12-232-1/+2
| | |
* | | Merge pull request #808 from sdodson/containersBrenton Leanhardt2015-12-1911-5/+52
|\ \ \ | | | | | | | | Containerized install with SDN support
| * | | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-152-0/+2
| | | |
| * | | fixesJason DeTiberus2015-12-151-1/+2
| | | |
| * | | Containerization work by @sdodsonScott Dodson2015-12-1510-9/+51
| | | |
| * | | Initial containerization work from @ibottyTobias Florek2015-12-154-2/+4
| |/ / | | | | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* | | Merge pull request #1065 from lebauce/flannel-fixesBrenton Leanhardt2015-12-171-0/+1
|\ \ \ | | | | | | | | Use inventory value when checking for flannel
| * | | Properly set use_flannel factSylvain Baubeau2015-12-161-0/+1
| | | |
* | | | Clean up versions.shScott Dodson2015-12-161-3/+2
| |/ / |/| |
* | | Merge pull request #1028 from kwoodson/remove_env_host_typeKenny Woodson2015-12-1431-114/+117
|\ \ \ | | | | | | | | Removing env-host-type in preparation of env and environment changes.
| * | | Updating env-host-type to host patternsKenny Woodson2015-12-1131-114/+117
| | | |
* | | | Merge pull request #954 from damaestro/update_latest_cloud_imageThomas Wiest2015-12-103-3/+13
|\ \ \ \ | | | | | | | | | | Update for latest CentOS-7-x86_64-GenericCloud.
| * | | | Use join for the uncompress command.Jonathan Steffan2015-11-221-1/+1
| | | | |
| * | | | Update for latest CentOS-7-x86_64-GenericCloud.Jonathan Steffan2015-11-223-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use xz compressed image - Update sha256 for new image - Update docs to reflect new settings
* | | | | Merge pull request #1000 from detiber/localhostFixThomas Wiest2015-12-1043-11/+112
|\ \ \ \ \ | | | | | | | | | | | | Enforce connection: local and become: no on all localhost plays
| * | | | | Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-3043-11/+112
| | | | | |
* | | | | | Merge pull request #1030 from jtslear/make-examples-optionalBrenton Leanhardt2015-12-101-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make the install of openshift_examples optional
| * | | | | | Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-1/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* | | | | | Remove yum / dnf duplicationScott Dodson2015-12-095-54/+14
| | | | | |
* | | | | | Merge pull request #1049 from abutcher/uninstall-haclusterBrenton Leanhardt2015-12-091-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove hacluster user during uninstall.
| * | | | | | Remove hacluster user during uninstall.Andrew Butcher2015-12-091-0/+2
| |/ / / / /
* / / / / / Simplify session secrets overrides.Andrew Butcher2015-12-091-10/+2
|/ / / / /
* | | | | Merge pull request #1020 from abutcher/pre-3.1-dnsipBrenton Leanhardt2015-12-083-4/+2
|\ \ \ \ \ | | | | | | | | | | | | Default 3.0.x dnsIP
| * | | | | Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.Andrew Butcher2015-12-083-4/+2
| | | | | |
* | | | | | Merge pull request #986 from sdodson/preflightBrenton Leanhardt2015-12-081-7/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Clarify the preflight port check output
| * | | | | Clarify the preflight port check outputScott Dodson2015-11-301-7/+10
| | | | | |
* | | | | | Merge pull request #996 from lhuard1A/openstack_etcdThomas Wiest2015-12-043-0/+104
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add etcd nodes management in OpenStack
| * | | | | | Add etcd nodes management in OpenStackLénaïc Huard2015-11-183-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #472
* | | | | | | Merge pull request #988 from dak1n1/upgradesStefanie Forrester2015-12-042-2/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | added upgrade playbook for online
| * | | | | | | added upgrade playbook for onlineStefanie Forrester2015-12-012-2/+35
| | | | | | | |