Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1860 from abutcher/v2-check | Jason DeTiberus | 2016-05-13 | 1 | -2/+2 |
|\ | | | | | Allow ansible >= 1.9.4 | ||||
| * | Ensure ansible version greater than 1.9.4 | Andrew Butcher | 2016-05-05 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1862 from abutcher/v2-vars-files-upgrade | Jason DeTiberus | 2016-05-13 | 10 | -31/+98 |
|\ \ | | | | | | | Remove vars_files on play includes for upgrade playbooks. | ||||
| * | | Block upgrading w/ ansible v2. | Andrew Butcher | 2016-05-12 | 5 | -1/+18 |
| | | | |||||
| * | | Update StringIO import for py2/3 compat. | Andrew Butcher | 2016-05-12 | 1 | -4/+4 |
| | | | |||||
| * | | Remove vars_files on play includes for upgrade playbooks. | Andrew Butcher | 2016-05-12 | 8 | -26/+76 |
| | | | |||||
* | | | Merge pull request #1885 from dgoodwin/proxy-quotes | Jason DeTiberus | 2016-05-12 | 3 | -9/+9 |
|\ \ \ | | | | | | | | | Fix mistaken quotes on proxy sysconfig variables. | ||||
| * | | | Fix mistaken quotes on proxy sysconfig variables. | Devan Goodwin | 2016-05-12 | 3 | -9/+9 |
| |/ / | | | | | | | | | | Only need double quotes if preserving whitespace, and never singles. | ||||
* | | | Merge pull request #1875 from sdodson/fix-static-interfaces | Jason DeTiberus | 2016-05-12 | 1 | -7/+10 |
|\ \ \ | | | | | | | | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS | ||||
| * | | | Sync comments with origin pr | Scott Dodson | 2016-05-12 | 1 | -4/+6 |
| | | | | |||||
| * | | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS | Scott Dodson | 2016-05-12 | 1 | -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-firewall | Jason DeTiberus | 2016-05-12 | 5 | -37/+34 |
|\ \ \ | | | | | | | | | Fix master firewall rules by deferring them | ||||
| * | | | Why is the node failing to start | Scott Dodson | 2016-05-11 | 1 | -0/+11 |
| | | | | |||||
| * | | | Move os_firewall out of openshift_common | Scott Dodson | 2016-05-11 | 2 | -1/+1 |
| | | | | |||||
| * | | | Remove old unused firewall rules | Scott Dodson | 2016-05-11 | 1 | -5/+0 |
| | | | | |||||
| * | | | Fix firewall rules | Scott Dodson | 2016-05-11 | 2 | -36/+27 |
| | | | | |||||
* | | | | Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_role | Jason DeTiberus | 2016-05-12 | 3 | -0/+14 |
|\ \ \ \ | |_|/ / |/| | | | Add image-auditor role to ManageIQ SA | ||||
| * | | | Add system:image-auditor role to ManageIQ SA | Mooli Tayer | 2016-05-03 | 3 | -0/+14 |
| | | | | |||||
* | | | | Merge pull request #1883 from dgoodwin/tokenconfig | Jason DeTiberus | 2016-05-12 | 3 | -3/+15 |
|\ \ \ \ | | | | | | | | | | | Document oauth token config inventory vars. | ||||
| * | | | | Document oauth token config inventory vars. | Devan Goodwin | 2016-05-12 | 3 | -3/+15 |
| | |/ / | |/| | | | | | | | | | | | | | | These were added in November but weren't covered in the example inventories. | ||||
* | | | | Merge pull request #1871 from sdodson/fix-version | Jason DeTiberus | 2016-05-12 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix version fact on containerized installs | ||||
| * | | | Fix version | Scott Dodson | 2016-05-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1873 from smunilla/BZ1331236 | Jason DeTiberus | 2016-05-10 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | a-o-i: Write proxy variables | ||||
| * | | | | a-o-i: Write proxy variables | Samuel Munilla | 2016-05-10 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | Write the proper variables for http(s) and proxy excludes to the ansible inventory. | ||||
* | | | | | Merge pull request #1192 from lebauce/storage-cinder-role | Jason DeTiberus | 2016-05-10 | 5 | -34/+104 |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for Openstack based persistent volumes | ||||
| * | | | | | Add support for Openstack based persistent volumes | Sylvain Baubeau | 2016-05-10 | 5 | -34/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com> | ||||
* | | | | | | Merge pull request #1828 from sdodson/bz1330920 | Jason DeTiberus | 2016-05-10 | 4 | -11/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix openshift_generate_no_proxy_hosts boolean | ||||
| * | | | | | | Fix openshift_generate_no_proxy_hosts boolean | Scott Dodson | 2016-04-27 | 1 | -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 examples | Scott Dodson | 2016-04-27 | 3 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1874 from abutcher/eval-hosts | Jason DeTiberus | 2016-05-10 | 1 | -2/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove extra evaluate_groups include. | ||||
| * | | | | | | | Remove double evaluate_groups include. | Andrew Butcher | 2016-05-10 | 1 | -2/+0 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #1872 from abutcher/flannel-fixes | Jason DeTiberus | 2016-05-10 | 5 | -23/+29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixes for flannel configuration | ||||
| * | | | | | | | Fixes for flannel configuration. | Andrew Butcher | 2016-05-09 | 3 | -23/+20 |
| | | | | | | | | |||||
| * | | | | | | | Initialize facts for all hosts. | Andrew Butcher | 2016-05-09 | 2 | -0/+9 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #1864 from abutcher/gitignore-retry | Jason DeTiberus | 2016-05-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Add *.retry to gitignore. | ||||
| * | | | | | | Add *.retry to gitignore. | Andrew Butcher | 2016-05-06 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | 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 |