summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-23Merge pull request #2348 from dgoodwin/ded-etcd-fixScott Dodson
Dedicated Etcd Upgrade Fix
2016-08-23Merge pull request #2346 from abutcher/ca-bundleScott Dodson
Link ca to ca-bundle when ca-bundle does not exist.
2016-08-23Don't run node config upgrade hook if host is not a node.Devan Goodwin
2016-08-23Link ca to ca-bundle when ca-bundle does not exist.Andrew Butcher
2016-08-23Better error if no OpenShift RPMs are available.Devan Goodwin
2016-08-23Merge pull request #2344 from openshift/revert-2325-fileglobglobScott Dodson
Revert "Due to problems with with_fileglob lets avoid using it for now"
2016-08-23Revert "Due to problems with with_fileglob lets avoid using it for now"Scott Dodson
2016-08-22Merge pull request #2340 from lhuard1A/ansible_virt_moduleJason DeTiberus
Replace some virsh commands by native virt_XXX ansible module
2016-08-22Replace some virsh commands by native virt_XXX ansible moduleLénaïc Huard
2016-08-22Merge pull request #2336 from sdodson/etcd-uninstallScott Dodson
Fix etcd uninstall
2016-08-19Fix etcd uninstallScott Dodson
2016-08-19Merge pull request #2330 from lhuard1A/open_node_portsJason DeTiberus
Open OpenStack security group for the service node port range
2016-08-19Merge pull request #2329 from lhuard1A/fix_nodeonmasterJason DeTiberus
Fix the “node on master” feature
2016-08-19Merge pull request #2325 from sdodson/fileglobglobScott Dodson
Due to problems with with_fileglob lets avoid using it for now
2016-08-19Merge pull request #2331 from dgoodwin/docker-upgrade-symlinkScott Dodson
Fix standalone Docker upgrade missing symlink.
2016-08-19Fix standalone Docker upgrade missing symlink.Devan Goodwin
2016-08-19Automatic commit of package [openshift-ansible] release [3.3.13-1].Troy Dawson
2016-08-19Open OpenStack security group for the service node port rangeLénaïc Huard
With OpenShift 3.2, creating a service accessible from the outside of the cluster thanks to `nodePort` automatically opens the “local” `iptables` firewall to allow incoming connection on the `nodePort` of the service. In order to benefit from this improvement, the OpenStack security group shouldn’t block those incoming connections. This change opens, on the OS nodes, the port range dedicated to service node ports.
2016-08-19Fix the “node on master” featureLénaïc Huard
What we want to do is to add the master as a node if: * `g_nodeonmaster` is set to true, and * we are not in the case where we want to add new nodes. The second test was done by only checking whether `g_new_node_hosts` was defined. This was wrong because, in all cloud-provider setups, this variable was set with the default value of “empty list” (`[]`). The test has been changed to use the `bool` filter so that it correctly evaluates to false (and hence, effectively add the master as a node) when `g_new_node_hosts` is the empty list.
2016-08-19Merge pull request #2327 from lhuard1A/openstack_ansible_2.1Scott Dodson
Fix warnings in OpenStack provider with ansible 2.1
2016-08-19Fix warnings in OpenStack provider with ansible 2.1Lénaïc Huard
Some expressions now need to be enclosed inside `{{…}}`.
2016-08-18Due to problems with with_fileglob lets avoid using it for nowScott Dodson
2016-08-18Merge pull request #2323 from sdodson/bz1367937Scott Dodson
Mount /sys rw
2016-08-18Mount /sys rwScott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1367937
2016-08-17Merge pull request #2319 from openshift/sdodson-patch-3Scott Dodson
Update uninstall.yml
2016-08-17Update uninstall.ymlScott Dodson
Fixes #2317
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