summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/main.yml
Commit message (Collapse)AuthorAgeFilesLines
...
| * Controllers_port and firewall rulesDiego Castro2016-01-121-1/+1
| |
| * Fix bind address/port when isn't defaultDiego Castro2016-01-121-1/+1
| |
* | Add wait in between api and controllers start for native ha.Andrew Butcher2016-01-131-6/+3
| |
* | Add a Verify API Server handler that waits for the API server to becomeScott Dodson2016-01-131-0/+2
| | | | | | | | available
* | Add wait for API before starting controllers w/ native ha install.Andrew Butcher2016-01-121-0/+16
|/
* Always pull docker imagesScott Dodson2016-01-071-16/+0
|
* Move extra secret validations into openshift_facts.Andrew Butcher2016-01-061-10/+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-2/+9
|
* Fix restart handlers.Andrew Butcher2015-12-261-3/+3
|
* Merge pull request #1096 from git001/masterBrenton Leanhardt2015-12-241-0/+2
|\ | | | | Add the new metrics and logging urls v2
| * add the necessary URLs for logging and metricsgit0012015-12-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add the necessary URLs for logging and metrics use the dict in the right way add the new variables into the hosts file add the new variables into the hosts file add the new variables into the hosts file Adopted the config text
* | Add some guards to wait for images to be pulled before moving onScott Dodson2015-12-161-1/+11
| |
* | Install httpd-tools when not is_atomicScott Dodson2015-12-161-1/+1
| |
* | pull docker images only if not already presentJason DeTiberus2015-12-151-6/+10
| |
* | fixesJason DeTiberus2015-12-151-0/+1
| |
* | Containerization work by @sdodsonScott Dodson2015-12-151-18/+43
| |
* | Initial containerization work from @ibottyTobias Florek2015-12-151-1/+26
|/ | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Fixes typo when setting facts to record whether master/node has been ↵Eric Mountain2015-12-141-3/+3
| | | | | | restarted already, to decide whether notify handler should do so or not. Currently, this causes random SDN network setup failures as openshift-node gets restarted while the setup script is running, and the subsequent start fails to configure the SDN because it thinks it's already done.
* Change controllers service type to simple.Andrew Butcher2015-12-111-5/+0
|
* Remove yum / dnf duplicationScott Dodson2015-12-091-16/+4
|
* Squash pcs install into one task.Andrew Butcher2015-12-091-7/+2
|
* Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt2015-12-031-7/+1
|\ | | | | Refactor dns options and facts
| * Refactor dns options and facts.Andrew Butcher2015-12-031-7/+1
| |
* | Fedora changes:Adam Miller2015-12-021-2/+18
|/ | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Use the identity_providers from openshift_facts instead of always using the ↵Jason DeTiberus2015-11-231-1/+1
| | | | inventory variable
* Refactor master identity provider configurationJason DeTiberus2015-11-231-5/+11
| | | | | | - Remote template in favor of a filter plugin - Add additional validation for identity provider config - Add mappingMethod attribute for identity providers, default to 'claim'
* Missing conditionals for api/controller sysconfig.Andrew Butcher2015-11-061-0/+2
|
* Start to handle pacemaker ha during upgradeAndrew Butcher2015-11-061-0/+5
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-26/+49
|
* fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus2015-11-041-0/+1
| | | | controllers will attempt to start
* more tweaksJason DeTiberus2015-11-041-3/+5
|
* more tweaksJason DeTiberus2015-11-041-16/+5
|
* additional ha related updatesJason DeTiberus2015-11-041-1/+83
|
* additional native ha changesAndrew Butcher2015-11-041-0/+1
|
* Start of true master haJason DeTiberus2015-11-041-4/+4
|
* Atomic Enterprise related changes.Avesh Agarwal2015-11-041-1/+1
|
* Disable OpenShift features if installing Atomic EnterpriseJason DeTiberus2015-10-301-0/+1
|
* Merge pull request #458 from spinolacastro/project_configBrenton Leanhardt2015-10-261-0/+5
|\ | | | | Custom Project Config
| * fix merge conflictsDiego Castro2015-10-221-20/+50
| |\
| * \ Merge remote-tracking branch 'openshift/master' into project_configDiego Castro2015-08-151-1/+2
| |\ \
| * | | Update PR #458 from commentsDiego Castro2015-08-121-1/+6
| | | |
| * | | Custom Project ConfigDiego Castro2015-08-121-0/+2
| | | |
* | | | Merge pull request #729 from detiber/handlerRefactorBrenton Leanhardt2015-10-261-3/+2
|\ \ \ \ | | | | | | | | | | Avoid hardcoded 30s pauses
| * | | | cleanup naming for skipping master and node restart handlersJason DeTiberus2015-10-231-1/+1
| | | | |
| * | | | Avoid hardcoded 30s pausesJason DeTiberus2015-10-221-3/+2
| | |_|/ | |/| | | | | | | | | | - refactor node and master restart handlers to avoid 30s pauses
* / | | Fix test and workaround for rpm generated configsJason DeTiberus2015-10-221-14/+0
|/ / / | | | | | | | | | | | | | | | - fixed inconcistency in naming for rpm generated config test - refactoring to fix logic after the ha master refactoring had broken the previous steps
* | | Support HA or single router, and start work on registryStefanie Forrester2015-10-211-0/+3
| | |
* | | Merge pull request #589 from sdodson/issue585Brenton Leanhardt2015-10-201-2/+6
|\ \ \ | | | | | | | | Lookup ansible_ssh_user group for kubeconfig perms