summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1860 from abutcher/v2-checkJason DeTiberus2016-05-131-2/+2
|\ | | | | Allow ansible >= 1.9.4
| * Ensure ansible version greater than 1.9.4Andrew Butcher2016-05-051-2/+2
| |
* | Merge pull request #1862 from abutcher/v2-vars-files-upgradeJason DeTiberus2016-05-1310-31/+98
|\ \ | | | | | | Remove vars_files on play includes for upgrade playbooks.
| * | Block upgrading w/ ansible v2.Andrew Butcher2016-05-125-1/+18
| | |
| * | Update StringIO import for py2/3 compat.Andrew Butcher2016-05-121-4/+4
| | |
| * | Remove vars_files on play includes for upgrade playbooks.Andrew Butcher2016-05-128-26/+76
| | |
* | | Merge pull request #1885 from dgoodwin/proxy-quotesJason DeTiberus2016-05-123-9/+9
|\ \ \ | | | | | | | | Fix mistaken quotes on proxy sysconfig variables.
| * | | Fix mistaken quotes on proxy sysconfig variables.Devan Goodwin2016-05-123-9/+9
| |/ / | | | | | | | | | Only need double quotes if preserving whitespace, and never singles.
* | | Merge pull request #1875 from sdodson/fix-static-interfacesJason DeTiberus2016-05-121-7/+10
|\ \ \ | | | | | | | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS
| * | | Sync comments with origin prScott Dodson2016-05-121-4/+6
| | | |
| * | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERSScott Dodson2016-05-121-3/+4
| |/ / | | | | | | | | | | | | Only modify resolv.conf if IP4_NAMESERVERS is defined, it's not safe to do so otherwise.
* | | Merge pull request #1870 from sdodson/fix-firewallJason DeTiberus2016-05-125-37/+34
|\ \ \ | | | | | | | | Fix master firewall rules by deferring them
| * | | Why is the node failing to startScott Dodson2016-05-111-0/+11
| | | |
| * | | Move os_firewall out of openshift_commonScott Dodson2016-05-112-1/+1
| | | |
| * | | Remove old unused firewall rulesScott Dodson2016-05-111-5/+0
| | | |
| * | | Fix firewall rulesScott Dodson2016-05-112-36/+27
| | | |
* | | | Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_roleJason DeTiberus2016-05-123-0/+14
|\ \ \ \ | |_|/ / |/| | | Add image-auditor role to ManageIQ SA
| * | | Add system:image-auditor role to ManageIQ SAMooli Tayer2016-05-033-0/+14
| | | |
* | | | Merge pull request #1883 from dgoodwin/tokenconfigJason DeTiberus2016-05-123-3/+15
|\ \ \ \ | | | | | | | | | | Document oauth token config inventory vars.
| * | | | Document oauth token config inventory vars.Devan Goodwin2016-05-123-3/+15
| | |/ / | |/| | | | | | | | | | | | | | These were added in November but weren't covered in the example inventories.
* | | | 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