summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make the improved log formatter work with ansible 2.1Rich Megginson2016-08-081-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.
* Automatic commit of package [openshift-ansible] release [3.3.8-1].Troy Dawson2016-08-082-2/+6
|
* Merge pull request #2265 from jmferrer/masterScott Dodson2016-08-083-3/+3
|\ | | | | Fix little mistake in openshift_master_htpasswd_users value .
| * Fix little mistake in openshift_master_htpasswd_users value .jmferrer2016-08-083-3/+3
|/
* Automatic commit of package [openshift-ansible] release [3.3.7-1].Troy Dawson2016-08-052-2/+16
|
* Merge pull request #2260 from abutcher/new-master-lbScott Dodson2016-08-051-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 Butcher2016-08-041-0/+2
| |
* | Merge pull request #2259 from abutcher/fix-ca-checkScott Dodson2016-08-051-2/+1
|\ \ | | | | | | Correct openshift ca missing check
| * | [openshift_ca] correct check for missing CA.Andrew Butcher2016-08-041-2/+1
| |/
* | Merge pull request #2257 from smunilla/ose_rename_to_oscpScott Dodson2016-08-041-1/+1
|\ \ | |/ |/| a-o-i: Rename OSE in Install Menu
| * a-o-i: Rename OSE in Install MenuSamuel Munilla2016-08-041-1/+1
|/ | | | Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu.
* Merge pull request #2255 from abutcher/hosted-knobsScott Dodson2016-08-033-0/+15
|\ | | | | Add knobs for disabling router/registry management.
| * Add knobs for disabling router/registry management.Andrew Butcher2016-08-033-0/+15
| |
* | Merge pull request #2238 from sdodson/no-network-pluginAndrew Butcher2016-08-031-2/+2
|\ \ | | | | | | Don't set a networkPluginName in 3.3 installs
| * | Don't set a networkPluginName in 3.3 installsScott Dodson2016-07-291-2/+2
| | |
* | | Merge pull request #2254 from smunilla/arbitrary_deployment_varsScott Dodson2016-08-031-13/+11
|\ \ \ | |_|/ |/| | a-o-i: Allow Arbitrary Deployment Variables
| * | a-o-i: Allow Arbitrary Deployment VariablesSamuel Munilla2016-08-031-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-certificatesScott Dodson2016-08-0320-80/+239
|\ \ \ | | | | | | | | Named CA Certificates
| * | | Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-0120-72/+215
| | | | | | | | | | | | | | | | openshift ca bundle.
| * | | oo_collect can be ran against dicts where key isn't present.Andrew Butcher2016-08-011-9/+24
| | | |
* | | | Merge pull request #2252 from abutcher/etcd-imageScott Dodson2016-08-031-0/+5
|\ \ \ \ | |_|/ / |/| | | Restore missing etcd_image fact.
| * | | Restore missing etcd_image fact.Andrew Butcher2016-08-031-0/+5
|/ / /
* | | Automatic commit of package [openshift-ansible] release [3.3.6-1].Troy Dawson2016-08-032-2/+7
| | |
* | | Merge pull request #2243 from smunilla/BZ1359427Scott Dodson2016-08-032-5/+9
|\ \ \ | | | | | | | | a-o-i: Fix broken uninstall
| * | | a-o-i: Fix broken uninstallSamuel Munilla2016-08-022-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-nodesScott Dodson2016-08-022-4/+4
|\ \ \ \ | |/ / / |/| | | Rename router and registry node list variables.
| * | | Rename router and registry node list variables.Andrew Butcher2016-08-022-4/+4
|/ / /
* | | Merge pull request #1953 from abutcher/etcd-certificatesScott Dodson2016-08-0223-406/+638
|\ \ \ | |/ / |/| | Refactor etcd certificates roles.
| * | Refactor etcd certificates roles.Andrew Butcher2016-08-0223-406/+638
|/ /
* | Automatic commit of package [openshift-ansible] release [3.3.5-1].Troy Dawson2016-08-012-2/+16
| |
* | Merge pull request #2242 from smunilla/BZ1358101Scott Dodson2016-08-012-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 choicesSamuel Munilla2016-07-302-34/+5
| | | | | | | | | | | | | | | | | | Remove the option to select unsupported versions in the quick installer. Fixes BZ#1358101
* | | Merge pull request #2240 from abutcher/roles-to-playbooksScott Dodson2016-08-016-79/+102
|\ \ \ | | | | | | | | Speed Improvements
| * | | Move role dependencies to playbooks.Andrew Butcher2016-07-296-79/+102
| | |/ | |/|
* | | Merge pull request #2245 from finiteloopme/install-issue2244Scott Dodson2016-08-011-0/+2
|\ \ \ | |_|/ |/| | Fix for issue#2244
| * | Update for issue#2244Kunal Limaye2016-08-011-1/+2
| | |
| * | Update for issue-2244Kunal Limaye2016-08-011-1/+2
|/ /
* | Merge pull request #2239 from smunilla/inventory_write_improvementsScott Dodson2016-07-293-72/+49
|\ \ | | | | | | a-o-i: Better inventory group handling
| * | a-o-i: Better inventory group handlingSamuel Munilla2016-07-293-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-netScott Dodson2016-07-295-5/+84
|\ \ | |/ |/| Add dotnet image stream to enterprise installs
| * Fix xpaas_templates_baseScott Dodson2016-07-291-2/+5
| |
| * Add dotnet image stream to enterprise installsScott Dodson2016-07-295-3/+79
|/
* Merge pull request #2218 from sdodson/image-stream-syncScott Dodson2016-07-29108-1127/+5249
|\ | | | | xPaaS v1.3.2 release
| * Remove old sso70-basic templatesScott Dodson2016-07-261-0/+12
| |
| * xPaaS v1.3.2 releaseScott Dodson2016-07-26107-1127/+5237
| |
* | Merge pull request #2236 from maxamillion/fedoraScott Dodson2016-07-291-1/+1
|\ \ | | | | | | update bootstrap-fedora playbook with new python crypto deps
| * | update bootstrap-fedora playbook with new python crypto depsAdam Miller2016-07-281-1/+1
| | | | | | | | | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* | | Merge pull request #2233 from sdodson/masterScott Dodson2016-07-291-0/+1
|\ \ \ | | | | | | | | Fix HAProxy logging
| * | | Fix haproxy logsScott Dodson2016-07-281-0/+1
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.3.4-1].Troy Dawson2016-07-292-2/+16
|/ / /