Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various hosted component improvements | Andrew Butcher | 2016-07-07 | 6 | -28/+7 |
| | | | | | | | | | | | | | * [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 | ||||
* | fix "hapoxy" typo in loadbalancer playbook | Mathias Merscher | 2016-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | ||||
* | Merge pull request #1969 from detiber/libvirt | Jason DeTiberus | 2016-07-05 | 1 | -0/+5 |
|\ | | | | | Libvirt provider fixes | ||||
| * | Fix bin/cluster libvirt related error | Jason DeTiberus | 2016-06-01 | 1 | -0/+5 |
| | | |||||
* | | Fix dnf variant of rpm_versions.sh | Scott Dodson | 2016-07-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2096 from liangxia/master | Scott Dodson | 2016-06-29 | 1 | -8/+8 |
|\ \ | | | | | | | Update conditional expression to save steps | ||||
| * | | update conditional expression to save steps | liangxia | 2016-06-29 | 1 | -8/+8 |
| | | | |||||
* | | | Merge pull request #2097 from sdodson/repoquery | Scott Dodson | 2016-06-29 | 1 | -3/+7 |
|\ \ \ | | | | | | | | | Switch to repoquery, enable plugins for satellite support | ||||
| * | | | Switch to repoquery, enable plugins for satellite support | Scott Dodson | 2016-06-29 | 1 | -3/+7 |
| |/ / | |||||
* | | | Set any_errors_fatal for initialize facts play. | Andrew Butcher | 2016-06-28 | 1 | -0/+1 |
| | | | |||||
* | | | Set any_errors_fatal for etcd facts play. | Andrew Butcher | 2016-06-28 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #2061 from dgoodwin/docker-110-atomic | Scott Dodson | 2016-06-24 | 1 | -4/+5 |
|\ \ | | | | | | | Block Docker 1.10 upgrade playbook when run against an Atomic OS. | ||||
| * | | Block Docker 1.10 upgrade playbook when run against an Atomic OS. | Devan Goodwin | 2016-06-17 | 1 | -4/+5 |
| | | | |||||
* | | | Don't upgrade docker on non-containerized etcd. | Andrew Butcher | 2016-06-24 | 2 | -1/+13 |
| | | | |||||
* | | | Access embedded_etcd variable from oo_first_master hostvars. | Andrew Butcher | 2016-06-24 | 1 | -1/+1 |
| | | | |||||
* | | | Allow flag to uninstall playbook to preserve images. | Devan Goodwin | 2016-06-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | Default is still True, but allow devs to specify False in inventory to avoid having to re-download all images. With upcoming changes the actual images present on the system will have no effect on what gets run. | ||||
* | | | Merge pull request #1927 from jfcoz/metrics_resolution | Scott Dodson | 2016-06-23 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | add unit in seconds for metrics resolution | ||||
| * | | add unit in seconds for metrics resolution | jfcoz | 2016-05-23 | 1 | -1/+1 |
| | | | |||||
* | | | If registry_url != registry.access.redhat.com then modify image streams | Scott Dodson | 2016-06-17 | 5 | -0/+5 |
| | | | |||||
* | | | Fix uninstall.yml indentation for deamon-reload | talset | 2016-06-15 | 1 | -5/+5 |
| | | | | | | | | | | | | * command: systemctl daemon-reload need to be at the task level, not in the with_items | ||||
* | | | Merge pull request #2041 from dgoodwin/no-proxy-hostnames | Scott Dodson | 2016-06-14 | 1 | -0/+12 |
|\ \ \ | | | | | | | | | Fix no proxy hostnames during upgrade. | ||||
| * | | | Fix no proxy hostnames during upgrade. | Devan Goodwin | 2016-06-14 | 1 | -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. | ||||
* | | | | Merge pull request #2032 from abutcher/uninstall-groups | Scott Dodson | 2016-06-14 | 1 | -237/+351 |
|\ \ \ \ | | | | | | | | | | | Separate uninstall plays by group. | ||||
| * | | | | Separate uninstall plays by group. | Andrew Butcher | 2016-06-13 | 1 | -237/+351 |
| |/ / / | |||||
* | | | | Merge pull request #2020 from dgoodwin/docker-upgrade-services | Scott Dodson | 2016-06-13 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix docker 1.10 upgrade on embedded etcd masters. | ||||
| * | | | | Fix docker 1.10 upgrade on embedded etcd masters. | Devan Goodwin | 2016-06-10 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tasks were attempting to stop/start etcd, which would be fine on the stop but on start could actually kick the non-containerized etcd service which happens to be layed down even though it's unused. When the service was requested to start again it would claim the port embedded etcd needs and the master would then fail to come up. Instead use the correct etcd_container service. | ||||
* / / / | Remove Docker 1.10 requirement temporarily. | Devan Goodwin | 2016-06-10 | 2 | -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. | ||||
* | | | Merge pull request #2005 from brenton/bz1338726 | Brenton Leanhardt | 2016-06-09 | 6 | -18/+161 |
|\ \ \ | | | | | | | | | Bug 1338726 - never abort install if the latest version of docker is already installed | ||||
| * | | | Restore mistakenly reverted code. | Devan Goodwin | 2016-06-09 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge branch 'docker1.10' of https://github.com/dgoodwin/openshift-ansible | Brenton Leanhardt | 2016-06-07 | 7 | -22/+161 |
| |\ \ \ | |||||
| | * | | | Docker 1.10 Upgrade | Devan Goodwin | 2016-06-03 | 7 | -22/+161 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merge pull request #2002 from jkhelil/fix_openstack_master_sec_group_dns_entry | Jason DeTiberus | 2016-06-09 | 1 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | add skydns port 8053 to openstack master sec group(needed for 3.2) | ||||
| * | | | | | add skydns port 8053 to openstack master sec group | jawed | 2016-06-07 | 1 | -0/+8 |
| |/ / / / | |||||
* | | | | | Add openshift_loadbalancer_facts role to set lb facts prior to running ↵ | Andrew Butcher | 2016-06-08 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | dependencies. | ||||
* | | | | | Merge pull request #1964 from sdodson/fix-proxy-smashing | Scott Dodson | 2016-06-08 | 3 | -5/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | Preserve proxy config if it exists in the sysconfig files but is undefined in our config | ||||
| * | | | | Use unique play names to make things easier to debug | Scott Dodson | 2016-06-07 | 3 | -5/+5 |
| | | | | | |||||
* | | | | | fix dns openstack flavor instead of openshift flavor | jawed | 2016-06-07 | 1 | -1/+1 |
|/ / / / | |||||
* / / / | Only run node specific bits on nodes | Scott Dodson | 2016-06-03 | 1 | -75/+69 |
|/ / / | |||||
* | | | Hardcoded values in "launch_instances" - isue # 1970 | Daniel Dumitriu | 2016-06-03 | 1 | -2/+2 |
| | | | |||||
* | | | Run rhel_subscribe on l_oo_all_hosts rather than all | Scott Dodson | 2016-06-02 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #1968 from abutcher/os-firewall-eval | Jason DeTiberus | 2016-06-01 | 1 | -0/+2 |
|\ \ | | | | | | | [v2] Move os_firewall_allow from defaults to role dependencies. | ||||
| * | | Add haproxy_frontend_port to vars for openshift-loadbalancer. | Andrew Butcher | 2016-06-01 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #1957 from jfcoz/metrics_wait_deployer | Jason DeTiberus | 2016-06-01 | 2 | -22/+24 |
|\ \ \ | | | | | | | | | wait metrics-deployer complete (need to configure nodes before hosted… | ||||
| * | | | wait metrics-deployer complete (need to configure nodes before hosted services) | jfcoz | 2016-05-27 | 2 | -22/+24 |
| | |/ | |/| | |||||
* | | | Ensure registry url evaluated when creating router. | Andrew Butcher | 2016-05-31 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Revert openshift-certificates changes. | Andrew Butcher | 2016-05-30 | 2 | -14/+157 |
| | | |||||
* | | Separate master and haproxy config playbooks. | Andrew Butcher | 2016-05-26 | 7 | -27/+30 |
| | | | | | | | | | | | | * Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration. | ||||
* | | Merge pull request #1908 from abutcher/openshift-certificates | Jason DeTiberus | 2016-05-26 | 2 | -157/+14 |
|\ \ | | | | | | | Refactor openshift certificate roles | ||||
| * | | Consolidate ca/master/node certificates roles into openshift_certificates. | Andrew Butcher | 2016-05-19 | 2 | -157/+14 |
| |/ | |||||
* | | Merge pull request #1773 from detiber/aws_cleanup | Jason DeTiberus | 2016-05-25 | 17 | -30/+700 |
|\ \ | | | | | | | Cloud provider cleanup |