summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-22Fix review commentsManjunath A Kumatagi
2016-08-21Remove duplicate flannel registrationManjunath A Kumatagi
2016-08-17Merge pull request #2314 from sdodson/bz1356823Scott Dodson
Fix padding on registry config
2016-08-17Fix padding on registry configScott Dodson
2016-08-17Automatic commit of package [openshift-ansible] release [3.3.12-1].Troy Dawson
2016-08-17Merge pull request #2303 from tpoitras/typos-cli_installer.pyScott Dodson
Edits to fix to typos, grammar, and product branding in cli_installer
2016-08-17Fixes to typos, grammar, and product branding in cli_installerTimothy Poitras
2016-08-16Merge pull request #2309 from smunilla/fix_nosetests_3.3Scott Dodson
a-o-i: Fix nosetests after removing 3.2 from installer
2016-08-16Merge pull request #2310 from dgoodwin/reconcile-fixScott Dodson
Reconcile roles after master upgrade, but before nodes.
2016-08-16Reconcile roles after master upgrade, but before nodes.Devan Goodwin
Prevents the network egress bug causing node restart to fail during 3.3 upgrade. (even though a separate fix is incoming for this) Only catch is preventing the openshift_cli role, which requires docker, from triggering a potential upgrade, which we still don't want at this point. To avoid we use the same variable to protect docker installed version as we use in pre.yml.
2016-08-16Merge pull request #2220 from jkhelil/fix_key_error_when_ssh_failingScott Dodson
fixing openshift key error in case of node failure during run (ssh is…
2016-08-16a-o-i: Fix nosetests after removing 3.2 from installerSamuel Munilla
Update the tests to match 3.3 being the only version. Add support for non-latest if it's specified in the config file.
2016-08-16Merge pull request #2307 from smunilla/BZ1367323Scott Dodson
Bug 1367323 - the "OpenShift Container Platform 3.2" variant is still listed when quick install ose-3.3
2016-08-16Merge pull request #2306 from smunilla/BZ1367199Scott Dodson
Bug 1367199 - iptablesSyncPeriod should default to 30s OOTB
2016-08-16Bug 1367323 - the "OpenShift Container Platform 3.2" variant is still listed ↵Samuel Munilla
when quick install ose-3.3 Remove 3.2 from the install options in 3.3 installer.
2016-08-16Bug 1367199 - iptablesSyncPeriod should default to 30s OOTBSamuel Munilla
Update the default to thirty seconds.
2016-08-16Merge pull request #2304 from sdodson/image-stream-syncScott Dodson
Image stream sync
2016-08-16Merge pull request #2300 from sdodson/issue1745Scott Dodson
Add additional options to RequestHeaderProvider optional items
2016-08-16Sync remaining contentScott Dodson
2016-08-16XPaas 1.3.3Scott Dodson
2016-08-15Merge pull request #2301 from smunilla/fix_nosetest_scaleupScott Dodson
a-o-i: Fix broken tests from installed hosts check
2016-08-15a-o-i: Fix broken tests from installed hosts checkSamuel Munilla
With the latest changes to behavior around uninstalled hosts during a scaleup, nosetests were broken. This updates the tests to verify that we exit when we are expecting.
2016-08-15Add clientCommonNames to RequestHeaderProvider optional itemsScott Dodson
2016-08-15Merge pull request #2297 from abutcher/bz#1329455Scott Dodson
a-o-i: Bug1329455, [quick-install] Cannot add new nodes in pre-existing env
2016-08-15Merge pull request #2298 from smunilla/BZ1357627Scott Dodson
a-o-i: Mapping for 3.2 Upgrades
2016-08-15a-o-i: Mapping for 3.2 UpgradesSamuel Munilla
Update the playbook mappings for 3.2
2016-08-15Merge pull request #2201 from richm/v1.3Scott Dodson
add 3.3 to installer
2016-08-15a-o-i: fix bz#1329455Gan Huang
2016-08-15Merge pull request #2296 from sdodson/issue2129Scott Dodson
Add nfs group to OSEv3:vars
2016-08-15Add nfs group to OSEv3:varsScott Dodson
Fixes #2129
2016-08-15Automatic commit of package [openshift-ansible] release [3.3.11-1].Troy Dawson
2016-08-12Merge pull request #2291 from abutcher/etcd-userScott Dodson
Bug 1366595 - installer failed at task "Validate permissions on certificate files"
2016-08-12Ensure etcd user exists in etcd_server_certificates by installing etcd.Andrew Butcher
2016-08-12Merge pull request #2290 from smunilla/BZ1357627Scott Dodson
a-o-i: Fix broken upgrades
2016-08-12Automatic commit of package [openshift-ansible] release [3.3.10-1].Troy Dawson
2016-08-12a-o-i: Fix broken upgradesSamuel Munilla
Upgrade was looking for the hosts in the old location. Quick fix to get it looking in the correct location. Fixes BZ#1357627.
2016-08-11Merge pull request #2288 from abutcher/redeploy-mktempScott Dodson
Reference tmpdir from first master hostvars when evacuating nodes.
2016-08-11Reference tmpdir from first master hostvars when evacuating nodes.Andrew Butcher
2016-08-11Merge pull request #2285 from dgoodwin/nuke-images-2Scott Dodson
Improvements for Docker 1.10+ Upgrade Image Nuking
2016-08-11Merge pull request #2286 from smunilla/label_infra_nodesScott Dodson
a-o-i: Automatically Label Nodes as Infra
2016-08-11Merge pull request #1142 from abutcher/new-certs-who-disScott Dodson
Support for redeploying certificates
2016-08-11Support for redeploying certificates.Andrew Butcher
2016-08-11Merge pull request #2287 from deads2k/qps-typoScott Dodson
qps typo
2016-08-11qps typodeads2k
2016-08-11a-o-i: Automatically Label Nodes as InfraSamuel Munilla
In interactive mode, automatically label nodes as infrastructure nodes. Two cases are covered: 1) If all nodes are masters, all hosts are labeled infra 2) If dedicated nodes are defined, the first two (or one) nodes are labeled as infra
2016-08-11Improvements for Docker 1.10+ upgrade image nuking.Devan Goodwin
In a parallel step prior to real upgrade tasks, clear out all unused Docker images on all hosts. This should be relatively safe to interrupt as no real upgrade steps have taken place. Once into actual upgrade, we again clear all images only this time with force, and after stopping and removing all containers. Both rmi commands use a new and hopefully less error prone command to do the removal, this should avoid missed orphans as we were hitting before. Added some logging around the current image count before and after this step, most of them are only printed if we're crossing the 1.10 boundary but one does not, just for additional information in your ansible log.
2016-08-10Merge pull request #2062 from smunilla/BZ1329455Scott Dodson
a-o-i: Restrict installed host check
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