Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a-o-i: Restrict installed host check | Samuel Munilla | 2016-08-10 | 1 | -19/+18 |
| | | | | Restrict installed host check to only masters and nodes. | ||||
* | Merge pull request #2280 from ganhuang/bz#1356823 | Scott Dodson | 2016-08-10 | 1 | -0/+7 |
|\ | | | | | docker-registry's middleware stanza should contain 'registry' and 'storage' by default | ||||
| * | Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3 | Gan Huang | 2016-08-10 | 1 | -1/+3 |
| | | |||||
| * | docker-registry's middleware stanza should contain 'registry' and 'storage' ↵ | Gan Huang | 2016-08-10 | 1 | -0/+5 |
| | | | | | | | | by default | ||||
* | | Automatic commit of package [openshift-ansible] release [3.3.9-1]. | Troy Dawson | 2016-08-10 | 2 | -2/+23 |
|/ | |||||
* | Merge pull request #2268 from abutcher/ansible-2.2 | Scott Dodson | 2016-08-09 | 9 | -35/+53 |
|\ | | | | | Ansible 2.2 Support | ||||
| * | Move storage includes up to main. | Andrew Butcher | 2016-08-08 | 3 | -19/+16 |
| | | |||||
| * | Support gathering ansible 2.1/2.2 system facts | Andrew Butcher | 2016-08-08 | 1 | -12/+19 |
| | | |||||
| * | Try/except urlparse calls. | Andrew Butcher | 2016-08-08 | 1 | -1/+5 |
| | | |||||
| * | with_fileglob no longer supports wildcard prefixes. | Andrew Butcher | 2016-08-08 | 5 | -3/+13 |
| | | |||||
* | | Merge pull request #2279 from abutcher/no-volume-zone | Scott Dodson | 2016-08-09 | 1 | -0/+1 |
|\ \ | | | | | | | Bug 1365379 - Need to have 'NoVolumeZoneConflict' scheduler policy enabled by installer | ||||
| * | | Enable 'NoVolumeZoneConflict' policy for scheduler | Andrew Butcher | 2016-08-09 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #2278 from smunilla/BZ1353162 | Scott Dodson | 2016-08-09 | 5 | -15/+15 |
|\ \ \ | | | | | | | | | a-o-i: Move ansible_ssh_user to deployment | ||||
| * | | | a-o-i: Update nosetests for ansible_ssh_user | Samuel Munilla | 2016-08-09 | 3 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | Update the nosetests to reflect the new location of ansible_ssh_user in the config file. | ||||
| * | | | move ansible_ssh_user to deployment, remove ansible_config and ansible_log_path | Gan Huang | 2016-08-09 | 2 | -5/+4 |
| |/ / | |||||
* | | | Merge pull request #2275 from ganhuang/bz#1353163 | Scott Dodson | 2016-08-09 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | a-o-i: Labeling nodes only | ||||
| * | | Labeling nodes only | Gan Huang | 2016-08-09 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #2261 from richm/ansible2-support-hack-2 | Scott Dodson | 2016-08-08 | 1 | -1/+7 |
|\ \ | | | | | | | make the improved log formatter work with ansible 2.1 | ||||
| * | | make the improved log formatter work with ansible 2.1 | Rich Megginson | 2016-08-08 | 1 | -1/+7 |
| |/ | | | | | | | | | | | | | Ansible 2.1 changed the base class used for log formatting. Using the old one with ansible 2.1 caused a "too much recursion" problem. The fix is to call _dump_results in the new CallbackBase base class when using ansible 2.1 or later. | ||||
* | | Merge pull request #2269 from abutcher/etcd-certs-become | Scott Dodson | 2016-08-08 | 1 | -0/+2 |
|\ \ | | | | | | | Set become=no for etcd server certificates temporary directory. | ||||
| * | | Set become=no for etcd server certificates temporary directory. | Andrew Butcher | 2016-08-08 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #2211 from dgoodwin/33-upgrade-playbook | Scott Dodson | 2016-08-08 | 38 | -85/+308 |
|\ \ \ | | | | | | | | | 1.3 / 3.3 Upgrades | ||||
| * | | | Migrate ca.crt to ca-bundle.crt | Scott Dodson | 2016-08-08 | 1 | -0/+25 |
| | | | | |||||
| * | | | Upgrade configs for protobuf support. | Devan Goodwin | 2016-08-08 | 4 | -0/+68 |
| | | | | |||||
| * | | | Fixed a bug in modify_yaml module. | Devan Goodwin | 2016-08-08 | 2 | -11/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When adding a property to a section that does not yet exist, the property was being inserted into the section above where it should have due to the pointer not being adjusted for the new section we created. Adds a test sub-directory, would like to eventually move all the ooinstall tests here as well so nosetests just works from top level directory. | ||||
| * | | | Add 3.3 protobuf config stanzas for master/node config. | Devan Goodwin | 2016-07-28 | 2 | -0/+21 |
| | | | | |||||
| * | | | Introduce 1.3/3.3 upgrade path. | Devan Goodwin | 2016-07-25 | 32 | -74/+138 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the 3.2 upgrade common files out to a path that does not indicate they are strictly for 3.2. 3.3 upgrade then becomes a relatively small copy of the byo entry point, all calling the same code as 3.2 upgrade. Thus far there are no known 3.3 specific upgrade tasks. In future we will likely want to allow hooks out to version specific pre/upgrade/post tasks. Also fixes a bug where the handlers were not restarting nodes/openvswitch containers doing upgrades, due to a change in Ansible 2+. | ||||
* | | | | Merge pull request #2267 from Jmainguy/build_md_lies | Scott Dodson | 2016-08-08 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | BUILD.md lies | ||||
| * | | | BUILD.md lies | Jonathan Mainguy | 2016-08-08 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #2266 from abutcher/v2-callbacks | Andrew Butcher | 2016-08-08 | 3 | -25/+31 |
|\ \ \ | |_|/ |/| | | Convert ansible facts callback to v2. | ||||
| * | | Convert ansible facts callback to v2. | Andrew Butcher | 2016-08-08 | 3 | -25/+31 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.3.8-1]. | Troy Dawson | 2016-08-08 | 2 | -2/+6 |
| | | | |||||
* | | | Merge pull request #2265 from jmferrer/master | Scott Dodson | 2016-08-08 | 3 | -3/+3 |
|\ \ \ | |/ / |/| | | Fix little mistake in openshift_master_htpasswd_users value . | ||||
| * | | Fix little mistake in openshift_master_htpasswd_users value . | jmferrer | 2016-08-08 | 3 | -3/+3 |
|/ / | |||||
* | | Automatic commit of package [openshift-ansible] release [3.3.7-1]. | Troy Dawson | 2016-08-05 | 2 | -2/+16 |
| | | |||||
* | | Merge pull request #2260 from abutcher/new-master-lb | Scott Dodson | 2016-08-05 | 1 | -0/+2 |
|\ \ | | | | | | | Bug 1347650 - New master isn't added to haproxy.cfg file of LB when scaling masters | ||||
| * | | Call relocated openshift-loadbalancer playbook in master scaleup. | Andrew Butcher | 2016-08-04 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #2259 from abutcher/fix-ca-check | Scott Dodson | 2016-08-05 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Correct openshift ca missing check | ||||
| * | | | [openshift_ca] correct check for missing CA. | Andrew Butcher | 2016-08-04 | 1 | -2/+1 |
| |/ / | |||||
* | | | Merge pull request #2257 from smunilla/ose_rename_to_oscp | Scott Dodson | 2016-08-04 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | a-o-i: Rename OSE in Install Menu | ||||
| * | | a-o-i: Rename OSE in Install Menu | Samuel Munilla | 2016-08-04 | 1 | -1/+1 |
|/ / | | | | | | | Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu. | ||||
* | | Merge pull request #2255 from abutcher/hosted-knobs | Scott Dodson | 2016-08-03 | 3 | -0/+15 |
|\ \ | | | | | | | Add knobs for disabling router/registry management. | ||||
| * | | Add knobs for disabling router/registry management. | Andrew Butcher | 2016-08-03 | 3 | -0/+15 |
| | | | |||||
* | | | Merge pull request #2238 from sdodson/no-network-plugin | Andrew Butcher | 2016-08-03 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Don't set a networkPluginName in 3.3 installs | ||||
| * | | | Don't set a networkPluginName in 3.3 installs | Scott Dodson | 2016-07-29 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #2254 from smunilla/arbitrary_deployment_vars | Scott Dodson | 2016-08-03 | 1 | -13/+11 |
|\ \ \ \ | |_|/ / |/| | | | a-o-i: Allow Arbitrary Deployment Variables | ||||
| * | | | a-o-i: Allow Arbitrary Deployment Variables | Samuel Munilla | 2016-08-03 | 1 | -13/+11 |
| | | | | | | | | | | | | | | | | | | | | This allows for arbitrary ansible variables to be set under the 'deployment' header of the installer config file. | ||||
* | | | | Merge pull request #2049 from abutcher/named-certificates | Scott Dodson | 2016-08-03 | 20 | -80/+239 |
|\ \ \ \ | | | | | | | | | | | Named CA Certificates | ||||
| * | | | | Add options for specifying named ca certificates to be added to the ↵ | Andrew Butcher | 2016-08-01 | 20 | -72/+215 |
| | | | | | | | | | | | | | | | | | | | | openshift ca bundle. | ||||
| * | | | | oo_collect can be ran against dicts where key isn't present. | Andrew Butcher | 2016-08-01 | 1 | -9/+24 |
| | | | | |