| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2005 from brenton/bz1338726 | Brenton Leanhardt | 2016-06-09 | 6 | -18/+161 |
|\ |
|
| * | 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 |
* | | | 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 | jawed | 2016-06-07 | 1 | -0/+8 |
| |/ / |
|
* | | | Add openshift_loadbalancer_facts role to set lb facts prior to running depend... | Andrew Butcher | 2016-06-08 | 1 | -2/+0 |
* | | | Merge pull request #1964 from sdodson/fix-proxy-smashing | Scott Dodson | 2016-06-08 | 3 | -5/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | 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 |
|\ |
|
| * | 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 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 |
* | | Merge pull request #1908 from abutcher/openshift-certificates | Jason DeTiberus | 2016-05-26 | 2 | -157/+14 |
|\ \ |
|
| * | | 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 |
|\ \ |
|
| * | | allow for overriding dns_flavor for openstack provider | Jason DeTiberus | 2016-05-05 | 2 | -1/+2 |
| * | | add user-data file back to openstack provisioner | Jason DeTiberus | 2016-05-05 | 1 | -0/+13 |
| * | | g_all_hosts with templated with_items causes errors with ansible 1.9.4 under ... | Jason DeTiberus | 2016-05-05 | 8 | -12/+12 |
| * | | openstack_fixes | Jason DeTiberus | 2016-05-05 | 4 | -20/+39 |
| * | | libvirt_fixes | Jason DeTiberus | 2016-05-05 | 2 | -3/+33 |
| * | | gce fixes | Jason DeTiberus | 2016-05-05 | 4 | -6/+582 |
| * | | aws provider fixes | Jason DeTiberus | 2016-05-05 | 5 | -9/+38 |
| * | | Call evaluate_groups from update_repos_and_packages | Jason DeTiberus | 2016-05-05 | 1 | -0/+2 |
* | | | Catch more uninstall targets | Scott Dodson | 2016-05-24 | 1 | -1/+12 |
* | | | Conditionally bind mount /usr/bin/docker-current when it is present (#1941) | Scott Dodson | 2016-05-24 | 3 | -5/+7 |
| |/
|/| |
|
* | | Merge pull request #1914 from jkroepke/patch-1 | Jason DeTiberus | 2016-05-18 | 1 | -2/+2 |
|\ \ |
|
| * | | Task "Update router image to current version" failed, if router not in defaul... | Jan-Otto Kröpke | 2016-05-18 | 1 | -2/+2 |
* | | | Merge pull request #1918 from dgoodwin/docker-restart | Jason DeTiberus | 2016-05-18 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Use systemctl restart docker instead of ansible service. | Devan Goodwin | 2016-05-18 | 1 | -1/+2 |
| |/ / |
|
* | | | Refactor where we compute no_proxy hostnames | Scott Dodson | 2016-05-17 | 2 | -0/+21 |
* | | | Fix for ansible v2 | Scott Dodson | 2016-05-17 | 1 | -3/+17 |
* | | | Fix rhel_subscribe | Scott Dodson | 2016-05-17 | 1 | -0/+4 |
|/ / |
|
* | | remove interpolated g_all_hosts with_items arg from upgrade playbooks | Cody Boggs | 2016-05-17 | 3 | -3/+3 |
* | | Merge pull request #1897 from sdodson/issue1435 | Jason DeTiberus | 2016-05-17 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix minor upgrades in 3.1 | Scott Dodson | 2016-05-16 | 1 | -2/+2 |
* | | | Merge pull request #1811 from sdodson/dont-pull-cli-on-upgrade | Jason DeTiberus | 2016-05-17 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Don't pull cli image when we're not containerized | Scott Dodson | 2016-04-26 | 1 | -0/+1 |
* | | | | Set openshift.common.hostname early in playbook execution. | Andrew Butcher | 2016-05-17 | 1 | -1/+4 |
* | | | | Merge pull request #1880 from dgoodwin/registry-insecure | Brenton Leanhardt | 2016-05-16 | 4 | -10/+4 |
|\ \ \ \ |
|
| * | | | | Fixes for openshift_docker_hosted_registry_insecure var. | Devan Goodwin | 2016-05-16 | 4 | -10/+4 |
* | | | | | Merge pull request #1859 from dgoodwin/containerized-upgrade | Brenton Leanhardt | 2016-05-16 | 2 | -1/+3 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Do not upgrade containers to latest avail during a normal config run. | Devan Goodwin | 2016-05-12 | 2 | -1/+3 |