summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Extend multiple login provider check to include origin.Andrew Butcher2016-05-231-1/+1
|
* Allow multiple login providers post 3.2.Andrew Butcher2016-05-231-1/+1
|
* Cleanup various deprecation warnings.Andrew Butcher2016-04-291-9/+9
|
* Add support for setting identity provider custom valuesJason DeTiberus2016-04-251-3/+30
| | | | | | | - htpasswd users - ldap ca file - openid ca file - request_header ca file
* Convert image_tag on mastersSamuel Munilla2016-04-121-1/+1
| | | | Also convert openshift_image_tag to and rpm versions for masters.
* Allow for overriding scheduler configJason DeTiberus2016-03-311-2/+2
| | | | | | | | | - introduce openshift_master_scheduler_predicates and openshift_master_scheduler_priorities to override the default scheduler predicates and priorities - switch default scheduler priorities to use SelectorSpreadPriority instead of ServiceSpreadingPriority
* Bug 1320829 - Ensure docker installed for factsJason DeTiberus2016-03-311-65/+0
| | | | | | - gather facts requiring docker only if docker is present and running - Update reference to etcd role in playbooks/common/openshift-etcd/config.yml to use openshift_etcd
* The systemd unit for atomic-openshift-master wasn't not being createdBrenton Leanhardt2016-03-291-6/+16
|
* Use openshift.master.ha instead of duplicating the logicBrenton Leanhardt2016-03-291-4/+4
|
* First pass at systemd unit refactorBrenton Leanhardt2016-03-292-55/+61
|
* Provide cacert when performing health checksAndrew Butcher2016-03-151-1/+2
|
* perform oc client config tasks only once when ansible_ssh_user is rootJason DeTiberus2016-03-151-9/+6
|
* Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt2016-03-081-2/+2
|\ | | | | | | https://github.com/abutcher/openshift-ansible
| * Use /healthz/ready when verifying apiAndrew Butcher2016-03-081-2/+2
| |
* | reverting back to pre-pulling the master imageBrenton Leanhardt2016-03-081-0/+5
|/
* First past at the upgrade processBrenton Leanhardt2016-03-031-5/+0
|
* Rename variable to openshift_master_default_subdomain with backwards ↵Jeremiah Stuever2016-02-251-1/+1
| | | | compatibility.
* Don't make config files world readableScott Dodson2016-02-171-0/+6
|
* Bug 1308412 - Fail to install containerized HA master env on RHEL7Brenton Leanhardt2016-02-151-1/+1
|
* conditionalize loopback config on v >= 3.2/1.2Jason DeTiberus2016-02-112-30/+33
|
* Don't mask master service on atomic.Andrew Butcher2016-02-101-1/+1
|
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* Mask master service when using native haJason DeTiberus2016-02-051-0/+4
|
* infra_node fixesJason DeTiberus2016-02-011-1/+1
| | | | | | | | | | | | | | - openshift_master role update - infra_nodes was previously being set to num_infra, which is an integer value when using the cloud providers, added a new variable osm_infra_nodes that is expected to be a list of hosts - if openshift_infra_nodes is not already set, create it from the nodes that have the region=infra label. - Cloud provider config playbook updates - override openshift_router_selector for cloud providers to avoid using the default of 'region=infra' when deployment_type is not 'online' - Set openshift_infra_nodes to g_infra_host for cloud providers
* Expose console config for customizationDiego Castro2016-01-211-1/+6
|
* Enable kubernetes master config of podEvictionTimeout from ansibleJeremiah Stuever2016-01-201-0/+1
|
* Merge pull request #1175 from detiber/ha_port_fixesBrenton Leanhardt2016-01-191-61/+61
|\ | | | | Ha port fixes
| * Use local address for loopback kubeconfigJason DeTiberus2016-01-141-3/+31
| |
| * consolidate steps and cleanup template dirJason DeTiberus2016-01-141-60/+32
| |
| * 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
|