summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Fixes for flannel configuration.Andrew Butcher2016-05-093-23/+20
| | | | | | | | | |
| * | | | | | | | | Initialize facts for all hosts.Andrew Butcher2016-05-092-0/+9
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1864 from abutcher/gitignore-retryJason DeTiberus2016-05-101-0/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Add *.retry to gitignore.
| * | | | | | | | Add *.retry to gitignore.Andrew Butcher2016-05-061-0/+1
| | | | | | | | |
* | | | | | | | | Merge tag 'openshift-ansible-3.0.89-1'Brenton Leanhardt2016-05-093-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 Leanhardt2016-05-092-2/+5
| | | | | | | | | |
| * | | | | | | | | Use yum swap to downgrade dockerScott Dodson2016-05-091-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1858 from vishpat/credentialsJason DeTiberus2016-05-092-4/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed the credentials
| * | | | | | | | | | Fixed the credentialsVishal Patil2016-05-052-4/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1867 from sdodson/uninstallJason DeTiberus2016-05-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Unmask atomic-openshift-master on uninstall
| * | | | | | | | | | | Unmask atomic-openshift-master on uninstallScott Dodson2016-05-091-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-registriesJason DeTiberus2016-05-092-1/+26
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Fix cli_docker_additional_registries being erased during upgrade.
| * | | | | | | | | | Fix cli_docker_additional_registries being erased during upgrade.Devan Goodwin2016-05-092-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 Leanhardt2016-05-064-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 Leanhardt2016-05-062-2/+6
| | | | | | | | | |
| * | | | | | | | | Open port 53 whenever we're unsure of versionScott Dodson2016-05-061-0/+8
| | | | | | | | | |
| * | | | | | | | | Fix unsafe boolean handling on use_dnsmasqScott Dodson2016-05-061-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1857 from sdodson/dns-upgradeJason DeTiberus2016-05-065-0/+86
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Playbook to enable dnsmasq
| * | | | | | | | | Move modify_yaml up into top level library directoryScott Dodson2016-05-063-0/+2
| | | | | | | | | |
| * | | | | | | | | Enable dnsmasq on all hostsScott Dodson2016-05-062-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-filesJason DeTiberus2016-05-056-10/+79
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Remove vars_files for byo, scaleup and restart playbooks.
| * | | | | | | | Remove vars_files on play includes for byo, scaleup and restart playbooks.Andrew Butcher2016-05-056-10/+79
|/ / / / / / / /
* | | | | | | | Merge pull request #1853 from abutcher/v2-hostvarsJason DeTiberus2016-05-054-7/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Replace hostvars with vars for openshift env facts when ansible >= v2.
| * | | | | | | | Add oo_merge_hostvars filter for merging host & play variables.Andrew Butcher2016-05-044-13/+46
| | | | | | | | |
| * | | | | | | | Replace hostvars with vars for openshift env facts when ansible >= v2.Andrew Butcher2016-05-033-3/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1688 from jprovaznik/dnsJason DeTiberus2016-05-056-4/+63
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Allow containerized deployment of dns role
| * | | | | | | Allow containerized deployment of dns roleJan Provaznik2016-04-266-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/masterJason DeTiberus2016-05-031-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added extra install dependency on OSX
| * | | | | | | Added extra install dependency on OSXGert Leenders2016-05-031-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #1854 from abutcher/v2-iptables-overridesJason DeTiberus2016-05-028-12/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | V2 iptables overrides
| * | | | | | | Check and unmask iptables/firewalld.Andrew Butcher2016-05-022-0/+30
| | | | | | | |
| * | | | | | | Default os_firewall_use_firewalld to false in os_firewall and remove overrides.Andrew Butcher2016-05-026-12/+5
| | | | | | | |
* | | | | | | | Merge pull request #1852 from sdodson/dns-improvementsJason DeTiberus2016-05-022-2/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix openshift_use_dnsmasq=False on 1.2/3.2 installs
| * | | | | | | | listen on all interfacesScott Dodson2016-05-021-1/+0
| | | | | | | | |
| * | | | | | | | Fix configuration of dns_ipScott Dodson2016-05-021-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #1775 from detiber/kill_deprecated_rolesJason DeTiberus2016-05-020-0/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Remove deprecated online playbooks/roles
| * | | | | | | | Remove deprecated online playbooks/rolesJason DeTiberus2016-04-1925-498/+0
| | | | | | | | |
* | | | | | | | | Merge pull request #1850 from cben/patch-1Jason DeTiberus2016-05-021-1/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix tables in roles/openshift_metrics/README.md
| * | | | | | | | Fix markdown in roles/openshift_metrics/README.mdBeni Cherniavsky-Paskin2016-05-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tables, literal example)
* | | | | | | | | Merge pull request #1848 from detiber/statAndrew Butcher2016-05-021-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-ostreeJason DeTiberus2016-04-301-9/+7
|/ / / / / / / /
* | | | | | | | Merge pull request #1847 from sjenning/fix-openstack-templateJason DeTiberus2016-04-291-4/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix openstack template
| * | | | | | | | fix openstack templateSeth Jennings2016-04-291-4/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #1839 from abutcher/v2-deprecationsJason DeTiberus2016-04-2916-61/+56
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cleanup various deprecation warnings.
| * | | | | | | | Remove duplicate oauth_template fact.Andrew Butcher2016-04-291-1/+0
| | | | | | | | |
| * | | | | | | | Cleanup various deprecation warnings.Andrew Butcher2016-04-2915-60/+56
| | | | | | | | |
* | | | | | | | | Merge pull request #1845 from sdodson/nm-msgJason DeTiberus2016-04-291-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make NetworkManager failure friendlier
| * | | | | | | | | Make NetworkManager failure friendlierScott Dodson2016-04-291-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1843 from detiber/remove_deprecated_rolesJason DeTiberus2016-04-2947-706/+59
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Remove deprecated roles
| * | | | | | | | Remove deprecated online playbooks/rolesJason DeTiberus2016-04-2920-379/+0
| | | | | | | | |