summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt2016-03-082-4/+4
|\ | | | | | | https://github.com/abutcher/openshift-ansible
| * Use /healthz/ready when verifying apiAndrew Butcher2016-03-082-4/+4
| |
* | reverting back to pre-pulling the master imageBrenton Leanhardt2016-03-081-0/+5
|/
* Support openshift_image_tagBrenton Leanhardt2016-03-074-4/+4
| | | | | | | | | | | | | This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-036-3/+12
|
* 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-093-4/+4
|
* 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
* Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-251-1/+1
|\ | | | | Nuage
| * Add Nuage support to openshift ansibleVishal Patil2016-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added variables Made changes for node configuration Add service restart logic to node Fixed ansible syntax errors Add cert and key info for nodes Added active and standby controller ip configuration information Uncommented the nuage sdn check Changed ca_crt -> ca_cert Added restarting of atomic openshift master Removed service account dependencies Fixes Fixed the api server url Removed redundant restart of atomic openshift master Configure nuagekubemon on all of the master nodes Restart master api and controllers as well on nuagekubemon installation Converted plugin config into template Add template for nuagekubemon Removed uplink interface from vars Able to copy cert keys Uninstall default ovs Add the kubemon template Do not install rdo sdn rpms in case of nuage Addressed latest review comments Set the networkPluginName for nuage
* | Expose console config for customizationDiego Castro2016-01-212-2/+20
| |
* | Merge pull request #1244 from abutcher/api-sysconfigBrenton Leanhardt2016-01-201-1/+1
|\ \ | | | | | | Native ha port fixes
| * | Fix native master api sysconfig.Andrew Butcher2016-01-201-1/+1
| | |
* | | Enable kubernetes master config of podEvictionTimeout from ansibleJeremiah Stuever2016-01-202-1/+2
|/ /
* | Merge pull request #1175 from detiber/ha_port_fixesBrenton Leanhardt2016-01-1913-69/+85
|\ \ | | | | | | Ha port fixes
| * | Use local address for loopback kubeconfigJason DeTiberus2016-01-143-4/+34
| | |
| * | consolidate steps and cleanup template dirJason DeTiberus2016-01-1412-65/+51
| | |
| * | Controllers_port and firewall rulesDiego Castro2016-01-122-4/+4
| | |
| * | 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
| | |
* | | Update api verification.Andrew Butcher2016-01-131-5/+9
| | |
* | | Add a Verify API Server handler that waits for the API server to becomeScott Dodson2016-01-132-0/+11
| | | | | | | | | | | | available
* | | Add wait for API before starting controllers w/ native ha install.Andrew Butcher2016-01-121-0/+16
|/ /
* | Merge pull request #1148 from LutzLange/masterBrenton Leanhardt2016-01-121-2/+2
|\ \ | | | | | | Fix for providing cloud-provider arguments with multiline yaml capability
| * | - sqashed to one commitLutz Lange2016-01-121-2/+2
| | |
* | | Always pull docker imagesScott Dodson2016-01-071-16/+0
|/ /
* | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-063-6/+7
|\ \ | | | | | | Clean up idempotency issues with session secrets.
| * | 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-043-5/+14
| | |
* | | Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher2016-01-041-2/+2
|/ /
* | Fix restart handlers.Andrew Butcher2015-12-262-6/+6
| |
* | Merge pull request #1096 from git001/masterBrenton Leanhardt2015-12-242-0/+8
|\ \ | | | | | | Add the new metrics and logging urls v2
| * | add the necessary URLs for logging and metricsgit0012015-12-222-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #1094 from abutcher/notifyBrenton Leanhardt2015-12-242-2/+4
|\ \ \ | | | | | | | | Reset Type=notify for controllers service
| * | | Conditionalize for 3.1.1/1.1.1Andrew Butcher2015-12-181-0/+4
| | | |
| * | | Use notify for workaround controllers unit.Andrew Butcher2015-12-182-3/+1
| |/ /
* | | 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
| | |
* | | Add openshift_cli roleScott Dodson2015-12-151-0/+1
| | | | | | | | | | | | | | | | | | This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.
* | | pull docker images only if not already presentJason DeTiberus2015-12-151-6/+10
| | |
* | | fixesJason DeTiberus2015-12-152-1/+2
| | |
* | | Containerization work by @sdodsonScott Dodson2015-12-155-22/+101
| | |