summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-24don't set virt_sandbox_use_nfs on Fedora, it was replaced by virt_use_nfsAdam Miller
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2016-08-24Merge pull request #2353 from maxamillion/fedoraJason DeTiberus
don't gather facts when bootstrapping ansible for Fedora hosts
2016-08-24Merge pull request #2354 from abutcher/ca-rtScott Dodson
Correct masterCA config typo
2016-08-24Correct masterCA config typo.Andrew Butcher
2016-08-24don't gather facts when bootstrapping ansible for Fedora hostsAdam Miller
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2016-08-24Merge pull request #2351 from dgoodwin/plugin-order-override-2Scott Dodson
Fix upgrade failure when master-config does not have pluginOrderOverride.
2016-08-24Fix upgrade failure when master-config does not have pluginOrderOverride.Devan Goodwin
2016-08-23Automatic commit of package [openshift-ansible] release [3.3.14-1].Scott Dodson
2016-08-23Merge pull request #2334 from smunilla/BZ1358951Scott Dodson
Bug 1358951 - Error loading config, no such key: 'deployment' when using ing previously valid answers file
2016-08-23Merge pull request #2333 from smunilla/fix_ssh_questionScott Dodson
a-o-i: Fix ansible_ssh_user question
2016-08-23Merge pull request #2339 from dgoodwin/plugin-order-warningScott Dodson
Add warning at end of 3.3 upgrade if pluginOrderOverride is found.
2016-08-23a-o-i: Fix ansible_ssh_user questionSamuel Munilla
Since we moved 'ansible_ssh_user' under 'deployment', we need to update the criteria for when to ask the user to reenter that information.
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-22Add warning at end of 3.3 upgrade if pluginOrderOverride is found.Devan Goodwin
2016-08-22Merge pull request #2336 from sdodson/etcd-uninstallScott Dodson
Fix etcd uninstall
2016-08-19a-o-i: Remove Legacy Config UpgradeSamuel Munilla
Remove the automatic upgrade of the 3.0 configuration file format and add some better error messaging that points the user at the docs.
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-19Bug 1358951 - Error loading config, no such key: 'deployment' when using ↵Samuel Munilla
previously valid answers file Update the quick installer to automatically convert from the old config file format to the new format.
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…