summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-09Restore mistakenly reverted code.Devan Goodwin
2016-06-08Bug 1338726 - never abort install if the latest version of docker is already ↵Brenton Leanhardt
installed
2016-06-07Merge branch 'docker1.10' of https://github.com/dgoodwin/openshift-ansibleBrenton Leanhardt
2016-06-07Merge pull request #1994 from jkhelil/fix_dns_openstack_flavorJason DeTiberus
fix dns openstack flavor instead of openshift flavor
2016-06-07fix dns openstack flavor instead of openshift flavorjawed
2016-06-06Fix Docker 1.10 problems with empty tags and trailing :Devan Goodwin
Docker 1.10 is no longer tolerant of commands like "docker pull myimage:" when we do not have an image tag in play. Adjust all occurrences with one that only includes the : if a version is defined. Adjust the containerized CLI wrappers for a similar problem.
2016-06-06Merge pull request #1973 from ibotty/preserve_htpasswdScott Dodson
Add flag to manage htpasswd, or not.
2016-06-06Automatic commit of package [openshift-ansible] release [3.0.97-1].Scott Dodson
2016-06-06ensure htpasswd file existsTobias Florek
Also move file mode to the file-exists check to not specify twice.
2016-06-03Merge pull request #1984 from sdodson/issue1966Jason DeTiberus
[WIP] Only run node specific bits on nodes
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-03Only run node specific bits on nodesScott Dodson
2016-06-03Merge pull request #1983 from openshift/logging_fixJason DeTiberus
fix int to string conversion in openshift_hosted_logging
2016-06-03Update main.yamlJason DeTiberus
2016-06-03Merge pull request #1979 from dumdan/issue_1970Jason DeTiberus
Hardcoded values in "launch_instances" - isue # 1970
2016-06-03Hardcoded values in "launch_instances" - isue # 1970Daniel Dumitriu
2016-06-03Merge pull request #1976 from abutcher/default-log-driverJason DeTiberus
Configure default docker logging options.
2016-06-02Merge pull request #1977 from sdodson/image-stream-syncJason DeTiberus
XPAAS v1.3.1
2016-06-02XPAAS v1.3.1 content for Origin 1.1 / OSE 3.1Scott Dodson
2016-06-02XPAAS v1.3.1 release for Origin 1.2 / OSE 3.2Scott Dodson
2016-06-02Configure default docker logging options.Andrew Butcher
2016-06-02Merge pull request #1975 from sdodson/issue1972Jason DeTiberus
Run rhel_subscribe on l_oo_all_hosts rather than all
2016-06-02Run rhel_subscribe on l_oo_all_hosts rather than allScott Dodson
2016-06-02Merge pull request #1971 from dgoodwin/missing-services-fixJason DeTiberus
Fix error with stopping services that may not exist.
2016-06-02Add flag to manage htpasswd, or not.Tobias Florek
Setting `openshift_master_manage_htpasswd` falsy will disable managing the htpasswd file. It won't get overwritten/generated.
2016-06-02Fix error with stopping services that may not exist.Devan Goodwin
Causes a hard failure due to missing etcd/atomic-openshift-master services. Instead, check that the services exist before ensuring they're stopped/disabled.
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-06-01Move os_firewall_allow from defaults to role dependencies.Andrew Butcher
2016-05-31Merge pull request #1965 from abutcher/router-registryurlJason DeTiberus
Ensure registry url evaluated when creating router.
2016-05-31Ensure registry url evaluated when creating router.Andrew Butcher
2016-05-31Merge pull request #1685 from detiber/centos_sigJason DeTiberus
Switch to using CentOS SIG repos for Origin installs
2016-05-31Merge pull request #1963 from abutcher/readme-awsJason DeTiberus
Document protocol in readme aws.
2016-05-31Document protocol in readme aws.Andrew Butcher
2016-05-30Merge pull request #1962 from abutcher/revert-certJason DeTiberus
Revert openshift-certificates changes.
2016-05-30Revert openshift-certificates changes.Andrew Butcher
2016-05-27Merge pull request #1896 from abutcher/openshift-loadbalancerJason DeTiberus
Separate master and haproxy config playbooks.
2016-05-27wait metrics-deployer complete (need to configure nodes before hosted services)jfcoz
2016-05-27Merge pull request #1947 from abutcher/rm-binJason DeTiberus
Cleanup following move to openshift-tools
2016-05-26switch to using sig release packagesJason DeTiberus
2016-05-26temporarily disable gpg checking until we have a way to cleanly enable itJason DeTiberus
2016-05-26Switch to using CentOS SIG repos for Origin installsJason DeTiberus
2016-05-26Merge pull request #1672 from jstuever/os_clocksJason DeTiberus
Add openshift_clock role
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 #1952 from sdodson/fix-resolv-confScott Dodson
Fix resolv conf
2016-05-26Merge pull request #1908 from abutcher/openshift-certificatesJason DeTiberus
Refactor openshift certificate roles
2016-05-26Automatic commit of package [openshift-ansible] release [3.0.94-1].Scott Dodson
2016-05-26Use grep to decide when to add our commentScott Dodson
According to the man page for resolv.conf # needs to be in the first collumn in order to start a comment. While this didn't seem to affect glibc's resolver it did really confuse the kubelet which parses the host's resolv.conf
2016-05-25Cleanup bin, test and roles/openshift_ansible_inventory following move to ↵Andrew Butcher
openshift-tools