summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHELBrenton Leanhardt2016-03-091-1/+1
| | | | | | Previously I was greping for 'ose' in the systemd units. That was only working on my machine because my Nodes were also Masters. It's safer to grep for openshift3 since that would be present for Masters or Nodes.
* Bug 1315563 - stdout IO redirection wasn't working as expected over SSH ↵Brenton Leanhardt2016-03-081-3/+3
| | | | | | connections Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL
* Merge pull request #1567 from brenton/bz1315637Brenton Leanhardt2016-03-081-1/+1
|\ | | | | Bug 1315637 - The docker wasn't upgraded on node during upgrade
| * Bug 1315637 - The docker wasn't upgraded on node during upgradeBrenton Leanhardt2016-03-081-1/+1
| |
* | Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt2016-03-082-0/+3
|/
* Support openshift_image_tagBrenton Leanhardt2016-03-072-5/+15
| | | | | | | | | | | | | This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.
* Bug 1314645 - Upgrade failed with "One or more undefined variables 'dict ↵Brenton Leanhardt2016-03-042-4/+9
| | | | object' has no attribute 'stdout'"
* Adding verify_upgrade_version variable for upgrade debuggingBrenton Leanhardt2016-03-033-3/+34
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-035-36/+9
|
* First past at the upgrade processBrenton Leanhardt2016-03-0316-11/+560
|
* Merge pull request #1469 from talset/playbook_upgradeBrenton Leanhardt2016-02-251-1/+3
|\ | | | | Add missing is_atomic condition in the upgrade playbook
| * Change is_atomic to is_containerizedtalset2016-02-251-3/+3
| | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Change is_atomic by is_containerized in order to take care about container openshift without atomic
| * Add missing is_atomic condition on upgrade packagetalset2016-02-231-0/+2
| | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Add when not is_atomic on yum upgrade on master and node to be able to run the playbook on atomic host
* | Pass registry claim to openshift_registry.Andrew Butcher2016-02-241-0/+1
|/
* Re-arrange scaleup playbooks.Andrew Butcher2016-02-161-56/+0
|
* Move additional master configuration into a separate master playbook.Andrew Butcher2016-02-164-21/+73
|
* Add new_masters to scaleup playbook.Andrew Butcher2016-02-162-4/+53
|
* Apply openshift_docker to nodes during scaleup.Andrew Butcher2016-02-161-0/+10
|
* Merge pull request #1397 from brenton/bz1308314Brenton Leanhardt2016-02-151-1/+1
|\ | | | | Bug 1308314 - Failed to continue installation when pressing CTRL-C
| * Bug 1308314 - Failed to continue installation when pressing CTRL-CBrenton Leanhardt2016-02-151-1/+1
| |
* | Updating the 3.1.1 router to match the new liveness probe configurationBrenton Leanhardt2016-02-122-1/+11
|/
* Don't automatically give additional permissions to all OAuth users on upgradeJordan Liggitt2016-02-122-0/+2
|
* Bug 1302970 - update script does not patch router if name is different from ↵Brenton Leanhardt2016-02-113-22/+43
| | | | default
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* 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
| |
* | Add g_new_node_hosts to cluster_hosts.Andrew Butcher2016-02-021-1/+1
|/
* 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`
* | 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.
* | 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.
* | Check master certificates during upgrade.Andrew Butcher2016-01-201-3/+27
| |
* | 3.1.1 upgrade playbookBrenton Leanhardt2016-01-137-0/+278
|/
* Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1Thomas Wiest2016-01-111-1/+1
|\ | | | | Make bin/cluster able to spawn an OSE 3.1 cluster
| * Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard2016-01-081-1/+1
| |
* | Merge pull request #1008 from detiber/upgradeVersionCheckBrenton Leanhardt2016-01-071-4/+7
|\ \ | |/ |/| Improve 3.1/1.1 upgrade check
| * Improve 3.1/1.1 upgrade checkJason DeTiberus2015-12-021-4/+7
| |
* | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-042-0/+18
|\ \ | | | | | | NFS for registry storage
| * | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-152-0/+18
| | |
* | | Merge pull request #808 from sdodson/containersBrenton Leanhardt2015-12-193-0/+4
|\ \ \ | | | | | | | | Containerized install with SDN support
| * | | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
| | | |
| * | | Containerization work by @sdodsonScott Dodson2015-12-152-1/+4
| | | |
| * | | Initial containerization work from @ibottyTobias Florek2015-12-151-1/+1
| |/ / | | | | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* / / Clean up versions.shScott Dodson2015-12-161-3/+2
|/ /
* | Merge pull request #1028 from kwoodson/remove_env_host_typeKenny Woodson2015-12-141-21/+21
|\ \ | | | | | | Removing env-host-type in preparation of env and environment changes.
| * | Updating env-host-type to host patternsKenny Woodson2015-12-111-21/+21
| | |