Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | |||||
* | | | | | Merge pull request #2252 from abutcher/etcd-image | Scott Dodson | 2016-08-03 | 1 | -0/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Restore missing etcd_image fact. | ||||
| * | | | | Restore missing etcd_image fact. | Andrew Butcher | 2016-08-03 | 1 | -0/+5 |
|/ / / / | |||||
* | | | | Automatic commit of package [openshift-ansible] release [3.3.6-1]. | Troy Dawson | 2016-08-03 | 2 | -2/+7 |
| | | | | |||||
* | | | | Merge pull request #2243 from smunilla/BZ1359427 | Scott Dodson | 2016-08-03 | 2 | -5/+9 |
|\ \ \ \ | | | | | | | | | | | a-o-i: Fix broken uninstall | ||||
| * | | | | a-o-i: Fix broken uninstall | Samuel Munilla | 2016-08-02 | 2 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The uninstall method was looking for the host list according to the old quick-installer config file format. Updated to match the new arbitrary yaml config format. Fixes BZ#1359427 | ||||
* | | | | | Merge pull request #2250 from abutcher/hosted-nodes | Scott Dodson | 2016-08-02 | 2 | -4/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Rename router and registry node list variables. | ||||
| * | | | | Rename router and registry node list variables. | Andrew Butcher | 2016-08-02 | 2 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #1953 from abutcher/etcd-certificates | Scott Dodson | 2016-08-02 | 23 | -406/+638 |
|\ \ \ \ | |/ / / |/| | | | Refactor etcd certificates roles. | ||||
| * | | | Refactor etcd certificates roles. | Andrew Butcher | 2016-08-02 | 23 | -406/+638 |
|/ / / | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.3.5-1]. | Troy Dawson | 2016-08-01 | 2 | -2/+16 |
| | | | |||||
* | | | Merge pull request #2242 from smunilla/BZ1358101 | Scott Dodson | 2016-08-01 | 2 | -34/+5 |
|\ \ \ | | | | | | | | | a-o-i: Remove AEP, OSE 3.0, and OSE 3.2 choices | ||||
| * | | | a-o-i: Remove AEP, OSE 3.0, and OSE 3.2 choices | Samuel Munilla | 2016-07-30 | 2 | -34/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Remove the option to select unsupported versions in the quick installer. Fixes BZ#1358101 | ||||
* | | | | Merge pull request #2240 from abutcher/roles-to-playbooks | Scott Dodson | 2016-08-01 | 6 | -79/+102 |
|\ \ \ \ | | | | | | | | | | | Speed Improvements | ||||
| * | | | | Move role dependencies to playbooks. | Andrew Butcher | 2016-07-29 | 6 | -79/+102 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #2245 from finiteloopme/install-issue2244 | Scott Dodson | 2016-08-01 | 1 | -0/+2 |
|\ \ \ \ | |_|/ / |/| | | | Fix for issue#2244 | ||||
| * | | | Update for issue#2244 | Kunal Limaye | 2016-08-01 | 1 | -1/+2 |
| | | | | |||||
| * | | | Update for issue-2244 | Kunal Limaye | 2016-08-01 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #2239 from smunilla/inventory_write_improvements | Scott Dodson | 2016-07-29 | 3 | -72/+49 |
|\ \ \ | | | | | | | | | a-o-i: Better inventory group handling | ||||
| * | | | a-o-i: Better inventory group handling | Samuel Munilla | 2016-07-29 | 3 | -72/+49 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | A more dynamic and flexible method of writing out host groups to the ansible inventory file. To accompany this, in the quick-installer interactive mode the etcd role is automatically applied to any masters. Anyone hand writing the quick installer config will now have to explicitly specify which hosts will be etcd. Fixes #2200 |