Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | Merge pull request #2237 from sdodson/dot-net | Scott Dodson | 2016-07-29 | 5 | -5/+84 |
|\ \ | |/ |/| | Add dotnet image stream to enterprise installs | ||||
| * | Fix xpaas_templates_base | Scott Dodson | 2016-07-29 | 1 | -2/+5 |
| | | |||||
| * | Add dotnet image stream to enterprise installs | Scott Dodson | 2016-07-29 | 5 | -3/+79 |
|/ | |||||
* | Merge pull request #2218 from sdodson/image-stream-sync | Scott Dodson | 2016-07-29 | 108 | -1127/+5249 |
|\ | | | | | xPaaS v1.3.2 release | ||||
| * | Remove old sso70-basic templates | Scott Dodson | 2016-07-26 | 1 | -0/+12 |
| | | |||||
| * | xPaaS v1.3.2 release | Scott Dodson | 2016-07-26 | 107 | -1127/+5237 |
| | | |||||
* | | Merge pull request #2236 from maxamillion/fedora | Scott Dodson | 2016-07-29 | 1 | -1/+1 |
|\ \ | | | | | | | update bootstrap-fedora playbook with new python crypto deps | ||||
| * | | update bootstrap-fedora playbook with new python crypto deps | Adam Miller | 2016-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> | ||||
* | | | Merge pull request #2233 from sdodson/master | Scott Dodson | 2016-07-29 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix HAProxy logging | ||||
| * | | | Fix haproxy logs | Scott Dodson | 2016-07-28 | 1 | -0/+1 |
| | | | | |||||
* | | | | Automatic commit of package [openshift-ansible] release [3.3.4-1]. | Troy Dawson | 2016-07-29 | 2 | -2/+16 |
|/ / / | |||||
* | | | Merge pull request #2210 from abutcher/staggered-master-start | Scott Dodson | 2016-07-28 | 2 | -5/+39 |
|\ \ \ | | | | | | | | | Stagger HA master service start | ||||
| * | | | Stagger the start of master services. | Andrew Butcher | 2016-07-24 | 2 | -5/+39 |
| | | | | |||||
* | | | | Merge pull request #2232 from smunilla/BZ1353152 | Scott Dodson | 2016-07-28 | 1 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | a-o-i: Set roles on standalone storage | ||||
| * | | | | a-o-i: Set roles on standalone storage | Samuel Munilla | 2016-07-28 | 1 | -3/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Sets the roles appropriately when using a standalone storage host. Fixes BZ#1353152 | ||||
* | | | | Merge pull request #2224 from dgoodwin/infra-count-fix | Scott Dodson | 2016-07-27 | 2 | -4/+21 |
|\ \ \ \ | |_|/ / |/| | | | Fix registry/router being created despite no infra nodes. | ||||
| * | | | Fix registry/router being created despite no infra nodes. | Devan Goodwin | 2016-07-27 | 2 | -4/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug with determining the correct number of replicas to use, and guarding the creation of the router/registry on whether or not replicas is > 0. | ||||
* | | | | Merge pull request #2229 from sdodson/dkorn-node_labels | Scott Dodson | 2016-07-27 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | a-o-i: write missing openshift_node_labels | ||||
| * | | | | Disable too many branches pylint | Scott Dodson | 2016-07-27 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | a-o-i: write missing openshift_node_labels | dkorn | 2016-07-27 | 1 | -0/+2 |
|/ / / / |