summaryrefslogtreecommitdiff
path: root/playbooks/common
AgeCommit message (Collapse)Author
2016-05-12Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_roleJason DeTiberus
Add image-auditor role to ManageIQ SA
2016-05-10Merge pull request #1874 from abutcher/eval-hostsJason DeTiberus
Remove extra evaluate_groups include.
2016-05-10Remove double evaluate_groups include.Andrew Butcher
2016-05-09Fixes for flannel configuration.Andrew Butcher
2016-05-09Initialize facts for all hosts.Andrew Butcher
2016-05-06Move modify_yaml up into top level library directoryScott Dodson
2016-05-06Enable dnsmasq on all hostsScott Dodson
- Reconfigures masters to use port 8053 for SkyDNS - Runs openshift_node_dnsmasq role on all nodes - Reconfigures node to use dnsmasq
2016-05-05Remove vars_files on play includes for byo, scaleup and restart playbooks.Andrew Butcher
2016-05-03Add system:image-auditor role to ManageIQ SAMooli Tayer
2016-04-29Merge pull request #1839 from abutcher/v2-deprecationsJason DeTiberus
Cleanup various deprecation warnings.
2016-04-29Cleanup various deprecation warnings.Andrew Butcher
2016-04-29Merge pull request #1843 from detiber/remove_deprecated_rolesJason DeTiberus
Remove deprecated roles
2016-04-29Remove deprecated online playbooks/rolesJason DeTiberus
2016-04-29Add openshift_docker_hosted_registry_insecure optionAndrew Lau
2016-04-27Update repos per inventory before upgradingScott Dodson
2016-04-27a-o-i: Populate groups for openshift_factsSamuel Munilla
openshift_facts is currently failing because it doesn't properly set up groups after the proxy changes we made. This fixes that.
2016-04-26Move portal_net from openshift_common to openshift_facts.Andrew Butcher
2016-04-26Apply openshift_common to all masters prior to creating certificates for ↵Andrew Butcher
portal_net.
2016-04-26Access portal_net in common facts.Andrew Butcher
2016-04-25Merge pull request #1777 from brenton/evacJason DeTiberus
Pod evacuation
2016-04-25Merge pull request #1793 from detiber/default_subdomainJason DeTiberus
Fix backward compat for osm_default_subdomain
2016-04-25Merge branch 'master' into evacBrenton Leanhardt
2016-04-25Fix backward compat for osm_default_subdomainJason DeTiberus
2016-04-25Replace deprecated sudo with become.Andrew Butcher
2016-04-25Pod must be recreated for the upgradeBrenton Leanhardt
2016-04-24openshift-metrics: adding duration and resolution optionsErez Freiberger
2016-04-22Reconcile roles in additive-only mode on upgradeJordan Liggitt
2016-04-21Merge pull request #1785 from abutcher/master-etcd-varsBrenton Leanhardt
Set etcd_hostname and etcd_ip for masters w/ external etcd.
2016-04-21Merge pull request #1783 from dgoodwin/portal-netBrenton Leanhardt
Fix bug after portal_net move from master to common role.
2016-04-21Only add new sccsBrenton Leanhardt
2016-04-21Set etcd_hostname and etcd_ip for masters w/ external etcd.Andrew Butcher
2016-04-21Fix bug after portal_net move from master to common role.Devan Goodwin
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.
2016-04-20Merge pull request #1754 from abutcher/etcd-cert-fixesBrenton Leanhardt
Bug 1299065: Fix etcd hostname/ip address handling
2016-04-20Fix legacy cli_docker_* vars not migrating.Devan Goodwin
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.
2016-04-20Fix use of older image tag version during upgrade.Devan Goodwin
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)
2016-04-20Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher
certificates.
2016-04-20Merge pull request #1582 from jdnieto/openshift_metricsBrenton Leanhardt
added new openshift-metrics service
2016-04-20added new openshift-metrics serviceJose David Martin Nieto
2016-04-19Add openshift_node_dnsmasqScott Dodson
2016-04-14The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt
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.
2016-04-12Bug 1324728 - Ansible should not downgrade docker when installing 3.2 ↵Brenton Leanhardt
containerized env
2016-04-12Fetching the current version a little more carefullyBrenton Leanhardt
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.
2016-04-12Make sure Docker is restarted after we have correctly configured the ↵Brenton Leanhardt
containerized systemd units
2016-04-12Installs and upgrades from authenticated registries are not supported for nowBrenton Leanhardt
2016-04-12Handle cases where the pacemaker variables aren't setBrenton Leanhardt
2016-04-12Containerized installs on RHEL were downgrading docker unnecessarilyBrenton Leanhardt
2016-04-11Add support for creating secure router.Andrew Butcher
* 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".
2016-04-06Merge pull request #1695 from brenton/bz1323123Brenton Leanhardt
Fixing bugs 1322788 and 1323123
2016-04-05Merge pull request #1700 from brenton/32haBrenton Leanhardt
Pacemaker is unsupported for 3.2
2016-04-05Merge pull request #1577 from brenton/docker19Brenton Leanhardt
We require docker 1.9 for the 3.2 upgrade