summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Initial containerization work from @ibottyTobias Florek2015-12-151-0/+1
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Merge pull request #1000 from detiber/localhostFixThomas Wiest2015-12-101-3/+5
|\ | | | | Enforce connection: local and become: no on all localhost plays
| * Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-301-3/+5
| |
* | Merge pull request #1030 from jtslear/make-examples-optionalBrenton Leanhardt2015-12-101-1/+2
|\ \ | | | | | | Make the install of openshift_examples optional
| * | Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-1/+2
| | | | | | | | | | | | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* | | Remove yum / dnf duplicationScott Dodson2015-12-091-1/+1
| | |
* | | Simplify session secrets overrides.Andrew Butcher2015-12-091-10/+2
|/ /
* | Merge pull request #983 from enoodle/manageiq_serviceBrenton Leanhardt2015-12-041-0/+2
|\ \ | | | | | | Adding ManageIQ service account
| * | ManageIQ Service Account: added role for ManageIQ service accountenoodle2015-12-041-0/+2
| | | | | | | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | | Refactor dns options and facts.Andrew Butcher2015-12-031-16/+0
| | |
* | | Fix kubernetes service ip gathering.Andrew Butcher2015-12-011-5/+2
| | |
* | | Set api version for oc commandsJason DeTiberus2015-11-301-1/+6
| |/ |/|
* | Merge pull request #985 from abutcher/ocConfigBrenton Leanhardt2015-11-301-1/+1
|\ \ | | | | | | Use admin.kubeconfig when obtaining kubernetes service ip
| * | Use admin.kubeconfig for get svc ip.Andrew Butcher2015-11-251-1/+1
| |/
* / Make sure that OpenSSL is installed before useFederico Simoncelli2015-11-251-0/+2
|/ | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
* Replace map with oo_collect to support python-jinja2 <2.7Andrew Butcher2015-11-201-4/+4
|
* Add additive_facts_to_overwrite instead of overwriting all additive_factsAndrew Butcher2015-11-161-1/+2
|
* Refactor named certificates.Andrew Butcher2015-11-161-9/+44
|
* Update etcd default facts settingJason DeTiberus2015-11-131-3/+0
|
* Refactor upgrade playbook(s)Jason DeTiberus2015-11-101-0/+3
| | | | | | | | | | | | | - Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1 upgrades - Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc - Added a byo wrapper playbooks to set the groups based on the byo conventions, other providers will need similar playbooks added eventually - installer wrapper updates for refactored upgrade playbooks - call new 3.0 to 3.1 upgrade playbook - various fixes for edge cases I hit with a really old config laying around. - fix output of host facts to show connect_to value.
* Merge pull request #698 from lebauce/flannelBrenton Leanhardt2015-11-061-0/+8
|\ | | | | Add support for flannel
| * Add flannel supportSylvain Baubeau2015-10-271-0/+8
| | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-5/+49
| |
* | default to source persistence for haproxyJason DeTiberus2015-11-041-1/+1
| |
* | more tweaksJason DeTiberus2015-11-041-0/+1
| |
* | more tweaksJason DeTiberus2015-11-041-35/+9
| |
* | additional ha related updatesJason DeTiberus2015-11-041-6/+43
| |
* | additional native ha changesAndrew Butcher2015-11-041-5/+5
| |
* | Start of true master haJason DeTiberus2015-11-041-0/+26
| |
* | 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/+9
|/
* Move version greater_than_fact into openshift_factsAndrew Butcher2015-10-221-4/+1
|
* Don't include proxy client cert when <3.1 or <1.1Andrew Butcher2015-10-221-3/+7
|
* Add proxy client certs to master config.Andrew Butcher2015-10-221-0/+2
|
* Fix test and workaround for rpm generated configsJason DeTiberus2015-10-221-0/+15
| | | | | | - fixed inconcistency in naming for rpm generated config test - refactoring to fix logic after the ha master refactoring had broken the previous steps
* Merge pull request #721 from abutcher/fix-routerBrenton Leanhardt2015-10-221-3/+3
|\ | | | | Conditionally include openshift_router role
| * Conditionally include openshift_router role.Andrew Butcher2015-10-221-3/+3
| |
* | Merge pull request #678 from sdodson/examplesWesley Hearn2015-10-221-2/+1
|\ \ | |/ |/| Adjust the logic as to when examples are deployed
| * Adjust the logic as to when examples are deployedScott Dodson2015-10-201-2/+1
| |
* | Support HA or single router, and start work on registryStefanie Forrester2015-10-211-0/+7
| |
* | Merge pull request #529 from sdodson/cockpit-masterWesley Hearn2015-10-201-0/+9
|\ \ | |/ |/| Add cockpit role
| * Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-281-0/+9
| |
* | Create service accounts and set up scc rulesStefanie Forrester2015-09-101-0/+9
| |
* | wait for ports instead of waiting for an arbitrary period of timeStefanie Forrester2015-09-021-0/+1
| |
* | Merge pull request #512 from sdodson/nextWesley Hearn2015-08-281-8/+9
|\ \ | |/ |/| Merge in Atomic Enterprise work into master
| * Atomic Enterprise related changes.Avesh Agarwal2015-08-261-8/+9
| |
* | Add a role that allows logrotate config editing.Troy Dawson2015-08-271-0/+1
|/ | | | | This role gets called for each type of machine, but if logrotate_scripts is not set, nothing happens.
* Configure cluster metricsDiego Castro2015-08-131-0/+2
| | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.
* Initial HA masterJason DeTiberus2015-07-171-5/+24
| | | | | | | | | | | | | | | | | | | | | | - Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
* Playbook updates for clustered etcdJason DeTiberus2015-07-101-2/+197
| | | | | | | | | | | | | | | | | | | | | - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme