summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-092-3/+3
|
* 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-211-1/+14
| |
* | 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-201-1/+1
|/ /
* | Use local address for loopback kubeconfigJason DeTiberus2016-01-141-1/+1
| |
* | consolidate steps and cleanup template dirJason DeTiberus2016-01-1410-5/+16
| |
* | - sqashed to one commitLutz Lange2016-01-121-2/+2
| |
* | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-062-3/+5
|\ \ | | | | | | Clean up idempotency issues with session secrets.
| * | Clean up idempotency issues with session secrets.Andrew Butcher2016-01-042-3/+5
| | |
* | | Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher2016-01-041-2/+2
|/ /
* | Merge pull request #1096 from git001/masterBrenton Leanhardt2015-12-241-0/+6
|\ \ | | | | | | Add the new metrics and logging urls v2
| * | add the necessary URLs for logging and metricsgit0012015-12-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-241-0/+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-181-1/+1
| |/ /
* | | fixesJason DeTiberus2015-12-151-1/+1
| | |
* | | Containerization work by @sdodsonScott Dodson2015-12-153-2/+58
| | |
* | | Initial containerization work from @ibottyTobias Florek2015-12-151-0/+11
|/ / | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* / Change controllers service type to simple.Andrew Butcher2015-12-111-1/+1
|/
* Configured master count should be 1 for pacemaker ha.Andrew Butcher2015-12-021-1/+1
|
* Refactor master identity provider configurationJason DeTiberus2015-11-232-94/+18
| | | | | | - Remote template in favor of a filter plugin - Add additional validation for identity provider config - Add mappingMethod attribute for identity providers, default to 'claim'
* Refactor named certificates.Andrew Butcher2015-11-161-5/+2
|
* 1279746: Fix leftover disabled features line in config template.Devan Goodwin2015-11-101-1/+0
|
* Merge pull request #830 from detiber/nov1beta3Brenton Leanhardt2015-11-061-3/+3
|\ | | | | apiLevel changes
| * apiLevel changesJason DeTiberus2015-11-061-3/+3
| | | | | | | | | | | | - remove kubernetesMasterConfig.apiLevels if >= 3.1/1.1 - change apiLevels conditional from using deployment_type to version_greater_than_3_1_or_1_1
* | Revert to defaultsAndrew Butcher2015-11-051-3/+3
| |
* | Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-055-0/+68
| |
* | fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus2015-11-041-1/+3
| | | | | | | | controllers will attempt to start
* | additional ha related updatesJason DeTiberus2015-11-041-5/+13
| |
* | additional native ha changesAndrew Butcher2015-11-041-2/+1
|/
* Filter internal hostnames from the list of parsed names.Andrew Butcher2015-11-031-1/+1
|
* Add custom certificates to serving info in master configuration.Andrew Butcher2015-11-031-0/+14
|
* Disable OpenShift features if installing Atomic EnterpriseJason DeTiberus2015-10-301-0/+3
|
* Conditionalizing the support for the v1beta3 apiBrenton Leanhardt2015-10-291-0/+4
| | | | | v1beta3 is only supported on OSE 3.0. For 3.0 the deployment_type was "enterprise"
* Merge pull request #731 from abutcher/proxy-client-configBrenton Leanhardt2015-10-271-0/+3
|\ | | | | Add proxy client certs to master config
| * Add proxy client certs to master config.Andrew Butcher2015-10-221-0/+3
| |
* | Fix quotesDiego Castro2015-10-261-1/+1
| |
* | Add missing quotesDiego Castro2015-10-231-6/+6
| |
* | fix merge conflictsDiego Castro2015-10-223-10/+11
|\|
| * Fix yaml indentation from use_openshift_sdn conditionalAndrew Butcher2015-10-201-2/+2
| |
| * Allow disabling the network plugin configurationTomas Sedovic2015-10-201-0/+2
| | | | | | | | | | | | This is useful when we want to use a different networking solution without having any networking plugin code run when the services start up.
| * Add masterCA to oauth templateJordan Liggitt2015-10-091-0/+1
| |
| * Add kind/apiVersion to scheduler.json templateJordan Liggitt2015-10-051-0/+2
| |
| * Move openshift_data_dir to a fact based on deployment_typeScott Dodson2015-09-101-1/+1
| | | | | | | | | | | | Previously this was being set to /var/lib/origin regardless of deployment_type which isn't correct given that existing 'enterprise' and 'online' deployments would have been deployed with /var/lib/openshift
| * Add serviceNetworkCIDR to network configScott Dodson2015-09-021-0/+2
| | | | | | | | Required by OSE 3.0.2 and Origin 1.0.6
| * Fix quoting around nullJason DeTiberus2015-08-221-2/+2
| |
| * fix apiServerArguments and controllerServerArgumentsJason DeTiberus2015-08-221-8/+2
| |