summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-143-22/+5
|\
| * Merge pull request #2023 from abutcher/openshift-hostedAndrew Butcher2016-07-082-20/+3
| |\ | | | | | | Various hosted component improvements
| | * Various hosted component improvementsAndrew Butcher2016-07-072-20/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation
| * | Clean up some deprecation warningsTim Bielawa2016-07-071-4/+4
| |/ | | | | | | | | | | * "Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax" * Closes #2125
* | Fix upgrades with an openshift_image_tag set.Devan Goodwin2016-07-121-1/+1
| |
* | Remove/update TODOs.Devan Goodwin2016-07-081-1/+2
| |
* | Remove all debug used during devel of openshift_version.Devan Goodwin2016-07-082-15/+0
| |
* | Merge branch 'aoi-32-up' into upgrade33Devan Goodwin2016-07-083-2/+7
|\|
| * fix "hapoxy" typo in loadbalancer playbookMathias Merscher2016-07-061-1/+1
| | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
| * Merge pull request #1969 from detiber/libvirtJason DeTiberus2016-07-051-0/+5
| |\ | | | | | | Libvirt provider fixes
| | * Fix bin/cluster libvirt related errorJason DeTiberus2016-06-011-0/+5
| | |
| * | Fix dnf variant of rpm_versions.shScott Dodson2016-07-051-1/+1
| | |
* | | Move repoquery fact definition to openshift_common.Devan Goodwin2016-07-071-3/+0
| | |
* | | Add symlinks for node templates.Devan Goodwin2016-07-044-0/+4
| | | | | | | | | | | | | | | | | | | | | This is an unfortunate side effect of including a role yaml file in a playbook, ideally we would just run the full node role here. For now we'll follow the lead for the master template.
* | | Update repoquery_cmd definitions to match latest in master.Devan Goodwin2016-07-041-1/+1
| | |
* | | Merge branch 'master' into upgrade33Devan Goodwin2016-07-044-11/+17
|\| |
| * | Merge pull request #2097 from sdodson/repoqueryScott Dodson2016-06-291-3/+7
| |\ \ | | | | | | | | Switch to repoquery, enable plugins for satellite support
| | * | Switch to repoquery, enable plugins for satellite supportScott Dodson2016-06-291-3/+7
| | | |
| * | | Set any_errors_fatal for initialize facts play.Andrew Butcher2016-06-281-0/+1
| | | |
| * | | Set any_errors_fatal for etcd facts play.Andrew Butcher2016-06-281-0/+1
| |/ /
* | | Fixes for non-containerized separate etcd hosts.Devan Goodwin2016-06-283-5/+5
| | |
* | | Merge branch 'master' into upgrade33Devan Goodwin2016-06-282-2/+5
|\| |
| * | Don't upgrade docker on non-containerized etcd.Andrew Butcher2016-06-242-1/+13
| | |
| * | Access embedded_etcd variable from oo_first_master hostvars.Andrew Butcher2016-06-241-1/+1
| | |
| * | Merge pull request #1927 from jfcoz/metrics_resolutionScott Dodson2016-06-231-1/+1
| |\ \ | | | | | | | | add unit in seconds for metrics resolution
| | * | add unit in seconds for metrics resolutionjfcoz2016-05-231-1/+1
| | | |
* | | | More docker upgrade fixes.Devan Goodwin2016-06-273-22/+17
| | | |
* | | | Only nuke images when crossing the Docker 1.10 boundary in upgrade.Devan Goodwin2016-06-274-24/+26
| | | |
* | | | Fix node/openvswitch containers not restarting after upgrade.Devan Goodwin2016-06-241-1/+1
| | | |
* | | | Allow skipping Docker upgrade during OpenShift upgrade.Devan Goodwin2016-06-242-0/+16
| | | |
* | | | Refactor 3.2 upgrade to avoid killing nodes without evac.Devan Goodwin2016-06-238-74/+150
| | | | | | | | | | | | | | | | | | | | 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 Goodwin2016-06-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 upgrade33Devan Goodwin2016-06-233-0/+14
|\| | |
| * | | If registry_url != registry.access.redhat.com then modify image streamsScott Dodson2016-06-175-0/+5
| | | |
| * | | Merge pull request #2041 from dgoodwin/no-proxy-hostnamesScott Dodson2016-06-141-0/+12
| |\ \ \ | | | | | | | | | | Fix no proxy hostnames during upgrade.
| | * | | Fix no proxy hostnames during upgrade.Devan Goodwin2016-06-141-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This value not being set was causing missing hostnames in the sysconfig files with NO_PROXY. This is not the same way we set it during config playbooks, they use vars definitions but this is too difficult in upgrade as there are too many roles that might need it set.
* | | | | Use common fact initialization include in upgrade.Devan Goodwin2016-06-211-2/+4
| | | | |
* | | | | Fix use of v3.2 format for openshift_release in upgrade.Devan Goodwin2016-06-211-0/+4
| | | | |
* | | | | Remove more legacy upgrade playbooks.Devan Goodwin2016-06-2114-157/+0
| | | | |
* | | | | Fix docker restarts during openshift_version role.Devan Goodwin2016-06-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The variable here must be explicitly passed to the docker role, if it's passed sometimes and not others, the docker config changes triggers a docker restart effectively killing everything on the node in an unsafe manner. Instead lets make sure the value is set.
* | | | | Upgrade fixes.Devan Goodwin2016-06-172-26/+5
| | | | |
* | | | | Cleanup, fix 3.1 version bug in facts.Devan Goodwin2016-06-162-4/+3
| | | | |
* | | | | Remove old upgrade playbooks.Devan Goodwin2016-06-153-898/+0
| | | | |
* | | | | Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-152-23/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* | | | | Remove the use of the upgrading variable.Devan Goodwin2016-06-132-2/+0
| | | | |
* | | | | Don't be specific about rpm version to upgrade to for now.Devan Goodwin2016-06-131-1/+2
| | | | |
* | | | | Restore 3.2 RPM version check before upgrading.Devan Goodwin2016-06-131-2/+17
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-06-132-3/+17
|\| | | |
| * | | | Remove Docker 1.10 requirement temporarily.Devan Goodwin2016-06-102-3/+17
| |/ / / | | | | | | | | | | | | | | | | | | | | Docker 1.10 is not widely available in RHEL / CentOS yet, lets remove the restriction for users of master / origin. We can revert as soon as it's available publically.
* | | | Temporary fix for upgrading issue.Devan Goodwin2016-06-101-0/+1
| | | |