summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct flannel cert variables.Andrew Butcher2016-08-242-13/+12
|
* Merge pull request #2354 from abutcher/ca-rtScott Dodson2016-08-241-2/+2
|\ | | | | Correct masterCA config typo
| * Correct masterCA config typo.Andrew Butcher2016-08-241-2/+2
| |
* | Merge pull request #2351 from dgoodwin/plugin-order-override-2Scott Dodson2016-08-241-0/+1
|\ \ | | | | | | Fix upgrade failure when master-config does not have pluginOrderOverride.
| * | Fix upgrade failure when master-config does not have pluginOrderOverride.Devan Goodwin2016-08-241-0/+1
|/ /
* | Automatic commit of package [openshift-ansible] release [3.3.14-1].Scott Dodson2016-08-232-2/+25
| |
* | Merge pull request #2334 from smunilla/BZ1358951Scott Dodson2016-08-235-76/+88
|\ \ | | | | | | Bug 1358951 - Error loading config, no such key: 'deployment' when using ing previously valid answers file
| * | a-o-i: Remove Legacy Config UpgradeSamuel Munilla2016-08-194-74/+52
| | | | | | | | | | | | | | | Remove the automatic upgrade of the 3.0 configuration file format and add some better error messaging that points the user at the docs.
| * | Bug 1358951 - Error loading config, no such key: 'deployment' when using ↵Samuel Munilla2016-08-193-3/+37
| | | | | | | | | | | | | | | | | | | | | previously valid answers file Update the quick installer to automatically convert from the old config file format to the new format.
* | | Merge pull request #2333 from smunilla/fix_ssh_questionScott Dodson2016-08-231-5/+4
|\ \ \ | | | | | | | | a-o-i: Fix ansible_ssh_user question
| * | | a-o-i: Fix ansible_ssh_user questionSamuel Munilla2016-08-231-5/+4
| |/ / | | | | | | | | | | | | Since we moved 'ansible_ssh_user' under 'deployment', we need to update the criteria for when to ask the user to reenter that information.
* | | Merge pull request #2339 from dgoodwin/plugin-order-warningScott Dodson2016-08-231-0/+13
|\ \ \ | | | | | | | | Add warning at end of 3.3 upgrade if pluginOrderOverride is found.
| * | | Add warning at end of 3.3 upgrade if pluginOrderOverride is found.Devan Goodwin2016-08-221-0/+13
| | | |
* | | | Merge pull request #2348 from dgoodwin/ded-etcd-fixScott Dodson2016-08-232-1/+5
|\ \ \ \ | |_|_|/ |/| | | Dedicated Etcd Upgrade Fix
| * | | Don't run node config upgrade hook if host is not a node.Devan Goodwin2016-08-231-1/+1
| | | |
| * | | Better error if no OpenShift RPMs are available.Devan Goodwin2016-08-231-0/+4
| | | |
* | | | Merge pull request #2346 from abutcher/ca-bundleScott Dodson2016-08-231-0/+26
|\ \ \ \ | |/ / / |/| | | Link ca to ca-bundle when ca-bundle does not exist.
| * | | Link ca to ca-bundle when ca-bundle does not exist.Andrew Butcher2016-08-231-0/+26
|/ / /
* | | Merge pull request #2344 from openshift/revert-2325-fileglobglobScott Dodson2016-08-233-2/+2
|\ \ \ | | | | | | | | Revert "Due to problems with with_fileglob lets avoid using it for now"
| * | | Revert "Due to problems with with_fileglob lets avoid using it for now"Scott Dodson2016-08-233-2/+2
|/ / /
* | | Merge pull request #2340 from lhuard1A/ansible_virt_moduleJason DeTiberus2016-08-225-41/+34
|\ \ \ | | | | | | | | Replace some virsh commands by native virt_XXX ansible module
| * | | Replace some virsh commands by native virt_XXX ansible moduleLénaïc Huard2016-08-225-41/+34
| | | |
* | | | Merge pull request #2336 from sdodson/etcd-uninstallScott Dodson2016-08-221-1/+4
|\ \ \ \ | |/ / / |/| | | Fix etcd uninstall
| * | | Fix etcd uninstallScott Dodson2016-08-191-1/+4
| | | |
* | | | Merge pull request #2330 from lhuard1A/open_node_portsJason DeTiberus2016-08-194-0/+15
|\ \ \ \ | | | | | | | | | | Open OpenStack security group for the service node port range
| * | | | Open OpenStack security group for the service node port rangeLénaïc Huard2016-08-194-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #2329 from lhuard1A/fix_nodeonmasterJason DeTiberus2016-08-191-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Fix the “node on master” feature
| * | | | Fix the “node on master” featureLénaïc Huard2016-08-191-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #2325 from sdodson/fileglobglobScott Dodson2016-08-193-2/+2
|\ \ \ \ | | | | | | | | | | Due to problems with with_fileglob lets avoid using it for now
| * | | | Due to problems with with_fileglob lets avoid using it for nowScott Dodson2016-08-183-2/+2
| | | | |
* | | | | Merge pull request #2331 from dgoodwin/docker-upgrade-symlinkScott Dodson2016-08-191-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | | Fix standalone Docker upgrade missing symlink.
| * | | Fix standalone Docker upgrade missing symlink.Devan Goodwin2016-08-191-0/+1
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.3.13-1].Troy Dawson2016-08-192-2/+8
| | | |
* | | | Merge pull request #2327 from lhuard1A/openstack_ansible_2.1Scott Dodson2016-08-194-25/+27
|\ \ \ \ | | | | | | | | | | Fix warnings in OpenStack provider with ansible 2.1
| * | | | Fix warnings in OpenStack provider with ansible 2.1Lénaïc Huard2016-08-194-25/+27
| | |_|/ | |/| | | | | | | | | | Some expressions now need to be enclosed inside `{{…}}`.
* | | | Merge pull request #2323 from sdodson/bz1367937Scott Dodson2016-08-181-1/+1
|\ \ \ \ | |/ / / |/| | | Mount /sys rw
| * | | Mount /sys rwScott Dodson2016-08-181-1/+1
| | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1367937
* | | | Merge pull request #2319 from openshift/sdodson-patch-3Scott Dodson2016-08-171-1/+1
|\ \ \ \ | | | | | | | | | | Update uninstall.yml
| * | | | Update uninstall.ymlScott Dodson2016-08-171-1/+1
|/ / / / | | | | | | | | Fixes #2317
* | | | Merge pull request #2314 from sdodson/bz1356823Scott Dodson2016-08-171-1/+1
|\ \ \ \ | | | | | | | | | | Fix padding on registry config
| * | | | Fix padding on registry configScott Dodson2016-08-171-1/+1
| |/ / /
* | | | Automatic commit of package [openshift-ansible] release [3.3.12-1].Troy Dawson2016-08-172-2/+23
| | | |
* | | | Merge pull request #2303 from tpoitras/typos-cli_installer.pyScott Dodson2016-08-172-80/+78
|\ \ \ \ | |/ / / |/| | | Edits to fix to typos, grammar, and product branding in cli_installer
| * | | Fixes to typos, grammar, and product branding in cli_installerTimothy Poitras2016-08-172-80/+78
| | | |
* | | | Merge pull request #2309 from smunilla/fix_nosetests_3.3Scott Dodson2016-08-164-6/+14
|\ \ \ \ | | | | | | | | | | a-o-i: Fix nosetests after removing 3.2 from installer
| * | | | a-o-i: Fix nosetests after removing 3.2 from installerSamuel Munilla2016-08-164-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Update the tests to match 3.3 being the only version. Add support for non-latest if it's specified in the config file.
* | | | | Merge pull request #2310 from dgoodwin/reconcile-fixScott Dodson2016-08-161-43/+46
|\ \ \ \ \ | |_|_|/ / |/| | | | Reconcile roles after master upgrade, but before nodes.
| * | | | Reconcile roles after master upgrade, but before nodes.Devan Goodwin2016-08-161-43/+46
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #2220 from jkhelil/fix_key_error_when_ssh_failingScott Dodson2016-08-163-3/+5
|\ \ \ \ | |/ / / |/| | | fixing openshift key error in case of node failure during run (ssh is…
| * | | fixing openshift key error in case of node failure during run (ssh issue)jawed2016-08-093-3/+5
| | | |