| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Previously, the messaging around setting cluster_hostname
for single master setups was confusing. This should help with
that as well as removing unecessary values from the cfg file.
|
|\
| |
| | |
a-o-i: Separate install and scaleup workflows
|
| |
| |
| |
| |
| |
| |
| | |
In order to simplify the quick installer logic, this moves
the scaleup workflow into its own subcommand.
Fixes: Bug 1339621
|
|/ |
|
|
|
|
|
|
|
| |
Update to use the correct playbook for 3.2 to 3.3 upgrades
and some error handling for unsupported upgrades.
Fixes Bug 1381411
|
| |
|
|
|
|
|
|
|
| |
If uninstalled hosts were in detected in an environment,
the installer could get into a hung state that a user
could not easily recover from. This lets --force do what is
more expected.
|
|
|
|
|
| |
Handle openshift_node_labels separately because they
need to be doublequoted.
|
|
|
|
|
| |
Allow the user to set arbitrary variables directly under the host item instead of
in under an 'other_variables' item.
|
|
|
|
| |
Also, remove the final 'press a key to continue' prompt.
|
| |
|
| |
|
|\
| |
| | |
a-o-i: Do not display version number in quick installer
|
| |
| |
| |
| |
| |
| | |
As we now require the version of the installer to match what will be installed in
the target environment and to avoid any potential confusion, remove the version
number from the variant choice question.
|
|/
|
|
|
|
| |
Make sure we don't set an unschedulable node as infra as that can cause problems.
Fixes: Bug 1375946
|
| |
|
|\
| |
| | |
Fix PyLint errors discovered when upgrading to newer version
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fixes PyLint to run in the virtualenv used for all tests
* Replaced 'LooseVersion' with 'parse_version' from setuptools
- This is a work around for the issue in
https://github.com/PyCQA/pylint/issues/73 in which pylint can not
import disutils.version correctly in a virtualenv.
* Removed the unused function 'delete_hosts' which was causing a
pylint error as well
* Removed a deprecated pylint pragma option, 'bad-builtin'
* Fixed some import ordering issues it was picky about
* Added another disable for a case where the PyLint suggestion would
have us altering the container we would be iterating over
* Add code-coverage reports to the unittests with the MINIMUM coverage
percentage for success set to 70%
- Current test coverage is at 76%
|
| |
| |
| |
| | |
Bump Registry subvariant to the correct version.
|
| | |
|
|/
|
|
| |
Add the Registry deployment subtype as an option in the quick installer.
|
|
|
|
| |
Closes #2363
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
BZ1368296 - quick install with the installer.cfg.yml in other directory failed
|
| | |
|
| |
| |
| |
| |
| | |
* Add python logging
* Add testing system via 'make ci'
|
|/
|
|
| |
Update to also move over variant and variant_version during v1 migration
|
|\
| |
| | |
Bug 1358951 - Error loading config, no such key: 'deployment' when using ing previously valid answers file
|
| |
| |
| |
| |
| | |
Remove the automatic upgrade of the 3.0 configuration file format and add some better error
messaging that points the user at the docs.
|
| |
| |
| |
| |
| |
| |
| | |
previously valid answers file
Update the quick installer to automatically convert from the old config file format to
the new format.
|
|/
|
|
|
| |
Since we moved 'ansible_ssh_user' under 'deployment', we need to update the criteria for when
to ask the user to reenter that information.
|
|\
| |
| | |
Edits to fix to typos, grammar, and product branding in cli_installer
|
| | |
|
| |
| |
| |
| |
| | |
Update the tests to match 3.3 being the only version.
Add support for non-latest if it's specified in the config file.
|
|/
|
|
|
|
| |
when quick install ose-3.3
Remove 3.2 from the install options in 3.3 installer.
|
|\
| |
| | |
a-o-i: Bug1329455, [quick-install] Cannot add new nodes in pre-existing env
|
| | |
|
| |
| |
| |
| | |
Update the playbook mappings for 3.2
|
|\ \
| |/
|/| |
add 3.3 to installer
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Upgrade was looking for the hosts in the old location. Quick fix to get it looking in the
correct location.
Fixes BZ#1357627.
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Restrict installed host check to only masters and nodes.
|
|\ \
| | |
| | | |
a-o-i: Move ansible_ssh_user to deployment
|
| | | |
|