Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct relative include for ansible version check. | Andrew Butcher | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Check ansible version prior to evaluating cluster hosts and groups. | Andrew Butcher | 2016-07-20 | 3 | -0/+6 |
| | |||||
* | Resolve some deprecation warnings. | Andrew Butcher | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Remove 3.0 and 3.1 upgrade sub-dirs. | Devan Goodwin | 2016-07-12 | 3 | -54/+0 |
| | |||||
* | Rename upgrade to just v3_2 as it's now major and minor. | Devan Goodwin | 2016-07-12 | 2 | -0/+0 |
| | |||||
* | Fixes for Ansible 2.1. | Devan Goodwin | 2016-07-04 | 1 | -4/+0 |
| | |||||
* | Update repoquery_cmd definitions to match latest in master. | Devan Goodwin | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into upgrade33 | Devan Goodwin | 2016-06-28 | 1 | -2/+1 |
|\ | |||||
| * | Block Docker 1.10 upgrade playbook when run against an Atomic OS. | Devan Goodwin | 2016-06-17 | 1 | -4/+5 |
| | | |||||
* | | More docker upgrade fixes. | Devan Goodwin | 2016-06-27 | 1 | -5/+7 |
| | | |||||
* | | Refactor 3.2 upgrade to avoid killing nodes without evac. | Devan Goodwin | 2016-06-23 | 2 | -108/+3 |
| | | | | | | | | | | We now handle the two pieces of upgrade that require a node evac in the same play. (docker, and node itself) | ||||
* | | Update docker upgrade playbook to be more flexible. | Devan Goodwin | 2016-06-23 | 1 | -18/+41 |
| | | | | | | | | | | | | | | | | | | | | Now more of a generic upgrade playbook to go to the latest Docker version. Added support for docker_version inventory variable, in which case we disable the check for >= 1.10 and make sure you're running at least the specified version. (we will not downgrade you to the requested version however, this is much too complicated) | ||||
* | | Merge branch 'master' into upgrade33 | Devan Goodwin | 2016-06-23 | 1 | -2/+2 |
|\| | |||||
| * | Fix docker 1.10 upgrade on embedded etcd masters. | Devan Goodwin | 2016-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | The tasks were attempting to stop/start etcd, which would be fine on the stop but on start could actually kick the non-containerized etcd service which happens to be layed down even though it's unused. When the service was requested to start again it would claim the port embedded etcd needs and the master would then fail to come up. Instead use the correct etcd_container service. | ||||
* | | Remove old upgrade playbooks. | Devan Goodwin | 2016-06-15 | 3 | -88/+0 |
|/ | |||||
* | Restore mistakenly reverted code. | Devan Goodwin | 2016-06-09 | 1 | -0/+4 |
| | |||||
* | Docker 1.10 Upgrade | Devan Goodwin | 2016-06-03 | 5 | -4/+158 |
| | | | | | | | | | | | | | | | | | Adds a separate playbook for Docker 1.10 upgrade that can be run standalone on a pre-existing 3.2 cluster. The upgrade will take each node out of rotation, and remove *all* containers and images on it, as this is reportedly faster and more storage efficient than performing the in place 1.10 upgrade. This process is integrated into the 3.1 to 3.2 upgrade process. Normal config playbooks now become 3.2 only, and require Docker 1.10. Users of older environments will have to use an appropriate openshift-ansible version. Config playbooks no longer are in the business of upgrading or downgrading docker. | ||||
* | Run rhel_subscribe on l_oo_all_hosts rather than all | Scott Dodson | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Fix for ansible v2 | Scott Dodson | 2016-05-17 | 1 | -3/+17 |
| | |||||
* | Fix rhel_subscribe | Scott Dodson | 2016-05-17 | 1 | -0/+4 |
| | |||||
* | remove interpolated g_all_hosts with_items arg from upgrade playbooks | Cody Boggs | 2016-05-17 | 3 | -3/+3 |
| | |||||
* | Block upgrading w/ ansible v2. | Andrew Butcher | 2016-05-12 | 4 | -0/+16 |
| | |||||
* | Remove vars_files on play includes for upgrade playbooks. | Andrew Butcher | 2016-05-12 | 4 | -26/+72 |
| | |||||
* | Merge pull request #1869 from dgoodwin/upgrade-registries | Jason DeTiberus | 2016-05-09 | 1 | -0/+25 |
|\ | | | | | Fix cli_docker_additional_registries being erased during upgrade. | ||||
| * | Fix cli_docker_additional_registries being erased during upgrade. | Devan Goodwin | 2016-05-09 | 1 | -0/+25 |
| | | | | | | | | | | | | Legacy options (cli_*) were not being migrated during upgrade. Add the oo_all_hosts group, and migrate the facts as we do in the normal cluster playbooks. | ||||
* | | Enable dnsmasq on all hosts | Scott Dodson | 2016-05-06 | 1 | -0/+18 |
|/ | | | | | | - Reconfigures masters to use port 8053 for SkyDNS - Runs openshift_node_dnsmasq role on all nodes - Reconfigures node to use dnsmasq | ||||
* | Remove vars_files on play includes for byo, scaleup and restart playbooks. | Andrew Butcher | 2016-05-05 | 5 | -10/+74 |
| | |||||
* | a-o-i: Populate groups for openshift_facts | Samuel Munilla | 2016-04-27 | 1 | -0/+10 |
| | | | | | openshift_facts is currently failing because it doesn't properly set up groups after the proxy changes we made. This fixes that. | ||||
* | Docker role refactor | Jason DeTiberus | 2016-03-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included | ||||
* | Set g_new_master_hosts in upgrade playbooks. | Andrew Butcher | 2016-03-07 | 3 | -0/+3 |
| | |||||
* | upgrade README fixes | Brenton Leanhardt | 2016-03-03 | 2 | -2/+0 |
| | |||||
* | Adding newly required variable | Brenton Leanhardt | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | First past at the upgrade process | Brenton Leanhardt | 2016-03-03 | 2 | -0/+35 |
| | |||||
* | Re-arrange scaleup playbooks. | Andrew Butcher | 2016-02-16 | 5 | -1/+12 |
| | |||||
* | Move additional master configuration into a separate master playbook. | Andrew Butcher | 2016-02-16 | 1 | -2/+0 |
| | |||||
* | Add new_masters to scaleup playbook. | Andrew Butcher | 2016-02-16 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1364 from codificat/openshift-enterprise | Brenton Leanhardt | 2016-02-10 | 1 | -1/+1 |
|\ | | | | | Add missing atomic- and openshift-enterprise | ||||
| * | Add missing atomic- and openshift-enterprise | Pep TurrĂ³ Mauri | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Some checks related to *enterprise deployments were still only looking for "enterprise" deployment_type. Update them to cover also atomic-enterprise and openshift-enterprise deployment types. | ||||
* | | Merge pull request #1173 from abutcher/nfs-group | Brenton Leanhardt | 2016-02-03 | 1 | -0/+1 |
|\ \ | |/ |/| | Refactor storage options | ||||
| * | Refactor registry storage options. | Andrew Butcher | 2016-02-01 | 1 | -0/+1 |
| | | |||||
* | | Add g_new_node_hosts to cluster_hosts. | Andrew Butcher | 2016-02-02 | 1 | -0/+2 |
|/ | |||||
* | 3.1.1 upgrade playbook | Brenton Leanhardt | 2016-01-13 | 2 | -0/+31 |
| | |||||
* | Update rolling restart playbook for pacemaker support. | Andrew Butcher | 2016-01-11 | 5 | -7/+7 |
| | | | | | 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 | 1 | -0/+7 |
| | | | | | | Blocks running ansible on a host that will be restarted. Can restart just services, or optionally the full system. | ||||
* | Setting relative paths in the upgrade playbooks wasn't working | Brenton Leanhardt | 2016-01-06 | 2 | -2/+2 |
| | |||||
* | Fix error in byo cluster_hosts.yml | Jason DeTiberus | 2016-01-04 | 1 | -2/+4 |
| | |||||
* | Cleanup and fixes for cluster_id change | Jason DeTiberus | 2016-01-04 | 5 | -11/+21 |
| | | | | | | | | | - Move debug_level into vars.yml and byo inventory - change variables in cluster_hosts.yml to be g_* and update playbooks to use those values directly instead of setting them indirectly - added a new g_all_hosts entry in cluster_hosts to use in the update playbook instead of unioning all host types within the playbook - added a cluster_hosts.yml for the byo playbook | ||||
* | Removing environment and env tags. | Kenny Woodson | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Create nfs host group with registry volume attachment. | Andrew Butcher | 2015-12-15 | 3 | -0/+3 |
| | |||||
* | Updating env-host-type to host patterns | Kenny Woodson | 2015-12-11 | 4 | -16/+16 |
| |