Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a-o-i: Persist Roles Variables | Samuel Munilla | 2016-07-21 | 1 | -0/+3 |
| | | | | Previously, we we're saving the roles variables set during a run. | ||||
* | Merge pull request #2170 from smunilla/unattended_required_facts | Scott Dodson | 2016-07-20 | 1 | -8/+1 |
|\ | | | | | a-o-i: Looser facts requirements for unattended | ||||
| * | a-o-i: Looser facts requirements for unattended | Samuel Munilla | 2016-07-18 | 1 | -8/+1 |
| | | | | | | | | | | Loosen the facts requirements for unattended installs to allow the user to install with only 'connect_to' defined. | ||||
* | | a-o-i: Write Role variable groups | Samuel Munilla | 2016-07-20 | 1 | -1/+2 |
|/ | | | | | Correct an error in the way we're writing out the variable group tags for host roles. | ||||
* | Arbitrary Installer yaml | Samuel Munilla | 2016-07-18 | 3 | -134/+289 |
| | | | | Initial build of new, more flexible installer config file format. | ||||
* | Fix quick install 3.2 upgrade path. | Devan Goodwin | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into upgrade33 | Devan Goodwin | 2016-07-14 | 1 | -4/+10 |
|\ | |||||
| * | Remove Origin 1.1 as an option | Samuel Munilla | 2016-07-06 | 1 | -1/+0 |
| | | |||||
| * | a-o-i: Add Origin 1.2 Installs | Samuel Munilla | 2016-06-23 | 1 | -0/+1 |
| | | | | | | | | Add Origin 1.2 as one of the available installation options. | ||||
| * | a-o-i: Add support for installing OpenShift Origin | Samuel Munilla | 2016-06-23 | 1 | -4/+10 |
| | | | | | | | | Allow the user to specify origin install in unattended mode.s | ||||
* | | Remove too recent pylint option keys. | Devan Goodwin | 2016-07-13 | 1 | -1/+0 |
| | | |||||
* | | pylint fixes | Devan Goodwin | 2016-07-13 | 1 | -10/+9 |
| | | |||||
* | | Update quick upgrade to remove unsupported options. | Devan Goodwin | 2016-07-08 | 1 | -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.1 | Samuel Munilla | 2016-05-16 | 1 | -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 variables | Samuel Munilla | 2016-05-10 | 1 | -0/+10 |
| | | | | Write the proper variables for http(s) and proxy excludes to the ansible inventory. | ||||
* | a-o-i: More friendly proxy questions | Samuel Munilla | 2016-04-28 | 1 | -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 proxy | Samuel Munilla | 2016-04-27 | 1 | -3/+7 |
| | |||||
* | Merge pull request #1765 from smunilla/proxy_ui | Jason DeTiberus | 2016-04-26 | 3 | -1/+29 |
|\ | | | | | a-o-i: UI additions for proxies | ||||
| * | a-o-i: Update prompt when asking for proxy | Samuel Munilla | 2016-04-19 | 1 | -0/+11 |
| | | |||||
| * | a-o-i: UI additions for proxies | Samuel Munilla | 2016-04-18 | 3 | -1/+18 |
| | | |||||
* | | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 1 | -2/+2 |
| | | |||||
* | | a-o-i: Correct bug with default storage host | Samuel Munilla | 2016-04-21 | 1 | -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 master | Samuel Munilla | 2016-04-18 | 1 | -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 | ||||
* | 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 |
| | |