| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Global proxies were not supported until 3.2 so if a
lesser version is specified then we don't need to
ask for it.
|
|
|
|
| |
Write the proper variables for http(s) and proxy excludes to the ansible inventory.
|
|
|
|
|
| |
Some UI improvements to help make it more clear to the user what information we
are looking for.
|
| |
|
|
|
|
| |
Update the input to account for the new questions around proxies.
|
|\
| |
| | |
a-o-i: UI additions for proxies
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix issue with assigning the Host object to a variable that expects a string.
|
|/
|
|
|
|
|
| |
Always prompt the user for a storage host. The prompt defaults to the first master and warns the
user not to use a container-based installation for this.
WIP
|
|
|
|
|
|
| |
Somewhat hacky solution to let users install containerized 3.1.
A more flexible version will be forthcoming once we settle tagging
issues.
|
|\
| |
| | |
Add --gen-inventory command to atomic-openshift-installer.
|
| |
| |
| |
| |
| |
| | |
With the addition of a --gen-inventory flag and always displaying the location
of the inventory written to disk, we should write the hosts file to a more
prominent location rather than a hidden directory.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This will just generate the Ansible inventory once all information is gathered,
inform the user where to find it, and exit.
Includes some test utility updates to make what broke as a result of this
change less fragile.
|
|\ \
| | |
| | | |
a-o-i: Error out early if callback_facts is None
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bail out much earlier if for some reason callback_facts does not
return any data. This should prevent later methods from generating
stack traces.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds the ability to perform upgrades without any user input through:
atomic-openshift-installer --unattended upgrade --next-major
or
atomic-openshift-installer --unattended upgrade --latest-minor
|
| |/
|/|
| |
| | |
Change the upgrade logic to allow for more than two types of upgrades.
|
| | |
|
| |
| |
| |
| | |
Fix the nosetests after the rebase
|
|/ |
|
|
|
|
|
| |
Rename osm_default_subdomain to openshift_master_default_subdomain to
match PR1495.
|
|\
| |
| | |
a-o-i: Better method for identifying master_lb
|
| | |
|
| |
| |
| |
| |
| |
| | |
The previous check was less than reliable thanks to
potential differences between hostname / ip / connect_to.
This check should cover all instances.
|
|\|
| |
| | |
a-o-i: Exception checking around master_lb
|
| |
| |
| |
| | |
Some additional error checking when selecting the master_lb
|
|\ \
| |/
|/| |
Support for adding new masters
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
After much research and debugging, it turns out the facts
for nativeha hosts were much less consistent than I hoped.
With this newfound knowledge, I've implemented this method.
In short, you check with the first master to see what it thinks
the master_lb is, then you include that host as "installed".
|
|\ \
| | |
| | | |
a-o-i: pylint fixes related to too-long lines
|
| |/ |
|
|\ \
| |/
|/| |
a-o-i: Change method for counting master_lb as installed
|
| | |
|
|\|
| |
| | |
a-o-i: Count nativeha hosts as "installed" for scaleup
|
| | |
|
|/
|
|
| |
Fix for BZ1308313
|
|
|
|
|
| |
Updates to the upgrade command to allow the user to select a minor
upgrade.
|
| |
|
|
|
|
| |
Add a question to ask the user for a default subdomain.
|
|\
| |
| | |
atomic-openshift-installer: Remove containerized install for 3.0
|
| |
| |
| |
| |
| | |
This removes the option to specify a containerized install when
installing 3.0 in interactive mode.
|
|/
|
|
|
| |
Updates to actually check the containerized setting and add it
to the inventory.
|
|
|
|
|
|
|
|
| |
Fix error handling for invalid hostnames. Previously we were trying to print
the offending hostname out, which caused errors due to python's handling
of unicode strings. Seeing as how the user's input stays on the screen
directly above the error there is no need to try and print it and we can
avoid this problem entirely.
|
|\
| |
| | |
Add is_containerized inputs to nosetests.
|
| | |
|
|\ \
| |/
|/| |
atomic-openshift-installer: Populate new_nodes group
|