summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-10a-o-i: Restrict installed host checkSamuel Munilla
Restrict installed host check to only masters and nodes.
2016-08-10Merge pull request #2280 from ganhuang/bz#1356823Scott Dodson
docker-registry's middleware stanza should contain 'registry' and 'storage' by default
2016-08-10Automatic commit of package [openshift-ansible] release [3.3.9-1].Troy Dawson
2016-08-10Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3Gan Huang
2016-08-10docker-registry's middleware stanza should contain 'registry' and 'storage' ↵Gan Huang
by default
2016-08-09Merge pull request #2268 from abutcher/ansible-2.2Scott Dodson
Ansible 2.2 Support
2016-08-09Merge pull request #2279 from abutcher/no-volume-zoneScott Dodson
Bug 1365379 - Need to have 'NoVolumeZoneConflict' scheduler policy enabled by installer
2016-08-09Enable 'NoVolumeZoneConflict' policy for schedulerAndrew Butcher
2016-08-09Merge pull request #2278 from smunilla/BZ1353162Scott Dodson
a-o-i: Move ansible_ssh_user to deployment
2016-08-09a-o-i: Update nosetests for ansible_ssh_userSamuel Munilla
Update the nosetests to reflect the new location of ansible_ssh_user in the config file.
2016-08-09Merge pull request #2275 from ganhuang/bz#1353163Scott Dodson
a-o-i: Labeling nodes only
2016-08-09move ansible_ssh_user to deployment, remove ansible_config and ansible_log_pathGan Huang
2016-08-09Labeling nodes onlyGan Huang
2016-08-08Merge pull request #2261 from richm/ansible2-support-hack-2Scott Dodson
make the improved log formatter work with ansible 2.1
2016-08-08Merge pull request #2269 from abutcher/etcd-certs-becomeScott Dodson
Set become=no for etcd server certificates temporary directory.
2016-08-08Set become=no for etcd server certificates temporary directory.Andrew Butcher
2016-08-08Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson
1.3 / 3.3 Upgrades
2016-08-08Merge pull request #2267 from Jmainguy/build_md_liesScott Dodson
BUILD.md lies
2016-08-08Move storage includes up to main.Andrew Butcher
2016-08-08Support gathering ansible 2.1/2.2 system factsAndrew Butcher
2016-08-08Try/except urlparse calls.Andrew Butcher
2016-08-08with_fileglob no longer supports wildcard prefixes.Andrew Butcher
2016-08-08BUILD.md liesJonathan Mainguy
2016-08-08Migrate ca.crt to ca-bundle.crtScott Dodson
2016-08-08Upgrade configs for protobuf support.Devan Goodwin
2016-08-08Fixed a bug in modify_yaml module.Devan Goodwin
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.
2016-08-08Merge pull request #2266 from abutcher/v2-callbacksAndrew Butcher
Convert ansible facts callback to v2.
2016-08-08make the improved log formatter work with ansible 2.1Rich Megginson
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.
2016-08-08Convert ansible facts callback to v2.Andrew Butcher
2016-08-08Automatic commit of package [openshift-ansible] release [3.3.8-1].Troy Dawson
2016-08-08Merge pull request #2265 from jmferrer/masterScott Dodson
Fix little mistake in openshift_master_htpasswd_users value .
2016-08-08Fix little mistake in openshift_master_htpasswd_users value .jmferrer
2016-08-05Automatic commit of package [openshift-ansible] release [3.3.7-1].Troy Dawson
2016-08-05Merge pull request #2260 from abutcher/new-master-lbScott Dodson
Bug 1347650 - New master isn't added to haproxy.cfg file of LB when scaling masters
2016-08-05Merge pull request #2259 from abutcher/fix-ca-checkScott Dodson
Correct openshift ca missing check
2016-08-04Call relocated openshift-loadbalancer playbook in master scaleup.Andrew Butcher
2016-08-04[openshift_ca] correct check for missing CA.Andrew Butcher
2016-08-04Merge pull request #2257 from smunilla/ose_rename_to_oscpScott Dodson
a-o-i: Rename OSE in Install Menu
2016-08-04a-o-i: Rename OSE in Install MenuSamuel Munilla
Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu.
2016-08-03Merge pull request #2255 from abutcher/hosted-knobsScott Dodson
Add knobs for disabling router/registry management.
2016-08-03Merge pull request #2238 from sdodson/no-network-pluginAndrew Butcher
Don't set a networkPluginName in 3.3 installs
2016-08-03Merge pull request #2254 from smunilla/arbitrary_deployment_varsScott Dodson
a-o-i: Allow Arbitrary Deployment Variables
2016-08-03a-o-i: Allow Arbitrary Deployment VariablesSamuel Munilla
This allows for arbitrary ansible variables to be set under the 'deployment' header of the installer config file.
2016-08-03Add knobs for disabling router/registry management.Andrew Butcher
2016-08-03Merge pull request #2049 from abutcher/named-certificatesScott Dodson
Named CA Certificates
2016-08-03Merge pull request #2252 from abutcher/etcd-imageScott Dodson
Restore missing etcd_image fact.
2016-08-03Restore missing etcd_image fact.Andrew Butcher
2016-08-03Automatic commit of package [openshift-ansible] release [3.3.6-1].Troy Dawson
2016-08-03Merge pull request #2243 from smunilla/BZ1359427Scott Dodson
a-o-i: Fix broken uninstall
2016-08-02Merge pull request #2250 from abutcher/hosted-nodesScott Dodson
Rename router and registry node list variables.