summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Call attention to openshift_master_rolling_restart_mode variable in restart ↵Andrew Butcher2016-01-151-2/+4
|/ / / / | | | | | | | | | | | | prompt.
* | | | Check api prior to starting node.Andrew Butcher2016-01-141-4/+0
| | | |
* | | | 3.1.1 upgrade playbookBrenton Leanhardt2016-01-137-0/+278
| | | |
* | | | Merge pull request #1159 from abutcher/wait-for-apiBrenton Leanhardt2016-01-132-1/+19
|\ \ \ \ | | | | | | | | | | API Verification
| * | | | Add wait in between api and controllers start for native ha.Andrew Butcher2016-01-131-0/+1
| | | | |
| * | | | Update api verification.Andrew Butcher2016-01-131-6/+14
| | | | |
| * | | | Add a Verify API Server handler that waits for the API server to becomeScott Dodson2016-01-131-1/+10
| |/ / / | | | | | | | | | | | | available
* | | | Validate pacemaker cluster members.Andrew Butcher2016-01-122-2/+26
| | | |
* | | | Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-116-78/+218
| | | | | | | | | | | | | | | | | | | | Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.
* | | | Implement simple master rolling restarts.Devan Goodwin2016-01-111-0/+78
|/ / / | | | | | | | | | | | | | | | Blocks running ansible on a host that will be restarted. Can restart just services, or optionally the full system.
* | | Set portal net in master playbookJason DeTiberus2016-01-111-0/+1
| | |
* | | Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1Thomas Wiest2016-01-111-1/+1
|\ \ \ | | | | | | | | Make bin/cluster able to spawn an OSE 3.1 cluster
| * | | Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard2016-01-081-1/+1
| | | |
* | | | 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 #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
| | | | |
* | | | | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-048-1/+53
|\ \ \ \ \ | |/ / / / |/| | | | NFS for registry storage
| * | | | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-158-1/+53
| | | | |
* | | | | Remove lb from docker hosts.Andrew Butcher2015-12-232-1/+2
| | | | |
* | | | | Merge pull request #808 from sdodson/containersBrenton Leanhardt2015-12-1910-2/+23
|\ \ \ \ \ | | | | | | | | | | | | 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-159-6/+22
| | | | | |
| * | | | | 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-141-21/+21
|\ \ \ \ | | | | | | | | | | Removing env-host-type in preparation of env and environment changes.
| * | | | Updating env-host-type to host patternsKenny Woodson2015-12-111-21/+21
| | |_|/ | |/| |
* | | | Merge pull request #1000 from detiber/localhostFixThomas Wiest2015-12-108-7/+33
|\ \ \ \ | | | | | | | | | | Enforce connection: local and become: no on all localhost plays
| * | | | Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-308-7/+33
| | | | |
* | | | | 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-093-16/+10
| | | | |
* | | | | Simplify session secrets overrides.Andrew Butcher2015-12-091-10/+2
|/ / / /
* | | | Merge pull request #1020 from abutcher/pre-3.1-dnsipBrenton Leanhardt2015-12-082-2/+2
|\ \ \ \ | | | | | | | | | | Default 3.0.x dnsIP
| * | | | Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.Andrew Butcher2015-12-082-2/+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 #988 from dak1n1/upgradesStefanie Forrester2015-12-041-2/+2
|\ \ \ \ \ | | | | | | | | | | | | added upgrade playbook for online
| * | | | | added upgrade playbook for onlineStefanie Forrester2015-12-011-2/+2
| | | | | |
* | | | | | Merge pull request #983 from enoodle/manageiq_serviceBrenton Leanhardt2015-12-041-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Adding ManageIQ service account
| * | | | | ManageIQ Service Account: added role for ManageIQ service accountenoodle2015-12-041-0/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | | | | Refactor dns options and facts.Andrew Butcher2015-12-032-19/+0
| |_|_|/ |/| | |
* | | | Fix kubernetes service ip gathering.Andrew Butcher2015-12-011-5/+2
| |/ / |/| |
* | | remove debug logging from scc/privileged patch commandJason DeTiberus2015-11-301-2/+1
| | |