Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1265 from talset/s3_registry_clusterid | Stefanie Forrester | 2016-01-28 | 2 | -4/+6 |
|\ | | | | | Allow to have custom bucket name and region | ||||
| * | Allow to have custom bucket name and region | talset | 2016-01-28 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | File playbooks/adhoc/s3_registry/s3_registry* To be able to use a different bucket name and region, aws_bucket and aws_region are now available * Add variable for region and bucket into j2 * Update comment Usage * Add default aws_bucket_name and aws_bucket_region | ||||
* | | Configure logrotate on atomic. | Andrew Butcher | 2016-01-27 | 3 | -3/+0 |
| | | |||||
* | | Merge pull request #1274 from rassie/patch-1 | Brenton Leanhardt | 2016-01-26 | 1 | -2/+2 |
|\ \ | | | | | | | Fix checking for update package availability | ||||
| * | | Fix checking for update package availability | Nikolai Prokoschenko | 2016-01-26 | 1 | -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 Butcher | 2016-01-26 | 3 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1160 from vishpat/nuage | Brenton Leanhardt | 2016-01-25 | 2 | -0/+4 |
|\ \ | | | | | | | Nuage | ||||
| * | | Add Nuage support to openshift ansible | Vishal Patil | 2016-01-25 | 2 | -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 #1236 from detiber/add_nodes | Thomas Wiest | 2016-01-25 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | Remove camel case for bin/cluster addNodes | ||||
| * | | | Remove camel case for bin/cluster addNodes | Jason DeTiberus | 2016-01-19 | 1 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #1177 from smunilla/install_storage_on_install | Brenton Leanhardt | 2016-01-25 | 1 | -0/+18 |
|\ \ \ \ | | | | | | | | | | | v3_0_to_v3_1_upgrade: Install storage packages | ||||
| * | | | | v3_0_to_v3_1_upgrade: Remove is_atomic check for upgrades | Samuel Munilla | 2016-01-14 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | v3_0_to_v3_1_upgrade: Copy tasks rather than including from the playbook | Samuel Munilla | 2016-01-13 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | As suggested, this should help decouple the upgrade from the config | ||||
| * | | | | v3_0_to_v3_1_upgrade: Install storage packages | Samuel Munilla | 2016-01-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Include the existing storage plugin configuration during an upgrade. | ||||
* | | | | | Merge pull request #1250 from detiber/emptyMasterFix | Brenton Leanhardt | 2016-01-25 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix error when oo_masters_to_config is empty | ||||
| * | | | | | Fix error when oo_masters_to_config is empty | Jason DeTiberus | 2016-01-21 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Fail when master restart playbook finds no active masters rather than any ↵ | Andrew Butcher | 2016-01-22 | 1 | -7/+7 |
| |_|_|/ |/| | | | | | | | | | | | failed masters. | ||||
* | | | | Merge pull request #1235 from detiber/cluster_hosts | Brenton Leanhardt | 2016-01-21 | 4 | -64/+44 |
|\ \ \ \ | | | | | | | | | | | Update cluster_hosts.yml for cloud providers | ||||
| * | | | | Update cluster_hosts.yml for cloud providers | Jason DeTiberus | 2016-01-19 | 4 | -64/+44 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | - Add g_infra_hosts (nodes with sub-type infra) - Add g_compute_hosts (nodes with sub-type compute) - Reduce duplication by re-using previously defined variables | ||||
* | | | | Merge pull request #1244 from abutcher/api-sysconfig | Brenton Leanhardt | 2016-01-20 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Native ha port fixes | ||||
| * | | | | Use haproxy frontend port for os_firewall. | Andrew Butcher | 2016-01-20 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Check master certificates during upgrade. | Andrew Butcher | 2016-01-20 | 1 | -3/+27 |
|/ / / / | |||||
* | | | | Merge pull request #1175 from detiber/ha_port_fixes | Brenton Leanhardt | 2016-01-19 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | Ha port fixes | ||||
| * | | | Controllers_port and firewall rules | Diego Castro | 2016-01-12 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #1144 from detiber/gce_sdn | Brenton Leanhardt | 2016-01-19 | 3 | -6/+0 |
|\ \ \ | | | | | | | | | Remove default disable of SDN for GCE | ||||
| * | | | Remove default disable of SDN for GCE | Jason DeTiberus | 2016-01-15 | 3 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Update openshift_facts to no longer default use_openshift_sdn for GCE installs - Remove workarounds in the GCE playbooks that were forcing SDN configuration | ||||
* | | | | Merge pull request #1211 from abutcher/pacemaker-master-check | Brenton Leanhardt | 2016-01-18 | 1 | -1/+9 |
|\ \ \ \ | | | | | | | | | | | Improve pacemaker 'is-active' check. | ||||
| * | | | | Improve pacemaker 'is-active' check. | Andrew Butcher | 2016-01-18 | 1 | -1/+9 |
| | | | | | |||||
* | | | | | Merge pull request #1212 from mwoodson/zagg_client | Matt Woodson | 2016-01-18 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | new role: added oso_moniotoring tools role | ||||
| * | | | | added oso_moniotoring tools role | Matt Woodson | 2016-01-18 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Add 'unknown' to possible output for the is-active check. | Andrew Butcher | 2016-01-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix cluster_method conditional in master restart playbook. | Andrew Butcher | 2016-01-18 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Host group should be OSEv3 not OSv3 | Donovan Muller | 2016-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Following on from #1107 the host group's name is OSEv3 and not OSv3 | ||||
* | | | | | Merge pull request #1193 from abutcher/master-nodes | Brenton Leanhardt | 2016-01-15 | 1 | -8/+38 |
|\ \ \ \ \ | | | | | | | | | | | | | Configure node-masters before nodes in containerized install | ||||
| * | | | | | Configure nodes which are also masters prior to nodes in containerized install. | Andrew Butcher | 2016-01-15 | 1 | -8/+38 |
| | |/ / / | |/| | | | |||||
* / | | | | Call attention to openshift_master_rolling_restart_mode variable in restart ↵ | Andrew Butcher | 2016-01-15 | 1 | -2/+4 |
|/ / / / | | | | | | | | | | | | | prompt. | ||||
* | | | | Merge pull request #1186 from abutcher/uninstall-wrappers | Brenton Leanhardt | 2016-01-14 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Uninstall remove containerized wrapper and symlinks | ||||
| * | | | | Uninstall remove containerized wrapper and symlinks | Andrew Butcher | 2016-01-14 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Check api prior to starting node. | Andrew Butcher | 2016-01-14 | 1 | -4/+0 |
|/ / / / | |||||
* | | | | 3.1.1 upgrade playbook | Brenton Leanhardt | 2016-01-13 | 9 | -0/+309 |
| | | | | |||||
* | | | | Merge pull request #1159 from abutcher/wait-for-api | Brenton Leanhardt | 2016-01-13 | 2 | -1/+19 |
|\ \ \ \ | |/ / / |/| | | | API Verification | ||||
| * | | | Add wait in between api and controllers start for native ha. | Andrew Butcher | 2016-01-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | Update api verification. | Andrew Butcher | 2016-01-13 | 1 | -6/+14 |
| | | | | |||||
| * | | | Add a Verify API Server handler that waits for the API server to become | Scott Dodson | 2016-01-13 | 1 | -1/+10 |
| |/ / | | | | | | | | | | available | ||||
* | | | Validate pacemaker cluster members. | Andrew Butcher | 2016-01-12 | 2 | -2/+26 |
| | | | |||||
* | | | Update rolling restart playbook for pacemaker support. | Andrew Butcher | 2016-01-11 | 11 | -85/+225 |
| | | | | | | | | | | | | | | | Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks. | ||||
* | | | Implement simple master rolling restarts. | Devan Goodwin | 2016-01-11 | 2 | -0/+85 |
|/ / | | | | | | | | | | | Blocks running ansible on a host that will be restarted. Can restart just services, or optionally the full system. | ||||
* | | Set portal net in master playbook | Jason DeTiberus | 2016-01-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1 | Thomas Wiest | 2016-01-11 | 5 | -37/+52 |
|\ \ | | | | | | | Make bin/cluster able to spawn an OSE 3.1 cluster | ||||
| * | | Make bin/cluster able to spawn OSE 3.1 clusters | Lénaïc Huard | 2016-01-08 | 5 | -37/+52 |
| | | |