summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* | Convert ansible facts callback to v2.Andrew Butcher2016-08-082-24/+30
| |
* | a-o-i: Rename OSE in Install MenuSamuel Munilla2016-08-041-1/+1
| | | | | | | | Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu.
* | a-o-i: Allow Arbitrary Deployment VariablesSamuel Munilla2016-08-031-13/+11
| | | | | | | | | | This allows for arbitrary ansible variables to be set under the 'deployment' header of the installer config file.
* | a-o-i: Fix broken uninstallSamuel Munilla2016-08-022-5/+9
| | | | | | | | | | | | | | | | The uninstall method was looking for the host list according to the old quick-installer config file format. Updated to match the new arbitrary yaml config format. Fixes BZ#1359427
* | a-o-i: Remove AEP, OSE 3.0, and OSE 3.2 choicesSamuel Munilla2016-07-302-34/+5
|/ | | | | | Remove the option to select unsupported versions in the quick installer. Fixes BZ#1358101
* a-o-i: Better inventory group handlingSamuel Munilla2016-07-293-72/+49
| | | | | | | | | | A more dynamic and flexible method of writing out host groups to the ansible inventory file. To accompany this, in the quick-installer interactive mode the etcd role is automatically applied to any masters. Anyone hand writing the quick installer config will now have to explicitly specify which hosts will be etcd. Fixes #2200
* a-o-i: Set roles on standalone storageSamuel Munilla2016-07-281-3/+1
| | | | | | Sets the roles appropriately when using a standalone storage host. Fixes BZ#1353152
* Disable too many branches pylintScott Dodson2016-07-271-0/+1
|
* a-o-i: write missing openshift_node_labelsdkorn2016-07-271-0/+2
|
* Merge pull request #2228 from smunilla/arbitrary_host_varsScott Dodson2016-07-272-1/+8
|\ | | | | a-o-i: Support for arbitrary host-level variables
| * a-o-i: Support for arbitrary host-level variablesSamuel Munilla2016-07-272-1/+8
| | | | | | | | | | This allows the user to set a block containing any variables they want to set per-host instead of per-role.
* | a-o-i: Move inventory vars to the correct locationSamuel Munilla2016-07-271-16/+18
|/ | | | | | Several variables such as 'deployment_type' and 'ansible_config' were being set under a variable group for the last defined role instead of under OSEv3:vars.
* a-o-i: Persist Roles VariablesSamuel Munilla2016-07-211-0/+3
| | | | Previously, we we're saving the roles variables set during a run.
* Merge pull request #2170 from smunilla/unattended_required_factsScott Dodson2016-07-201-8/+1
|\ | | | | a-o-i: Looser facts requirements for unattended
| * a-o-i: Looser facts requirements for unattendedSamuel Munilla2016-07-181-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 groupsSamuel Munilla2016-07-201-1/+2
|/ | | | | Correct an error in the way we're writing out the variable group tags for host roles.
* Arbitrary Installer yamlSamuel Munilla2016-07-186-460/+666
| | | | Initial build of new, more flexible installer config file format.
* Fix quick install 3.2 upgrade path.Devan Goodwin2016-07-151-2/+2
|
* Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-4/+10
|\
| * Remove Origin 1.1 as an optionSamuel Munilla2016-07-061-1/+0
| |
| * a-o-i: Add Origin 1.2 InstallsSamuel Munilla2016-06-231-0/+1
| | | | | | | | Add Origin 1.2 as one of the available installation options.
| * a-o-i: Add support for installing OpenShift OriginSamuel Munilla2016-06-231-4/+10
| | | | | | | | Allow the user to specify origin install in unattended mode.s
* | Remove too recent pylint option keys.Devan Goodwin2016-07-131-1/+0
| |
* | 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: 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