Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for openshift_docker_hosted_registry_insecure var. | Devan Goodwin | 2016-05-16 | 6 | -12/+6 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Merge tag 'openshift-ansible-3.0.89-1' | Brenton Leanhardt | 2016-05-09 | 3 | -3/+6 |
|\ | | | | | | | Tagging package [openshift-ansible] version [3.0.89-1] in directory [./]. | ||||
| * | Automatic commit of package [openshift-ansible] release [3.0.89-1]. | Brenton Leanhardt | 2016-05-09 | 2 | -2/+5 |
| | | |||||
| * | Use yum swap to downgrade docker | Scott Dodson | 2016-05-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1858 from vishpat/credentials | Jason DeTiberus | 2016-05-09 | 2 | -4/+4 |
|\ \ | | | | | | | Fixed the credentials | ||||
| * | | Fixed the credentials | Vishal Patil | 2016-05-05 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #1867 from sdodson/uninstall | Jason DeTiberus | 2016-05-09 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Unmask atomic-openshift-master on uninstall | ||||
| * | | | Unmask atomic-openshift-master on uninstall | Scott Dodson | 2016-05-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Merge pull request #1869 from dgoodwin/upgrade-registries | Jason DeTiberus | 2016-05-09 | 2 | -1/+26 |
|\ \ \ \ | |/ / / |/| | | | Fix cli_docker_additional_registries being erased during upgrade. | ||||
| * | | | Fix cli_docker_additional_registries being erased during upgrade. | Devan Goodwin | 2016-05-09 | 2 | -1/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Merge tag 'openshift-ansible-3.0.88-1' | Brenton Leanhardt | 2016-05-06 | 4 | -4/+16 |
|\ \ \ \ | | |_|/ | |/| | | | | | | Tagging package [openshift-ansible] version [3.0.88-1] in directory [./]. | ||||
| * | | | Automatic commit of package [openshift-ansible] release [3.0.88-1]. | Brenton Leanhardt | 2016-05-06 | 2 | -2/+6 |
| | | | | |||||
| * | | | Open port 53 whenever we're unsure of version | Scott Dodson | 2016-05-06 | 1 | -0/+8 |
| | | | | |||||
| * | | | Fix unsafe boolean handling on use_dnsmasq | Scott Dodson | 2016-05-06 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #1857 from sdodson/dns-upgrade | Jason DeTiberus | 2016-05-06 | 5 | -0/+86 |
|\ \ \ \ | |_|/ / |/| | | | Playbook to enable dnsmasq | ||||
| * | | | Move modify_yaml up into top level library directory | Scott Dodson | 2016-05-06 | 3 | -0/+2 |
| | | | | |||||
| * | | | Enable dnsmasq on all hosts | Scott Dodson | 2016-05-06 | 2 | -0/+84 |
|/ / / | | | | | | | | | | | | | | | | - Reconfigures masters to use port 8053 for SkyDNS - Runs openshift_node_dnsmasq role on all nodes - Reconfigures node to use dnsmasq | ||||
* | | | Merge pull request #1855 from abutcher/v2-vars-files | Jason DeTiberus | 2016-05-05 | 6 | -10/+79 |
|\ \ \ | | | | | | | | | Remove vars_files for byo, scaleup and restart playbooks. | ||||
| * | | | Remove vars_files on play includes for byo, scaleup and restart playbooks. | Andrew Butcher | 2016-05-05 | 6 | -10/+79 |
|/ / / | |||||
* | | | Merge pull request #1853 from abutcher/v2-hostvars | Jason DeTiberus | 2016-05-05 | 4 | -7/+46 |
|\ \ \ | | | | | | | | | Replace hostvars with vars for openshift env facts when ansible >= v2. | ||||
| * | | | Add oo_merge_hostvars filter for merging host & play variables. | Andrew Butcher | 2016-05-04 | 4 | -13/+46 |
| | | | | |||||
| * | | | Replace hostvars with vars for openshift env facts when ansible >= v2. | Andrew Butcher | 2016-05-03 | 3 | -3/+9 |
| | |/ | |/| | |||||
* | | | Merge pull request #1688 from jprovaznik/dns | Jason DeTiberus | 2016-05-05 | 6 | -4/+63 |
|\ \ \ | |/ / |/| | | Allow containerized deployment of dns role | ||||
| * | | Allow containerized deployment of dns role | Jan Provaznik | 2016-04-26 | 6 | -4/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | If containerized, docker image for bind service is built during ansible run. The default named systemd unit file triggers named-checkconf on named service start so it's not neccessary to include this validation when copying file templates (equivalent named-checkconf is included in the containerized named unit file too). | ||||
* | | | Merge pull request #1856 from glnds/master | Jason DeTiberus | 2016-05-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Added extra install dependency on OSX | ||||
| * | | | Added extra install dependency on OSX | Gert Leenders | 2016-05-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1854 from abutcher/v2-iptables-overrides | Jason DeTiberus | 2016-05-02 | 8 | -12/+35 |
|\ \ \ | | | | | | | | | V2 iptables overrides | ||||
| * | | | Check and unmask iptables/firewalld. | Andrew Butcher | 2016-05-02 | 2 | -0/+30 |
| | | | | |||||
| * | | | Default os_firewall_use_firewalld to false in os_firewall and remove overrides. | Andrew Butcher | 2016-05-02 | 6 | -12/+5 |
| | | | | |||||
* | | | | Merge pull request #1852 from sdodson/dns-improvements | Jason DeTiberus | 2016-05-02 | 2 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | Fix openshift_use_dnsmasq=False on 1.2/3.2 installs | ||||
| * | | | | listen on all interfaces | Scott Dodson | 2016-05-02 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Fix configuration of dns_ip | Scott Dodson | 2016-05-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1775 from detiber/kill_deprecated_roles | Jason DeTiberus | 2016-05-02 | 0 | -0/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Remove deprecated online playbooks/roles | ||||
| * | | | | Remove deprecated online playbooks/roles | Jason DeTiberus | 2016-04-19 | 25 | -498/+0 |
| | | | | | |||||
* | | | | | Merge pull request #1850 from cben/patch-1 | Jason DeTiberus | 2016-05-02 | 1 | -1/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix tables in roles/openshift_metrics/README.md | ||||
| * | | | | Fix markdown in roles/openshift_metrics/README.md | Beni Cherniavsky-Paskin | 2016-05-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | (tables, literal example) | ||||
* | | | | | Merge pull request #1848 from detiber/stat | Andrew Butcher | 2016-05-02 | 1 | -9/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | use stat module instead of shell module and ls to check for rpm-ostree | ||||
| * | | | | use stat module instead of shell module and ls to check for rpm-ostree | Jason DeTiberus | 2016-04-30 | 1 | -9/+7 |
|/ / / / | |||||
* | | | | Merge pull request #1847 from sjenning/fix-openstack-template | Jason DeTiberus | 2016-04-29 | 1 | -4/+3 |
|\ \ \ \ | | | | | | | | | | | fix openstack template | ||||
| * | | | | fix openstack template | Seth Jennings | 2016-04-29 | 1 | -4/+3 |
|/ / / / | |||||
* | | | | Merge pull request #1839 from abutcher/v2-deprecations | Jason DeTiberus | 2016-04-29 | 16 | -61/+56 |
|\ \ \ \ | | | | | | | | | | | Cleanup various deprecation warnings. | ||||
| * | | | | Remove duplicate oauth_template fact. | Andrew Butcher | 2016-04-29 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Cleanup various deprecation warnings. | Andrew Butcher | 2016-04-29 | 15 | -60/+56 |
| | | | | | |||||
* | | | | | Merge pull request #1845 from sdodson/nm-msg | Jason DeTiberus | 2016-04-29 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Make NetworkManager failure friendlier | ||||
| * | | | | | Make NetworkManager failure friendlier | Scott Dodson | 2016-04-29 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #1843 from detiber/remove_deprecated_roles | Jason DeTiberus | 2016-04-29 | 47 | -706/+59 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove deprecated roles | ||||
| * | | | | Remove deprecated online playbooks/roles | Jason DeTiberus | 2016-04-29 | 20 | -379/+0 |
| | | | | | |||||
| * | | | | fix up variable references remove "online" support from bin/cluster | Jason DeTiberus | 2016-04-29 | 20 | -206/+59 |
| | | | | | |||||
| * | | | | Remove Ops specific ansible-tower aws playbooks | Jason DeTiberus | 2016-04-29 | 7 | -121/+0 |
| | | | | | |||||
* | | | | | Merge pull request #1841 from andrewklau/insecure-registry | Jason DeTiberus | 2016-04-29 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Add openshift_docker_hosted_registry_insecure option |