summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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: Write proxy variablesSamuel Munilla2016-05-101-0/+10
| | | | Write the proper variables for http(s) and proxy excludes to the ansible inventory.
* a-o-i: More friendly proxy questionsSamuel Munilla2016-04-282-9/+16
| | | | | 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
|
* a-o-i tests: Update attended tests for proxySamuel Munilla2016-04-261-0/+2
| | | | Update the input to account for the new questions around proxies.
* Merge pull request #1765 from smunilla/proxy_uiJason DeTiberus2016-04-263-1/+29
|\ | | | | 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-183-1/+18
| |
* | Replace deprecated sudo with become.Andrew Butcher2016-04-251-2/+2
| |
* | 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-182-14/+38
|/ | | | | | | 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
* a-o-i: Support openshift_image_tagSamuel Munilla2016-04-081-1/+3
| | | | | | Somewhat hacky solution to let users install containerized 3.1. A more flexible version will be forthcoming once we settle tagging issues.
* Merge pull request #1654 from dgoodwin/gen-inventoryBrenton Leanhardt2016-04-055-49/+134
|\ | | | | Add --gen-inventory command to atomic-openshift-installer.
| * Write inventory to same directory as quick install config.Devan Goodwin2016-03-243-11/+11
| | | | | | | | | | | | 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.
| * Add --gen-inventory command to atomic-openshift-installer.Devan Goodwin2016-03-244-39/+124
| | | | | | | | | | | | | | | | 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-234-26/+32
| | |
* | | 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.
* | Updating the docker registry variables to use the new nameBrenton Leanhardt2016-03-141-2/+2
| |
* | a-o-i: Fix NFS storage testsSamuel Munilla2016-03-094-20/+65
| | | | | | | | Fix the nosetests after the rebase
* | First attempt at NFS setupSamuel Munilla2016-03-093-8/+65
|/
* a-o-i: Rename osm_default_subdomainSamuel Munilla2016-02-261-1/+1
| | | | | Rename osm_default_subdomain to openshift_master_default_subdomain to match PR1495.
* Merge pull request #1487 from brenton/masterBrenton Leanhardt2016-02-241-3/+6
|\ | | | | a-o-i: Better method for identifying master_lb
| * 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.
* | Merge pull request #1480 from brenton/masterBrenton Leanhardt2016-02-231-1/+1
|\ \ | |/ | | a-o-i: Exception checking around master_lb
| * a-o-i: Exception checking around master_lbSamuel Munilla2016-02-231-1/+1
| | | | | | | | Some additional error checking when selecting the master_lb
* | Merge pull request #1337 from abutcher/master-scaleupBrenton Leanhardt2016-02-221-1/+1
|\ \ | |/ |/| Support for adding new masters
| * Re-arrange scaleup playbooks.Andrew Butcher2016-02-161-1/+1
| |
* | 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-193-11/+20
|\ \ | | | | | | a-o-i: pylint fixes related to too-long lines
| * | a-o-i: pylint fixes related to too-long linesSamuel Munilla2016-02-163-11/+20
| |/
* | Merge pull request #1425 from smunilla/BZ1308440Brenton Leanhardt2016-02-171-1/+1
|\ \ | |/ |/| a-o-i: Change method for counting master_lb as installed
| * a-o-i: Change method for counting master_lb as installedSamuel Munilla2016-02-171-1/+1
| |
* | Merge pull request #1399 from smunilla/BZ1308440Brenton Leanhardt2016-02-151-4/+8
|\ \ | |/ | | a-o-i: Count nativeha hosts as "installed" for scaleup
| * a-o-i: Count nativeha hosts as "installed" for scaleupSamuel Munilla2016-02-151-4/+8
| |
* | a-o-i: Add master_routingconfig_subdomain to PERSIST_SETTINGSSamuel Munilla2016-02-151-0/+1
|/ | | | Fix for BZ1308313
* a-o-i: Prompts to allow minor upgradesSamuel Munilla2016-02-122-10/+32
| | | | | Updates to the upgrade command to allow the user to select a minor upgrade.
* aoi: Safer check for master_routingconfig_subdomainSamuel Munilla2016-02-041-1/+1
|
* aoi: Ask for osm_default_subdomain in interactive modeSamuel Munilla2016-02-024-1/+21
| | | | Add a question to ask the user for a default subdomain.
* Merge pull request #1199 from smunilla/no_containerized_for_3.0Brenton Leanhardt2016-01-181-8/+7
|\ | | | | atomic-openshift-installer: Remove containerized install for 3.0
| * 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: add containerized to inventorySamuel Munilla2016-01-181-0/+2
|/ | | | | Updates to actually check the containerized setting and add it to the inventory.
* 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 #1169 from abutcher/fix-rpm-container-testsBrenton Leanhardt2016-01-122-24/+34
|\ | | | | Add is_containerized inputs to nosetests.
| * Add is_containerized inputs to nosetests.Andrew Butcher2016-01-122-24/+34
| |
* | Merge pull request #1143 from smunilla/new_nodesBrenton Leanhardt2016-01-123-5/+21
|\ \ | |/ |/| atomic-openshift-installer: Populate new_nodes group
| * atomic-openshift-installer: Populate new_nodes groupSamuel Munilla2016-01-083-5/+21
| | | | | | | | Set the new_nodes group when scaling up additional nodes