summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #1871 from sdodson/fix-versionJason DeTiberus2016-05-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix version fact on containerized installs
| * | | | | | Fix versionScott Dodson2016-05-091-1/+1
| | | | | | |
* | | | | | | Merge pull request #1873 from smunilla/BZ1331236Jason DeTiberus2016-05-101-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | a-o-i: Write proxy variables
| * | | | | | | a-o-i: Write proxy variablesSamuel Munilla2016-05-101-0/+10
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Write the proper variables for http(s) and proxy excludes to the ansible inventory.
* | | | | | | Merge pull request #1192 from lebauce/storage-cinder-roleJason DeTiberus2016-05-105-34/+104
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add support for Openstack based persistent volumes
| * | | | | | | Add support for Openstack based persistent volumesSylvain Baubeau2016-05-105-34/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | | | | | | | Merge pull request #1828 from sdodson/bz1330920Jason DeTiberus2016-05-104-11/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix openshift_generate_no_proxy_hosts boolean
| * | | | | | | | Fix openshift_generate_no_proxy_hosts booleanScott Dodson2016-04-271-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing this also made it obvious that we weren't adding even the current host's name to the no_proxy list. This is absolutely necessary or the master won't be able to reach etcd. So even if they request not to have the list of all hosts and cluster dns zone added we should add the current host's hostname to the no_proxy list.
| * | | | | | | | Fix openshift_generate_no_proxy_hosts examplesScott Dodson2016-04-273-3/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #1874 from abutcher/eval-hostsJason DeTiberus2016-05-101-2/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove extra evaluate_groups include.
| * | | | | | | | | Remove double evaluate_groups include.Andrew Butcher2016-05-101-2/+0
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1872 from abutcher/flannel-fixesJason DeTiberus2016-05-105-23/+29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixes for flannel configuration
| * | | | | | | | | 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