summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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.
* quick installer testsSamuel Munilla2015-12-161-0/+19
| | | | Add test for not displaying HA hints for 3.0 installs
* 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.
* atomic-openshift-installer: Error handling on yaml loadingSamuel Munilla2015-12-081-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 factsBrenton Leanhardt2015-12-081-1/+1
|
* Bug 1287977 - Incorrect check output from atomic-openshift-installer when ↵Brenton Leanhardt2015-12-082-2/+65
| | | | working with preconfigured load balancer
* Merge pull request #966 from maxamillion/fedoraWesley Hearn2015-12-021-1/+8
|\ | | | | Fedora changes:
| * Fedora changes:Adam Miller2015-12-021-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* | Centralize etcd/schedulability logic for each host.Devan Goodwin2015-12-013-19/+37
| |
* | 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
| |
* | Cleanup more schedulable typos.Devan Goodwin2015-12-012-3/+3
| |
* | Merge branch 'master' into loadbalanced-2Devan Goodwin2015-12-013-10/+10
|\ \ | |/
| * Fixing 'unscheduleable' typoBrenton Leanhardt2015-11-303-16/+16
| |
* | 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-302-23/+12
| |
* | Adjust requirement for 3 masters for HA deployments.Devan Goodwin2015-11-303-26/+112
| | | | | | | | | | | | | | | | | | 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
| |