| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-08 | Merge pull request #2004 from abutcher/bz1342995 | Jason DeTiberus | |
| Bug 1342995 - Incorrect port opened on loadbalancer host | |||
| 2016-06-08 | Add openshift_loadbalancer_facts role to set lb facts prior to running ↵ | Andrew Butcher | |
| dependencies. | |||
| 2016-06-08 | Merge pull request #1964 from sdodson/fix-proxy-smashing | Scott Dodson | |
| Preserve proxy config if it exists in the sysconfig files but is undefined in our config | |||
| 2016-06-07 | Preserve proxy config if it's undefined | Scott Dodson | |
| 2016-06-07 | At least backup things | Scott Dodson | |
| 2016-06-07 | Use unique play names to make things easier to debug | Scott Dodson | |
| 2016-06-07 | Merge pull request #1994 from jkhelil/fix_dns_openstack_flavor | Jason DeTiberus | |
| fix dns openstack flavor instead of openshift flavor | |||
| 2016-06-07 | fix dns openstack flavor instead of openshift flavor | jawed | |
| 2016-06-06 | Merge pull request #1973 from ibotty/preserve_htpasswd | Scott Dodson | |
| Add flag to manage htpasswd, or not. | |||
| 2016-06-06 | Automatic commit of package [openshift-ansible] release [3.0.97-1]. | Scott Dodson | |
| 2016-06-06 | ensure htpasswd file exists | Tobias Florek | |
| Also move file mode to the file-exists check to not specify twice. | |||
| 2016-06-03 | Merge pull request #1984 from sdodson/issue1966 | Jason DeTiberus | |
| [WIP] Only run node specific bits on nodes | |||
| 2016-06-03 | Only run node specific bits on nodes | Scott Dodson | |
| 2016-06-03 | Merge pull request #1983 from openshift/logging_fix | Jason DeTiberus | |
| fix int to string conversion in openshift_hosted_logging | |||
| 2016-06-03 | Update main.yaml | Jason DeTiberus | |
| 2016-06-03 | Merge pull request #1979 from dumdan/issue_1970 | Jason DeTiberus | |
| Hardcoded values in "launch_instances" - isue # 1970 | |||
| 2016-06-03 | Hardcoded values in "launch_instances" - isue # 1970 | Daniel Dumitriu | |
| 2016-06-03 | Merge pull request #1976 from abutcher/default-log-driver | Jason DeTiberus | |
| Configure default docker logging options. | |||
| 2016-06-02 | Merge pull request #1977 from sdodson/image-stream-sync | Jason DeTiberus | |
| XPAAS v1.3.1 | |||
| 2016-06-02 | XPAAS v1.3.1 content for Origin 1.1 / OSE 3.1 | Scott Dodson | |
| 2016-06-02 | XPAAS v1.3.1 release for Origin 1.2 / OSE 3.2 | Scott Dodson | |
| 2016-06-02 | Configure default docker logging options. | Andrew Butcher | |
| 2016-06-02 | Merge pull request #1975 from sdodson/issue1972 | Jason DeTiberus | |
| Run rhel_subscribe on l_oo_all_hosts rather than all | |||
| 2016-06-02 | Run rhel_subscribe on l_oo_all_hosts rather than all | Scott Dodson | |
| 2016-06-02 | Merge pull request #1971 from dgoodwin/missing-services-fix | Jason DeTiberus | |
| Fix error with stopping services that may not exist. | |||
| 2016-06-02 | Add 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-02 | Fix 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-01 | Merge pull request #1968 from abutcher/os-firewall-eval | Jason DeTiberus | |
| [v2] Move os_firewall_allow from defaults to role dependencies. | |||
| 2016-06-01 | Merge pull request #1957 from jfcoz/metrics_wait_deployer | Jason DeTiberus | |
| wait metrics-deployer complete (need to configure nodes before hosted… | |||
| 2016-06-01 | Add haproxy_frontend_port to vars for openshift-loadbalancer. | Andrew Butcher | |
| 2016-06-01 | Move os_firewall_allow from defaults to role dependencies. | Andrew Butcher | |
| 2016-05-31 | Merge pull request #1965 from abutcher/router-registryurl | Jason DeTiberus | |
| Ensure registry url evaluated when creating router. | |||
| 2016-05-31 | Ensure registry url evaluated when creating router. | Andrew Butcher | |
| 2016-05-31 | Merge pull request #1685 from detiber/centos_sig | Jason DeTiberus | |
| Switch to using CentOS SIG repos for Origin installs | |||
| 2016-05-31 | Merge pull request #1963 from abutcher/readme-aws | Jason DeTiberus | |
| Document protocol in readme aws. | |||
| 2016-05-31 | Document protocol in readme aws. | Andrew Butcher | |
| 2016-05-30 | Merge pull request #1962 from abutcher/revert-cert | Jason DeTiberus | |
| Revert openshift-certificates changes. | |||
| 2016-05-30 | Revert openshift-certificates changes. | Andrew Butcher | |
| 2016-05-27 | Merge pull request #1896 from abutcher/openshift-loadbalancer | Jason DeTiberus | |
| Separate master and haproxy config playbooks. | |||
| 2016-05-27 | wait metrics-deployer complete (need to configure nodes before hosted services) | jfcoz | |
| 2016-05-27 | Merge pull request #1947 from abutcher/rm-bin | Jason DeTiberus | |
| Cleanup following move to openshift-tools | |||
| 2016-05-26 | switch to using sig release packages | Jason DeTiberus | |
| 2016-05-26 | temporarily disable gpg checking until we have a way to cleanly enable it | Jason DeTiberus | |
| 2016-05-26 | Switch to using CentOS SIG repos for Origin installs | Jason DeTiberus | |
| 2016-05-26 | Merge pull request #1672 from jstuever/os_clocks | Jason DeTiberus | |
| Add openshift_clock role | |||
| 2016-05-26 | Separate 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-26 | Merge pull request #1952 from sdodson/fix-resolv-conf | Scott Dodson | |
| Fix resolv conf | |||
| 2016-05-26 | Merge pull request #1908 from abutcher/openshift-certificates | Jason DeTiberus | |
| Refactor openshift certificate roles | |||
| 2016-05-26 | Automatic commit of package [openshift-ansible] release [3.0.94-1]. | Scott Dodson | |
| 2016-05-26 | Use grep to decide when to add our comment | Scott 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 | |||
