Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a-o-i: Support openshift_image_tag | Samuel Munilla | 2016-04-08 | 1 | -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-inventory | Brenton Leanhardt | 2016-04-05 | 3 | -7/+18 |
|\ | | | | | Add --gen-inventory command to atomic-openshift-installer. | ||||
| * | Write inventory to same directory as quick install config. | Devan Goodwin | 2016-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 Goodwin | 2016-03-24 | 2 | -6/+17 |
| | | | | | | | | | | | | | | | | 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/BZ1299032 | Brenton Leanhardt | 2016-04-01 | 1 | -2/+2 |
|\ \ | | | | | | | a-o-i: Error out early if callback_facts is None | ||||
| * | | a-o-i: Error out early if callback_facts is None | Samuel Munilla | 2016-03-04 | 1 | -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 versions | Samuel Munilla | 2016-03-23 | 3 | -24/+29 |
| | | | |||||
* | | | a-o-i: Support for unattended upgrades | Samuel Munilla | 2016-03-23 | 1 | -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 mappings | Samuel Munilla | 2016-03-23 | 1 | -2/+4 |
| |/ |/| | | | | | Change the upgrade logic to allow for more than two types of upgrades. | ||||
* | | Updating the docker registry variables to use the new name | Brenton Leanhardt | 2016-03-14 | 1 | -2/+2 |
| | | |||||
* | | a-o-i: Fix NFS storage tests | Samuel Munilla | 2016-03-09 | 2 | -6/+13 |
| | | | | | | | | Fix the nosetests after the rebase | ||||
* | | First attempt at NFS setup | Samuel Munilla | 2016-03-09 | 3 | -8/+65 |
|/ | |||||
* | a-o-i: Rename osm_default_subdomain | Samuel Munilla | 2016-02-26 | 1 | -1/+1 |
| | | | | | Rename osm_default_subdomain to openshift_master_default_subdomain to match PR1495. | ||||
* | Merge pull request #1487 from brenton/master | Brenton Leanhardt | 2016-02-24 | 1 | -3/+6 |
|\ | | | | | a-o-i: Better method for identifying master_lb | ||||
| * | a-o-i: Double safety check on master_lb | Samuel Munilla | 2016-02-24 | 1 | -2/+3 |
| | | |||||
| * | a-o-i: Better method for identifying master_lb | Samuel Munilla | 2016-02-24 | 1 | -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/master | Brenton Leanhardt | 2016-02-23 | 1 | -1/+1 |
|\| | | | | | a-o-i: Exception checking around master_lb | ||||
| * | a-o-i: Exception checking around master_lb | Samuel Munilla | 2016-02-23 | 1 | -1/+1 |
| | | | | | | | | Some additional error checking when selecting the master_lb | ||||
* | | Merge pull request #1337 from abutcher/master-scaleup | Brenton Leanhardt | 2016-02-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Support for adding new masters | ||||
| * | Re-arrange scaleup playbooks. | Andrew Butcher | 2016-02-16 | 1 | -1/+1 |
| | | |||||
* | | a-o-i: Redo logic for detecting master_lb | Samuel Munilla | 2016-02-19 | 1 | -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_2016 | Brenton Leanhardt | 2016-02-19 | 3 | -11/+20 |
|\ \ | | | | | | | a-o-i: pylint fixes related to too-long lines | ||||
| * | | a-o-i: pylint fixes related to too-long lines | Samuel Munilla | 2016-02-16 | 3 | -11/+20 |
| |/ | |||||
* | | Merge pull request #1425 from smunilla/BZ1308440 | Brenton Leanhardt | 2016-02-17 | 1 | -1/+1 |
|\ \ | |/ |/| | a-o-i: Change method for counting master_lb as installed | ||||
| * | a-o-i: Change method for counting master_lb as installed | Samuel Munilla | 2016-02-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1399 from smunilla/BZ1308440 | Brenton Leanhardt | 2016-02-15 | 1 | -4/+8 |
|\| | | | | | a-o-i: Count nativeha hosts as "installed" for scaleup | ||||
| * | a-o-i: Count nativeha hosts as "installed" for scaleup | Samuel Munilla | 2016-02-15 | 1 | -4/+8 |
| | | |||||
* | | a-o-i: Add master_routingconfig_subdomain to PERSIST_SETTINGS | Samuel Munilla | 2016-02-15 | 1 | -0/+1 |
|/ | | | | Fix for BZ1308313 | ||||
* | a-o-i: Prompts to allow minor upgrades | Samuel Munilla | 2016-02-12 | 2 | -10/+32 |
| | | | | | Updates to the upgrade command to allow the user to select a minor upgrade. | ||||
* | aoi: Safer check for master_routingconfig_subdomain | Samuel Munilla | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | aoi: Ask for osm_default_subdomain in interactive mode | Samuel Munilla | 2016-02-02 | 2 | -0/+16 |
| | | | | Add a question to ask the user for a default subdomain. | ||||
* | Merge pull request #1199 from smunilla/no_containerized_for_3.0 | Brenton Leanhardt | 2016-01-18 | 1 | -8/+7 |
|\ | | | | | atomic-openshift-installer: Remove containerized install for 3.0 | ||||
| * | atomic-openshift-installer: Remove containerized install for 3.0 | Samuel Munilla | 2016-01-18 | 1 | -8/+7 |
| | | | | | | | | | | This removes the option to specify a containerized install when installing 3.0 in interactive mode. | ||||
* | | atomic-openshift-installer: add containerized to inventory | Samuel Munilla | 2016-01-18 | 1 | -0/+2 |
|/ | | | | | Updates to actually check the containerized setting and add it to the inventory. | ||||
* | atomic-openshift-installer: Error handling for unicode hostnames | Samuel Munilla | 2016-01-13 | 1 | -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_nodes | Brenton Leanhardt | 2016-01-12 | 3 | -5/+21 |
|\ | | | | | atomic-openshift-installer: Populate new_nodes group | ||||
| * | atomic-openshift-installer: Populate new_nodes group | Samuel Munilla | 2016-01-08 | 3 | -5/+21 |
| | | | | | | | | Set the new_nodes group when scaling up additional nodes | ||||
* | | re-enable containerize installs | Scott Dodson | 2016-01-11 | 1 | -8/+7 |
|/ | |||||
* | atomic-openshift-installer: Fix broken nosetest | Samuel Munilla | 2015-12-17 | 1 | -1/+1 |
| | | | | This is a fix for the failing test_fresh_install_with_config. | ||||
* | atomic-openshift-installer: Remove HA hint for 3.0 install | Samuel Munilla | 2015-12-16 | 1 | -10/+10 |
| | | | | | Small update to remove the hint for multiple masters if we are doing a 3.0 installation. | ||||
* | atomic-openshift-installer: Error handling on yaml loading | Samuel Munilla | 2015-12-08 | 1 | -3/+9 |
| | | | | | | This addresses the stack trace that has been plaguing recent demos. In the case of an error with callback_facts.yaml the program output is much clearer and a course of action is suggested. | ||||
* | Improving output when gathering facts | Brenton Leanhardt | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Bug 1287977 - Incorrect check output from atomic-openshift-installer when ↵ | Brenton Leanhardt | 2015-12-08 | 1 | -2/+8 |
| | | | | working with preconfigured load balancer | ||||
* | Centralize etcd/schedulability logic for each host. | Devan Goodwin | 2015-12-01 | 3 | -19/+37 |
| | |||||
* | Improved installation summary. | Devan Goodwin | 2015-12-01 | 1 | -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 Goodwin | 2015-12-01 | 1 | -8/+12 |
| | |||||
* | Cleanup more schedulable typos. | Devan Goodwin | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into loadbalanced-2 | Devan Goodwin | 2015-12-01 | 2 | -9/+9 |
|\ | |||||
| * | Fixing 'unscheduleable' typo | Brenton Leanhardt | 2015-11-30 | 2 | -9/+9 |
| | | |||||
* | | Fix bug when warning on no dedicated nodes. | Devan Goodwin | 2015-11-30 | 1 | -3/+2 |
| | |