| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-16 | Fixes for openshift_docker_hosted_registry_insecure var. | Devan Goodwin | |
| Fixes a failure on masters if you explicitly set openshift_docker_hosted_registry_insecure=true. This is the default but if you tried to set it an error would trigger as a relevant variable was not passed in the master playbooks. Fixes setting the variable to false being ignored. master/node playbooks were referencing the docker fact, which was not set at that point and thus we were always getting the default of true, regardless what was in your inventory. Stop passing registry insecure in via playbooks, we can access it when running openshift_facts itself. Add a new default in openshift facts. | |||
| 2016-05-09 | Merge tag 'openshift-ansible-3.0.89-1' | Brenton Leanhardt | |
| Tagging package [openshift-ansible] version [3.0.89-1] in directory [./]. | |||
| 2016-05-09 | Automatic commit of package [openshift-ansible] release [3.0.89-1]. | Brenton Leanhardt | |
| 2016-05-09 | Merge pull request #1858 from vishpat/credentials | Jason DeTiberus | |
| Fixed the credentials | |||
| 2016-05-09 | Use yum swap to downgrade docker | Scott Dodson | |
| 2016-05-09 | Merge pull request #1867 from sdodson/uninstall | Jason DeTiberus | |
| Unmask atomic-openshift-master on uninstall | |||
| 2016-05-09 | Merge pull request #1869 from dgoodwin/upgrade-registries | Jason DeTiberus | |
| Fix cli_docker_additional_registries being erased during upgrade. | |||
| 2016-05-09 | Fix cli_docker_additional_registries being erased during upgrade. | Devan Goodwin | |
| Legacy options (cli_*) were not being migrated during upgrade. Add the oo_all_hosts group, and migrate the facts as we do in the normal cluster playbooks. | |||
| 2016-05-09 | Unmask atomic-openshift-master on uninstall | Scott Dodson | |
| If you'd installed HA cluster this service would've been masked. If you then uninstalled and installed a non HA cluster you run into atomic-openshift-master service not being loaded. | |||
| 2016-05-06 | Merge tag 'openshift-ansible-3.0.88-1' | Brenton Leanhardt | |
| Tagging package [openshift-ansible] version [3.0.88-1] in directory [./]. | |||
| 2016-05-06 | Automatic commit of package [openshift-ansible] release [3.0.88-1]. | Brenton Leanhardt | |
| 2016-05-06 | Open port 53 whenever we're unsure of version | Scott Dodson | |
| 2016-05-06 | Fix unsafe boolean handling on use_dnsmasq | Scott Dodson | |
| 2016-05-06 | Merge pull request #1857 from sdodson/dns-upgrade | Jason DeTiberus | |
| Playbook to enable dnsmasq | |||
| 2016-05-06 | Move modify_yaml up into top level library directory | Scott Dodson | |
| 2016-05-06 | Enable dnsmasq on all hosts | Scott Dodson | |
| - Reconfigures masters to use port 8053 for SkyDNS - Runs openshift_node_dnsmasq role on all nodes - Reconfigures node to use dnsmasq | |||
| 2016-05-05 | Fixed the credentials | Vishal Patil | |
| 2016-05-05 | Merge pull request #1855 from abutcher/v2-vars-files | Jason DeTiberus | |
| Remove vars_files for byo, scaleup and restart playbooks. | |||
| 2016-05-05 | Remove vars_files on play includes for byo, scaleup and restart playbooks. | Andrew Butcher | |
| 2016-05-05 | Merge pull request #1853 from abutcher/v2-hostvars | Jason DeTiberus | |
| Replace hostvars with vars for openshift env facts when ansible >= v2. | |||
| 2016-05-05 | Merge pull request #1688 from jprovaznik/dns | Jason DeTiberus | |
| Allow containerized deployment of dns role | |||
| 2016-05-04 | Add oo_merge_hostvars filter for merging host & play variables. | Andrew Butcher | |
| 2016-05-03 | Replace hostvars with vars for openshift env facts when ansible >= v2. | Andrew Butcher | |
| 2016-05-03 | Merge pull request #1856 from glnds/master | Jason DeTiberus | |
| Added extra install dependency on OSX | |||
| 2016-05-03 | Added extra install dependency on OSX | Gert Leenders | |
| 2016-05-02 | Merge pull request #1854 from abutcher/v2-iptables-overrides | Jason DeTiberus | |
| V2 iptables overrides | |||
| 2016-05-02 | Merge pull request #1852 from sdodson/dns-improvements | Jason DeTiberus | |
| Fix openshift_use_dnsmasq=False on 1.2/3.2 installs | |||
| 2016-05-02 | Merge pull request #1775 from detiber/kill_deprecated_roles | Jason DeTiberus | |
| Remove deprecated online playbooks/roles | |||
| 2016-05-02 | Check and unmask iptables/firewalld. | Andrew Butcher | |
| 2016-05-02 | Default os_firewall_use_firewalld to false in os_firewall and remove overrides. | Andrew Butcher | |
| 2016-05-02 | Merge pull request #1850 from cben/patch-1 | Jason DeTiberus | |
| Fix tables in roles/openshift_metrics/README.md | |||
| 2016-05-02 | listen on all interfaces | Scott Dodson | |
| 2016-05-02 | Fix configuration of dns_ip | Scott Dodson | |
| 2016-05-02 | Merge pull request #1848 from detiber/stat | Andrew Butcher | |
| use stat module instead of shell module and ls to check for rpm-ostree | |||
| 2016-05-02 | Fix markdown in roles/openshift_metrics/README.md | Beni Cherniavsky-Paskin | |
| (tables, literal example) | |||
| 2016-04-30 | use stat module instead of shell module and ls to check for rpm-ostree | Jason DeTiberus | |
| 2016-04-29 | Merge pull request #1847 from sjenning/fix-openstack-template | Jason DeTiberus | |
| fix openstack template | |||
| 2016-04-29 | fix openstack template | Seth Jennings | |
| 2016-04-29 | Merge pull request #1839 from abutcher/v2-deprecations | Jason DeTiberus | |
| Cleanup various deprecation warnings. | |||
| 2016-04-29 | Remove duplicate oauth_template fact. | Andrew Butcher | |
| 2016-04-29 | Cleanup various deprecation warnings. | Andrew Butcher | |
| 2016-04-29 | Merge pull request #1845 from sdodson/nm-msg | Jason DeTiberus | |
| Make NetworkManager failure friendlier | |||
| 2016-04-29 | Make NetworkManager failure friendlier | Scott Dodson | |
| 2016-04-29 | Merge pull request #1843 from detiber/remove_deprecated_roles | Jason DeTiberus | |
| Remove deprecated roles | |||
| 2016-04-29 | Merge pull request #1841 from andrewklau/insecure-registry | Jason DeTiberus | |
| Add openshift_docker_hosted_registry_insecure option | |||
| 2016-04-29 | Merge pull request #1844 from openshift/README-updates | Jason DeTiberus | |
| README Updates | |||
| 2016-04-29 | README Updates | Jason DeTiberus | |
| 2016-04-29 | Merge pull request #1842 from talset/inventory_cert | Jason DeTiberus | |
| Fix inventory syntax | |||
| 2016-04-29 | Remove deprecated online playbooks/roles | Jason DeTiberus | |
| 2016-04-29 | fix up variable references remove "online" support from bin/cluster | Jason DeTiberus | |
