summaryrefslogtreecommitdiff
path: root/playbooks/common
AgeCommit message (Collapse)Author
2016-07-08Merge pull request #2023 from abutcher/openshift-hostedAndrew Butcher
Various hosted component improvements
2016-07-07Various hosted component improvementsAndrew Butcher
* [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
2016-07-07Clean up some deprecation warningsTim Bielawa
* "Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax" * Closes #2125
2016-07-06fix "hapoxy" typo in loadbalancer playbookMathias Merscher
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
2016-07-05Merge pull request #1969 from detiber/libvirtJason DeTiberus
Libvirt provider fixes
2016-07-05Fix dnf variant of rpm_versions.shScott Dodson
2016-06-29Merge pull request #2097 from sdodson/repoqueryScott Dodson
Switch to repoquery, enable plugins for satellite support
2016-06-29Switch to repoquery, enable plugins for satellite supportScott Dodson
2016-06-28Set any_errors_fatal for initialize facts play.Andrew Butcher
2016-06-28Set any_errors_fatal for etcd facts play.Andrew Butcher
2016-06-24Don't upgrade docker on non-containerized etcd.Andrew Butcher
2016-06-24Access embedded_etcd variable from oo_first_master hostvars.Andrew Butcher
2016-06-23Merge pull request #1927 from jfcoz/metrics_resolutionScott Dodson
add unit in seconds for metrics resolution
2016-06-17If registry_url != registry.access.redhat.com then modify image streamsScott Dodson
2016-06-14Merge pull request #2041 from dgoodwin/no-proxy-hostnamesScott Dodson
Fix no proxy hostnames during upgrade.
2016-06-14Fix no proxy hostnames during upgrade.Devan Goodwin
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.
2016-06-10Remove Docker 1.10 requirement temporarily.Devan Goodwin
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.
2016-06-09Merge pull request #2005 from brenton/bz1338726Brenton Leanhardt
Bug 1338726 - never abort install if the latest version of docker is already installed
2016-06-08Add openshift_loadbalancer_facts role to set lb facts prior to running ↵Andrew Butcher
dependencies.
2016-06-07Use unique play names to make things easier to debugScott Dodson
2016-06-03Docker 1.10 UpgradeDevan Goodwin
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.
2016-06-01Fix bin/cluster libvirt related errorJason DeTiberus
2016-06-01Merge pull request #1968 from abutcher/os-firewall-evalJason DeTiberus
[v2] Move os_firewall_allow from defaults to role dependencies.
2016-06-01Merge pull request #1957 from jfcoz/metrics_wait_deployerJason DeTiberus
wait metrics-deployer complete (need to configure nodes before hosted…
2016-06-01Add haproxy_frontend_port to vars for openshift-loadbalancer.Andrew Butcher
2016-05-31Ensure registry url evaluated when creating router.Andrew Butcher
2016-05-30Revert openshift-certificates changes.Andrew Butcher
2016-05-27wait metrics-deployer complete (need to configure nodes before hosted services)jfcoz
2016-05-26Separate master and haproxy config playbooks.Andrew Butcher
* Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.
2016-05-26Merge pull request #1908 from abutcher/openshift-certificatesJason DeTiberus
Refactor openshift certificate roles
2016-05-25Merge pull request #1773 from detiber/aws_cleanupJason DeTiberus
Cloud provider cleanup
2016-05-24 Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson
* Conditionally bind mount /usr/bin/docker-current when it is present * fix upgrade * add atomic-openshift-node-dep files to uninstall playbook * Fix variable expansion
2016-05-23add unit in seconds for metrics resolutionjfcoz
2016-05-19Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher
2016-05-18Merge pull request #1914 from jkroepke/patch-1Jason DeTiberus
Task "Update router image to current version" failed, if router not in default namespace
2016-05-18Merge pull request #1918 from dgoodwin/docker-restartJason DeTiberus
Use systemctl restart docker instead of ansible service.
2016-05-18Use systemctl restart docker instead of ansible service.Devan Goodwin
Ansible is doing a full service stop and then start, which does not allow systemd to keep the containerized services up and running. Switching to this will cause the related services to come back within a few seconds.
2016-05-18Task "Update router image to current version" failed, if router not in ↵Jan-Otto Kröpke
default namespace Also added hardcoded -n default to registry patch, since oc get has -n default, too.
2016-05-17Refactor where we compute no_proxy hostnamesScott Dodson
2016-05-17Merge pull request #1897 from sdodson/issue1435Jason DeTiberus
Include sdn-ovs in upgrade commands to avoid pulling in newer packages
2016-05-17Merge pull request #1811 from sdodson/dont-pull-cli-on-upgradeJason DeTiberus
Don't pull cli image when we're not containerized
2016-05-17Set openshift.common.hostname early in playbook execution.Andrew Butcher
2016-05-16Merge pull request #1880 from dgoodwin/registry-insecureBrenton Leanhardt
Fixes for openshift_docker_hosted_registry_insecure var.
2016-05-16Fixes for openshift_docker_hosted_registry_insecure var.Devan Goodwin
Fixes a failure on masters if you explicitly set openshift_docker_hosted_registry_insecure=true. This is the default but if you tried to set it an error would trigger as a relevant variable was not passed in the master playbooks. Fixes setting the variable to false being ignored. master/node playbooks were referencing the docker fact, which was not set at that point and thus we were always getting the default of true, regardless what was in your inventory. Stop passing registry insecure in via playbooks, we can access it when running openshift_facts itself. Add a new default in openshift facts.
2016-05-16Merge pull request #1859 from dgoodwin/containerized-upgradeBrenton Leanhardt
Containerized Upgrade Fixes
2016-05-16Fix minor upgrades in 3.1Scott Dodson
2016-05-13Merge pull request #1862 from abutcher/v2-vars-files-upgradeJason DeTiberus
Remove vars_files on play includes for upgrade playbooks.
2016-05-12Block upgrading w/ ansible v2.Andrew Butcher
2016-05-12Do not upgrade containers to latest avail during a normal config run.Devan Goodwin
2016-05-12Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_roleJason DeTiberus
Add image-auditor role to ManageIQ SA