summaryrefslogtreecommitdiffstats
path: root/utils/src/ooinstall/cli_installer.py
Commit message (Collapse)AuthorAgeFilesLines
...
* pylint fixesDevan Goodwin2016-07-131-10/+9
|
* Update quick upgrade to remove unsupported options.Devan Goodwin2016-07-081-23/+44
| | | | | | | | | 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.
* a-o-i: No proxy questions for 3.0/3.1Samuel Munilla2016-05-161-1/+3
| | | | | | Global proxies were not supported until 3.2 so if a lesser version is specified then we don't need to ask for it.
* a-o-i: More friendly proxy questionsSamuel Munilla2016-04-281-9/+15
| | | | | Some UI improvements to help make it more clear to the user what information we are looking for.
* a-o-i-: Allow empty proxySamuel Munilla2016-04-271-3/+7
|
* Merge pull request #1765 from smunilla/proxy_uiJason DeTiberus2016-04-261-0/+25
|\ | | | | a-o-i: UI additions for proxies
| * a-o-i: Update prompt when asking for proxySamuel Munilla2016-04-191-0/+11
| |
| * a-o-i: UI additions for proxiesSamuel Munilla2016-04-181-0/+14
| |
* | a-o-i: Correct bug with default storage hostSamuel Munilla2016-04-211-1/+1
| | | | | | | | Fix issue with assigning the Host object to a variable that expects a string.
* | a-o-i: Don't assume storage on 1st masterSamuel Munilla2016-04-181-5/+9
|/ | | | | | | 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
* Merge pull request #1654 from dgoodwin/gen-inventoryBrenton Leanhardt2016-04-051-4/+16
|\ | | | | Add --gen-inventory command to atomic-openshift-installer.
| * Add --gen-inventory command to atomic-openshift-installer.Devan Goodwin2016-03-241-4/+16
| | | | | | | | | | | | | | | | 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.
* | Merge pull request #1544 from smunilla/BZ1299032Brenton Leanhardt2016-04-011-2/+2
|\ \ | | | | | | a-o-i: Error out early if callback_facts is None
| * | a-o-i: Error out early if callback_facts is NoneSamuel Munilla2016-03-041-2/+2
| | | | | | | | | | | | | | | | | | Bail out much earlier if for some reason callback_facts does not return any data. This should prevent later methods from generating stack traces.
* | | a-o-i: Add 3.2 to list of supported versionsSamuel Munilla2016-03-231-11/+23
| | |
* | | a-o-i: Support for unattended upgradesSamuel Munilla2016-03-231-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | a-o-i: More flexible upgrade mappingsSamuel Munilla2016-03-231-2/+4
| |/ |/| | | | | Change the upgrade logic to allow for more than two types of upgrades.
* | a-o-i: Fix NFS storage testsSamuel Munilla2016-03-091-5/+11
| | | | | | | | Fix the nosetests after the rebase
* | First attempt at NFS setupSamuel Munilla2016-03-091-3/+45
|/
* a-o-i: Double safety check on master_lbSamuel Munilla2016-02-241-2/+3
|
* a-o-i: Better method for identifying master_lbSamuel Munilla2016-02-241-1/+3
| | | | | | 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_lbSamuel Munilla2016-02-231-1/+1
| | | | Some additional error checking when selecting the master_lb
* a-o-i: Redo logic for detecting master_lbSamuel Munilla2016-02-191-8/+17
| | | | | | | | | 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".
* Merge pull request #1411 from smunilla/pylint_16_feb_2016Brenton Leanhardt2016-02-191-5/+8
|\ | | | | a-o-i: pylint fixes related to too-long lines
| * a-o-i: pylint fixes related to too-long linesSamuel Munilla2016-02-161-5/+8
| |
* | a-o-i: Change method for counting master_lb as installedSamuel Munilla2016-02-171-1/+1
|/
* a-o-i: Count nativeha hosts as "installed" for scaleupSamuel Munilla2016-02-151-4/+8
|
* a-o-i: Prompts to allow minor upgradesSamuel Munilla2016-02-121-7/+23
| | | | | Updates to the upgrade command to allow the user to select a minor upgrade.
* aoi: Ask for osm_default_subdomain in interactive modeSamuel Munilla2016-02-021-0/+13
| | | | Add a question to ask the user for a default subdomain.
* atomic-openshift-installer: Remove containerized install for 3.0Samuel Munilla2016-01-181-8/+7
| | | | | This removes the option to specify a containerized install when installing 3.0 in interactive mode.
* atomic-openshift-installer: Error handling for unicode hostnamesSamuel Munilla2016-01-131-3/+1
| | | | | | | | 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.
* Merge pull request #1143 from smunilla/new_nodesBrenton Leanhardt2016-01-121-2/+7
|\ | | | | atomic-openshift-installer: Populate new_nodes group
| * atomic-openshift-installer: Populate new_nodes groupSamuel Munilla2016-01-081-2/+7
| | | | | | | | Set the new_nodes group when scaling up additional nodes
* | re-enable containerize installsScott Dodson2016-01-111-8/+7
|/
* atomic-openshift-installer: Fix broken nosetestSamuel Munilla2015-12-171-1/+1
| | | | This is a fix for the failing test_fresh_install_with_config.
* atomic-openshift-installer: Remove HA hint for 3.0 installSamuel Munilla2015-12-161-10/+10
| | | | | Small update to remove the hint for multiple masters if we are doing a 3.0 installation.
* Improving output when gathering factsBrenton Leanhardt2015-12-081-1/+1
|
* Centralize etcd/schedulability logic for each host.Devan Goodwin2015-12-011-6/+3
|
* Improved installation summary.Devan Goodwin2015-12-011-12/+45
| | | | | | Displays each host and the roles it will play based on the current configuration. As the configuration grows the summary will adapt to indicate embedded vs separte etcd, scheduled vs unscheduled nodes, etc.
* Add warning for HA deployments with < 3 dedicated nodes.Devan Goodwin2015-12-011-8/+12
|
* Merge branch 'master' into loadbalanced-2Devan Goodwin2015-12-011-2/+2
|\
| * Fixing 'unscheduleable' typoBrenton Leanhardt2015-11-301-3/+3
| |
* | Fix bug when warning on no dedicated nodes.Devan Goodwin2015-11-301-3/+2
| |
* | Suggest dedicated nodes for an HA deployment.Devan Goodwin2015-11-301-0/+9
| |
* | Error out if no load balancer specified.Devan Goodwin2015-11-301-14/+10
| |
* | Adjust requirement for 3 masters for HA deployments.Devan Goodwin2015-11-301-8/+33
| | | | | | | | | | | | | | | | | | If only 2 masters are specified, consider this a configuration error if running an unattended install, and prevent it completely if running an attended install. (continues to prompt for hosts until you have at least 3) Because this condition cannot be entered in the interactive install, we can't really write a test for this negative case.
* | Improved output when re-running after editing config.Devan Goodwin2015-11-271-4/+5
| |
* | Print a system summary after adding each.Devan Goodwin2015-11-271-8/+20
| |
* | Text improvements for host specification.Devan Goodwin2015-11-271-7/+19
| |
* | Test unattended HA quick install.Devan Goodwin2015-11-261-8/+15
| | | | | | | | | | Checking behavior when there is no LB specified, and when the user attempts to re-use a master or node as their LB.