summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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-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-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-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-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-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-10a-o-i: Restrict installed host checkSamuel Munilla
Restrict installed host check to only masters and nodes.
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-09move ansible_ssh_user to deployment, remove ansible_config and ansible_log_pathGan Huang
2016-08-09Labeling nodes onlyGan Huang
2016-08-08Convert ansible facts callback to v2.Andrew Butcher
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-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-02a-o-i: Fix broken uninstallSamuel Munilla
The uninstall method was looking for the host list according to the old quick-installer config file format. Updated to match the new arbitrary yaml config format. Fixes BZ#1359427
2016-07-31add 3.3 to installerRich Megginson
2016-07-30a-o-i: Remove AEP, OSE 3.0, and OSE 3.2 choicesSamuel Munilla
Remove the option to select unsupported versions in the quick installer. Fixes BZ#1358101
2016-07-29a-o-i: Better inventory group handlingSamuel Munilla
A more dynamic and flexible method of writing out host groups to the ansible inventory file. To accompany this, in the quick-installer interactive mode the etcd role is automatically applied to any masters. Anyone hand writing the quick installer config will now have to explicitly specify which hosts will be etcd. Fixes #2200
2016-07-28a-o-i: Set roles on standalone storageSamuel Munilla
Sets the roles appropriately when using a standalone storage host. Fixes BZ#1353152
2016-07-27Disable too many branches pylintScott Dodson
2016-07-27a-o-i: write missing openshift_node_labelsdkorn
2016-07-27Merge pull request #2228 from smunilla/arbitrary_host_varsScott Dodson
a-o-i: Support for arbitrary host-level variables
2016-07-27a-o-i: Support for arbitrary host-level variablesSamuel Munilla
This allows the user to set a block containing any variables they want to set per-host instead of per-role.
2016-07-27a-o-i: Move inventory vars to the correct locationSamuel Munilla
Several variables such as 'deployment_type' and 'ansible_config' were being set under a variable group for the last defined role instead of under OSEv3:vars.
2016-07-21a-o-i: Persist Roles VariablesSamuel Munilla
Previously, we we're saving the roles variables set during a run.
2016-07-20Merge pull request #2170 from smunilla/unattended_required_factsScott Dodson
a-o-i: Looser facts requirements for unattended
2016-07-20a-o-i: Write Role variable groupsSamuel Munilla
Correct an error in the way we're writing out the variable group tags for host roles.
2016-07-18a-o-i: Looser facts requirements for unattendedSamuel Munilla
Loosen the facts requirements for unattended installs to allow the user to install with only 'connect_to' defined.
2016-07-18Arbitrary Installer yamlSamuel Munilla
Initial build of new, more flexible installer config file format.
2016-07-15Fix quick install 3.2 upgrade path.Devan Goodwin
2016-07-14Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-07-13Remove too recent pylint option keys.Devan Goodwin
2016-07-13pylint fixesDevan Goodwin
2016-07-08Update quick upgrade to remove unsupported options.Devan Goodwin
Upgrade mappings can now optionally support an upgrade to latest minor version, and an upgrade to next major version. Dropped the "minor_version" as it is already defined by the mapping key. For 3.2 the minor upgrade playbook is the same as the major.
2016-07-06Remove Origin 1.1 as an optionSamuel Munilla
2016-06-23a-o-i: Add Origin 1.2 InstallsSamuel Munilla
Add Origin 1.2 as one of the available installation options.
2016-06-23a-o-i: Add support for installing OpenShift OriginSamuel Munilla
Allow the user to specify origin install in unattended mode.s
2016-05-16a-o-i: No proxy questions for 3.0/3.1Samuel Munilla
Global proxies were not supported until 3.2 so if a lesser version is specified then we don't need to ask for it.
2016-05-10a-o-i: Write proxy variablesSamuel Munilla
Write the proper variables for http(s) and proxy excludes to the ansible inventory.
2016-04-28a-o-i: More friendly proxy questionsSamuel Munilla
Some UI improvements to help make it more clear to the user what information we are looking for.
2016-04-27a-o-i-: Allow empty proxySamuel Munilla