summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master
Commit message (Collapse)AuthorAgeFilesLines
* Configure logrotate on atomic.Andrew Butcher2016-01-271-1/+0
|
* Install cockpit, logrotate and fluentd unless host is atomic.Andrew Butcher2016-01-261-1/+1
|
* Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-251-0/+2
|\ | | | | Nuage
| * Add Nuage support to openshift ansibleVishal Patil2016-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1250 from detiber/emptyMasterFixBrenton Leanhardt2016-01-251-0/+1
|\ \ | | | | | | Fix error when oo_masters_to_config is empty
| * | Fix error when oo_masters_to_config is emptyJason DeTiberus2016-01-211-0/+1
| | |
* | | Fail when master restart playbook finds no active masters rather than any ↵Andrew Butcher2016-01-221-7/+7
| | | | | | | | | | | | failed masters.
* | | Use haproxy frontend port for os_firewall.Andrew Butcher2016-01-201-0/+1
| | |
* | | Merge pull request #1175 from detiber/ha_port_fixesBrenton Leanhardt2016-01-191-0/+1
|\ \ \ | |/ / |/| | Ha port fixes
| * | Controllers_port and firewall rulesDiego Castro2016-01-121-0/+1
| | |
* | | Improve pacemaker 'is-active' check.Andrew Butcher2016-01-181-1/+9
| | |
* | | Add 'unknown' to possible output for the is-active check.Andrew Butcher2016-01-181-1/+1
| | |
* | | Fix cluster_method conditional in master restart playbook.Andrew Butcher2016-01-181-2/+2
| | |
* | | Call attention to openshift_master_rolling_restart_mode variable in restart ↵Andrew Butcher2016-01-151-2/+4
| | | | | | | | | | | | prompt.
* | | Merge pull request #1159 from abutcher/wait-for-apiBrenton Leanhardt2016-01-131-0/+1
|\ \ \ | | | | | | | | API Verification
| * | | Add wait in between api and controllers start for native ha.Andrew Butcher2016-01-131-0/+1
| |/ /
* | | Validate pacemaker cluster members.Andrew Butcher2016-01-122-2/+26
| | |
* | | Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-115-0/+218
|/ / | | | | | | | | Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.
* | Set portal net in master playbookJason DeTiberus2016-01-111-0/+1
| |
* | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-061-23/+26
|\ \ | | | | | | Clean up idempotency issues with session secrets.
| * | Move extra secret validations into openshift_facts.Andrew Butcher2016-01-061-9/+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-18/+28
| | |
* | | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-041-1/+9
|\ \ \ | |/ / |/| | NFS for registry storage
| * | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-1/+9
| | |
* | | Remove lb from docker hosts.Andrew Butcher2015-12-231-0/+1
| | |
* | | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
| | |
* | | Containerization work by @sdodsonScott Dodson2015-12-151-2/+2
| | |
* | | 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-102-3/+7
|\ \ | | | | | | Enforce connection: local and become: no on all localhost plays
| * | Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-302-3/+7
| | |
* | | 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