summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2016-05-25Merge pull request #1773 from detiber/aws_cleanupJason DeTiberus
Cloud provider cleanup
2016-05-24Merge pull request #1942 from sdodson/bind_mountsAndrew Butcher
Catch more uninstall targets
2016-05-24Automatic commit of package [openshift-ansible] release [3.0.93-1].Troy Dawson
2016-05-24Fixup spec fileTroy Dawson
2016-05-24Automatic commit of package [openshift-ansible] release [3.0.92-1].Troy Dawson
2016-05-24Merge pull request #1926 from sdodson/clarify-proxy-exampleAndrew Butcher
Clarify the example inventory related to proxies and builddefaults
2016-05-24Catch more uninstall targetsScott Dodson
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-24Automatic commit of package [openshift-ansible] release [3.0.91-1].Troy Dawson
2016-05-23Merge pull request #1932 from jnordell/99-origin-dnsJason DeTiberus
99-origin-dns.sh adds a comment to /etc/resolv.conf on every execution of NetworkManager dispatcher
2016-05-23Merge pull request #1930 from abutcher/multiple-login-providersJason DeTiberus
Allow multiple login providers
2016-05-23Removed the echo line and replaced it with inline comment. To keep ↵Jonas Nordell
99-origin-dns.sh from adding a new line in /etc/resolv.conf everytime the NetworkManager dispatcher script is executed.
2016-05-23Extend multiple login provider check to include origin.Andrew Butcher
2016-05-23Allow multiple login providers post 3.2.Andrew Butcher
2016-05-23Merge pull request #1929 from lhuard1A/subscribe_ose_3.2Jason DeTiberus
Make rhel_subscribe role able to subscribe for OSE 3.2
2016-05-23Make rhel_subscribe role able to subscribe for OSE 3.2Lénaïc Huard
2016-05-20Merge pull request #1923 from abutcher/BZ1337438Jason DeTiberus
Remove newline from docker_options template string.
2016-05-20Merge pull request #1924 from abutcher/BZ1337425Jason DeTiberus
Bug 1337425 - [ansible-2.0] installer failed if yum-utils wasn't installed
2016-05-20Adding openshift_clock parameters to example inventory filesJeremiah Stuever
2016-05-20Enable openshift_clock role for openshift_master, openshift_node, and ↵Jeremiah Stuever
openshift_etcd
2016-05-20Add openshift_clock role to manage system clocksJeremiah Stuever
2016-05-20Allow clock role in openshift_factsJeremiah Stuever
2016-05-19Clarify the example inventory related to proxies and builddefaultsScott Dodson
2016-05-19Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher
2016-05-19Ensure yum-utils installed.Andrew Butcher