summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
| * Bug 1252337 - Fix for quote error in oauthConfig templateJason DeTiberus2015-08-171-1/+1
| | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1252337
* | Get default values from openshift_factsDiego Castro2015-08-171-6/+6
| |
* | CleanupDiego Castro2015-08-171-1/+0
| |
* | Merge remote-tracking branch 'openshift/master' into project_configDiego Castro2015-08-151-0/+6
|\|
| * Add support for setting kubeletArguments, controllerArguments, and ↵Jason DeTiberus2015-08-131-0/+6
| | | | | | | | apiServerArguments
| * Add support for setting default node selectorJason DeTiberus2015-08-121-1/+1
| |
* | Update PR #458 from commentsDiego Castro2015-08-121-1/+8
| |
* | Custom Project ConfigDiego Castro2015-08-122-9/+2
|/
* Fix Custom CorsDiego Castro2015-08-121-1/+3
|
* Add LDAPPasswordIdentityProvider bits to identity_provider_config macro.Andrew Butcher2015-07-311-0/+14
|
* Add support for setting routingConfig:subdomainJason DeTiberus2015-07-281-1/+1
|
* Add masterCA to ServiceAccountConfigScott Dodson2015-07-211-0/+1
|
* Issue361 - MatchNodeSelector should be firstScott Dodson2015-07-171-0/+1
|
* Etcd role updates and playbook updatesJason DeTiberus2015-07-101-4/+4
| | | | | | | | | | | | | | | | | | | | | - fix firewall conflict issues with co-located etcd and openshift hosts - added os_firewall dependency to etcd role - updated etcd template to better handle clustered and non-clustered installs - added etcd_ca role - generates a self-signed cert to manage etcd certificates, since etcd peer certificates are required to be client and server certs and the openshift ca will only generate client or server certs (not one authorized for both). - renamed openshift_etcd_certs role to etcd_certificates and updated it to manage certificates generated from the CA managed by the etcd_ca role - remove hard coded etcd_port in openshift_facts - updates for the openshift-etcd common playbook - removed etcd and openshift-etcd playbooks from the byo playbooks directory - added a common playbook for setting etcd launch facts - added an openshift-etcd common service playbook - removed unused variables - fixed tests for embedded_{etcd,dns,kube} in openshift_master - removed old workaround for reloading systemd units
* Changes related to latest openshift.Avesh Agarwal2015-06-301-2/+4
|
* Update for RC2 changesScott Dodson2015-06-161-5/+24
| | | | | | | | | | | | | Remove openshift-deployer.kubeconfig from master template Sync config template Update enterprise image names Switch to node auto registration Add deployer to list of serviceAccountConfig.managedNames Move package installation before registering facts change default kubeconfig location Change system:openshift-client to system:openshift-master Rename node cert/key/kubeconfig per openshift/origin#3160 Update references to /var/lib/openshift/openshift.local.certificates
* Templatize configs and 0.5.2 changesJason DeTiberus2015-06-103-0/+188
- Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client