summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-112-4/+0
|\ | | | | Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-082-4/+0
| |
* | Bug 1302970 - update script does not patch router if name is different from ↵Brenton Leanhardt2016-02-113-22/+43
| | | | | | | | default
* | Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt2016-02-102-30/+22
|\ \ | | | | | | Fix infra_node deployment
| * | fix default valueJason DeTiberus2016-02-101-1/+1
| | |
| * | add missing connection:localJason DeTiberus2016-02-091-0/+1
| | |
| * | consolidate oo_first_master post-config a bit, fix some roles that use ↵Jason DeTiberus2016-02-091-32/+10
| | | | | | | | | | | | openshift_facts without declaring a dependency
| * | openshift_serviceaccounts updatesJason DeTiberus2016-02-091-9/+16
| | | | | | | | | | | | | | | - make service account creation more flexible - create service accounts near where they are consumed
| * | Fix infra_node deploymentJason DeTiberus2016-02-091-5/+11
| | | | | | | | | | | | | | | | | | | | | - Do not deploy the router/registry when the infra_nodes variable is present but does not contain a list of infra nodes. - use right node group and only set openshift_infra_nodes if group is present
* | | Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-092-2/+2
| | |
* | | Merge pull request #1330 from jkhelil/make-cli-pod-eviction-timeout-configurableBrenton Leanhardt2016-02-091-0/+4
|\ \ \ | |/ / |/| | Make pod_eviction_timeout configurable from cli
| * | Make pod_eviction_timeout configurable from clijawed2016-02-041-0/+4
| | |
* | | Bug 1304150 - Can't upgrade atomic-openshift to specified versionBrenton Leanhardt2016-02-091-0/+12
|/ /
* | Merge pull request #1291 from sdodson/bz1293578Brenton Leanhardt2016-02-032-0/+28
|\ \ | | | | | | Check that openshift_hostname resolves to an ip on our host
| * | Add an early check to ensure that node names resolve to an interface on the hostScott Dodson2016-02-032-0/+28
| | |
* | | Merge pull request #1173 from abutcher/nfs-groupBrenton Leanhardt2016-02-032-10/+12
|\ \ \ | | | | | | | | Refactor storage options
| * | | Refactor registry storage options.Andrew Butcher2016-02-012-10/+12
| |/ /
* | | Do not apply the etcd_certificates role during node playbook.Andrew Butcher2016-02-021-0/+1
| | |
* | | Add g_new_node_hosts to cluster_hosts.Andrew Butcher2016-02-021-1/+1
| |/ |/|
* | Merge pull request #1019 from dgoodwin/etcd-serialBrenton Leanhardt2016-02-021-2/+26
|\ \ | |/ |/| Install and start one etcd server before the others.
| * Bring first etcd server up before others.Devan Goodwin2015-12-111-2/+26
| | | | | | | | | | | | | | | | | | In faster environments (i.e. all local VMs) etcd nodes could come online at roughly the same time leading to conflicts with self-elections, resulting in a non-functional cluster. To solve we configure the first etcd host by itself, then configure the remaining ones in parallel to keep things as fast as possible.
* | infra_node fixesJason DeTiberus2016-02-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #1114 from lhuard1A/fix_update_repos_and_packagesBrenton Leanhardt2016-01-291-1/+0
|\ \ | | | | | | Fix update_repos_and_packages playbook which now needs openshift_facts
| * | Move the `is_atomic` check from `update_repos_and_packages.yml` to ↵Lénaïc Huard2016-01-121-1/+0
| | | | | | | | | | | | `rhel_subscribe`
* | | Merge pull request #1300 from vishpat/bug1298Brenton Leanhardt2016-01-291-0/+1
|\ \ \ | | | | | | | | Fix for bug 1298
| * | | Fix for bug 1298Vishal Patil2016-01-281-0/+1
| | | |
* | | | Enable cockpit when not is_atomic.Andrew Butcher2016-01-291-1/+1
|/ / /
* | | Configure logrotate on atomic.Andrew Butcher2016-01-273-3/+0
| | |
* | | Merge pull request #1274 from rassie/patch-1Brenton Leanhardt2016-01-261-2/+2
|\ \ \ | | | | | | | | Fix checking for update package availability
| * | | Fix checking for update package availabilityNikolai Prokoschenko2016-01-261-2/+2
| | | | | | | | | | | | | | | | | | | | Currently, if `yum list available` returns two versions, for whatever reason, no sorting is imposed. Therefore it's possible that an upgraded package version is available but is not being detected. This patch sorts the version number list so that most recent version is always picked first.
* | | | Install cockpit, logrotate and fluentd unless host is atomic.Andrew Butcher2016-01-263-3/+3
|/ / /
* | | Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-252-0/+4
|\ \ \ | | | | | | | | Nuage
| * | | Add Nuage support to openshift ansibleVishal Patil2016-01-252-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #1177 from smunilla/install_storage_on_installBrenton Leanhardt2016-01-251-0/+18
|\ \ \ \ | | | | | | | | | | v3_0_to_v3_1_upgrade: Install storage packages
| * | | | v3_0_to_v3_1_upgrade: Remove is_atomic check for upgradesSamuel Munilla2016-01-141-2/+0
| | | | |
| * | | | v3_0_to_v3_1_upgrade: Copy tasks rather than including from the playbookSamuel Munilla2016-01-131-2/+19
| | | | | | | | | | | | | | | | | | | | As suggested, this should help decouple the upgrade from the config
| * | | | v3_0_to_v3_1_upgrade: Install storage packagesSamuel Munilla2016-01-131-0/+3
| | |/ / | |/| | | | | | | | | | Include the existing storage plugin configuration during an upgrade.
* | | | 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.
* | | | | Merge pull request #1244 from abutcher/api-sysconfigBrenton Leanhardt2016-01-201-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Native ha port fixes
| * | | | | Use haproxy frontend port for os_firewall.Andrew Butcher2016-01-201-0/+1
| | | | | |
* | | | | | Check master certificates during upgrade.Andrew Butcher2016-01-201-3/+27
|/ / / / /
* | | | | 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
| | | |
* | | | Merge pull request #1193 from abutcher/master-nodesBrenton Leanhardt2016-01-151-8/+38
|\ \ \ \ | | | | | | | | | | Configure node-masters before nodes in containerized install
| * | | | Configure nodes which are also masters prior to nodes in containerized install.Andrew Butcher2016-01-151-8/+38
| | | | |