summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Update repos per inventory before upgradingScott Dodson2016-04-271-1/+2
|
* Merge pull request #1830 from smunilla/BZ1330918Jason DeTiberus2016-04-272-1/+11
|\ | | | | a-o-i: Populate groups for openshift_facts
| * a-o-i: Populate groups for openshift_factsSamuel Munilla2016-04-272-1/+11
| | | | | | | | | | openshift_facts is currently failing because it doesn't properly set up groups after the proxy changes we made. This fixes that.
* | Replace sudo with become when accessing deployment_vars.Andrew Butcher2016-04-2727-37/+37
|/
* Move portal_net from openshift_common to openshift_facts.Andrew Butcher2016-04-261-4/+0
|
* Apply openshift_common to all masters prior to creating certificates for ↵Andrew Butcher2016-04-261-0/+4
| | | | portal_net.
* Access portal_net in common facts.Andrew Butcher2016-04-262-2/+2
|
* Merge pull request #1777 from brenton/evacJason DeTiberus2016-04-253-12/+29
|\ | | | | Pod evacuation
| * Merge branch 'master' into evacBrenton Leanhardt2016-04-251-0/+6
| |\
| * | Pod must be recreated for the upgradeBrenton Leanhardt2016-04-253-12/+29
| | |
* | | Merge pull request #1793 from detiber/default_subdomainJason DeTiberus2016-04-251-3/+2
|\ \ \ | | | | | | | | Fix backward compat for osm_default_subdomain
| * | | Fix backward compat for osm_default_subdomainJason DeTiberus2016-04-251-3/+2
| | |/ | |/|
* / | Replace deprecated sudo with become.Andrew Butcher2016-04-2531-58/+58
|/ /
* / openshift-metrics: adding duration and resolution optionsErez Freiberger2016-04-241-0/+6
|/
* Reconcile roles in additive-only mode on upgradeJordan Liggitt2016-04-224-5/+5
|
* Merge pull request #1785 from abutcher/master-etcd-varsBrenton Leanhardt2016-04-211-0/+2
|\ | | | | Set etcd_hostname and etcd_ip for masters w/ external etcd.
| * Set etcd_hostname and etcd_ip for masters w/ external etcd.Andrew Butcher2016-04-211-0/+2
| |
* | Merge pull request #1783 from dgoodwin/portal-netBrenton Leanhardt2016-04-211-2/+2
|\ \ | | | | | | Fix bug after portal_net move from master to common role.
| * | Fix bug after portal_net move from master to common role.Devan Goodwin2016-04-211-2/+2
| |/ | | | | | | | | | | Use of the variable was still pointing to the master role location causing the default insecure registry subnet to be used rather than the expected one.
* / Only add new sccsBrenton Leanhardt2016-04-211-1/+1
|/
* Merge pull request #1754 from abutcher/etcd-cert-fixesBrenton Leanhardt2016-04-203-5/+9
|\ | | | | Bug 1299065: Fix etcd hostname/ip address handling
| * Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-203-5/+9
| | | | | | | | certificates.
* | Fix legacy cli_docker_* vars not migrating.Devan Goodwin2016-04-201-1/+1
| | | | | | | | | | | | No hosts were matching this renamed host group, so the oo_lookup module was not being triggered to migrate these to their new openshift_docker prefix.
* | Fix use of older image tag version during upgrade.Devan Goodwin2016-04-203-4/+5
| | | | | | | | | | | | | | If doing an upgrade with a 3.2.0.x version that was older than the latest, the upgrade would actually use the latest in the systemd unit files and thus the actual containers that get used. (despite pulling down the correct version first)
* | Merge pull request #1766 from abutcher/router-selectorBrenton Leanhardt2016-04-204-4/+4
|\ \ | | | | | | Bug 1328119 - router selector not obeyed
| * | Fix router selector fact migration and match multiple selectors when ↵Andrew Butcher2016-04-204-4/+4
| | | | | | | | | | | | counting nodes.
* | | Merge pull request #1582 from jdnieto/openshift_metricsBrenton Leanhardt2016-04-203-1/+10
|\ \ \ | |/ / |/| | added new openshift-metrics service
| * | added new openshift-metrics serviceJose David Martin Nieto2016-04-203-1/+10
| |/
* / Add openshift_node_dnsmasqScott Dodson2016-04-192-1/+5
|/
* The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt2016-04-141-3/+12
| | | | | | QE found that for fresh installs we were basing the docker version facts of the images that could be pulled prior to configuring /etc/sysconfig/docker. This is an edge case but something we need to fix.
* Bug 1324728 - Ansible should not downgrade docker when installing 3.2 ↵Brenton Leanhardt2016-04-121-0/+14
| | | | containerized env
* Fetching the current version a little more carefullyBrenton Leanhardt2016-04-122-5/+9
| | | | | | | | Previously we were trying to use the running container to get the current version. There are cases in which the Master or Node may not be running during upgrade. It's actually safer to just run the container to fetch the version that would be launch if the container were running. Then we pull the image to see what the latest image contains.
* Make sure Docker is restarted after we have correctly configured the ↵Brenton Leanhardt2016-04-121-1/+5
| | | | containerized systemd units
* Installs and upgrades from authenticated registries are not supported for nowBrenton Leanhardt2016-04-121-31/+0
|
* Handle cases where the pacemaker variables aren't setBrenton Leanhardt2016-04-121-1/+1
|
* Containerized installs on RHEL were downgrading docker unnecessarilyBrenton Leanhardt2016-04-122-17/+19
|
* Add support for creating secure router.Andrew Butcher2016-04-113-2/+7
| | | | | | | | | | | | | | | * Move openshift_router to openshift_hosted role which will eventually contain registry, metrics and logging. * Adds option for specifying an openshift_hosted_router_certificate cert and key pair. * Removes dependency on node label variables and retrieves the node list from the API s.t. this role can be applied to any cluster with existing nodes. I've added an openshift_hosted playbook that occurs after node install to account for this. * Infrastructure nodes are selected using openshift_hosted_router_selector which is based on deployment type by default; openshift-enterprise -> "region=infra" and online -> "type=infra".
* update bootstrap-fedora to include python2-firewall for F24+Adam Miller2016-04-081-1/+1
| | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* Unmask servicesBrenton Leanhardt2016-04-061-0/+8
| | | | | Unmasking etcd is is important when switching from containerized installs to RPM installs
* Merge pull request #1695 from brenton/bz1323123Brenton Leanhardt2016-04-063-4/+4
|\ | | | | Fixing bugs 1322788 and 1323123
| * Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt2016-04-013-4/+4
| | | | | | | | and atomic-openshift-master-controllers
* | Merge pull request #1700 from brenton/32haBrenton Leanhardt2016-04-051-0/+7
|\ \ | | | | | | Pacemaker is unsupported for 3.2
| * | Pacemaker is unsupported for 3.2Brenton Leanhardt2016-04-041-0/+7
| |/
* | Merge pull request #1577 from brenton/docker19Brenton Leanhardt2016-04-051-2/+1
|\ \ | |/ |/| We require docker 1.9 for the 3.2 upgrade
| * We require docker 1.9 for the 3.2 upgradeBrenton Leanhardt2016-03-091-2/+1
| |
* | Merge pull request #1650 from lhuard1A/ssh_pipeliningBrenton Leanhardt2016-04-012-0/+10
|\ \ | | | | | | Enable Ansible ssh pipelining to speedup deployment
| * | Enable Ansible ssh pipelining to speedup deploymentLénaïc Huard2016-04-012-0/+10
| | | | | | | | | | | | https://docs.ansible.com/ansible/intro_configuration.html#pipelining
* | | Bug 1320829 - Ensure docker installed for factsJason DeTiberus2016-03-311-1/+1
| | | | | | | | | | | | | | | | | | - gather facts requiring docker only if docker is present and running - Update reference to etcd role in playbooks/common/openshift-etcd/config.yml to use openshift_etcd
* | | Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt2016-03-311-0/+5
| | | | | | | | | | | | and atomic-openshift-master-controllers
* | | Bug 1322338 - The upgrade should keep the option insecure-registry=172.30.0.0/16Brenton Leanhardt2016-03-302-0/+4
| | |