summaryrefslogtreecommitdiffstats
path: root/roles/openshift_sanitize_inventory/tasks/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix vsphere sanitizationScott Dodson2018-02-011-7/+7
|
* Set a default for required vsphere variableScott Dodson2018-02-011-0/+14
| | | | Check for required variables in sanitize inventory
* Remove references to deployment_typeMichael Gugino2017-12-211-26/+0
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* Include Deprecation - Init Playbook PathsRussell Teague2017-11-161-2/+2
|
* Ensure install and remove are mutually exclusive viaScott Dodson2017-11-021-0/+18
| | | | openshift_sanitize_inventory
* Correct openshift_release regular expressionRussell Teague2017-10-261-1/+1
| | | | | | | | | | Match only versions like: 3.7 3.7.0 3.7.0.0 Avoids matches like: 3.7.0.0.0.0
* Merge pull request #5830 from abutcher/registry-deploymentOpenShift Merge Robot2017-10-251-0/+2
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Ensure deployment_subtype is set within openshift_sanitize_inventory. https://bugzilla.redhat.com/show_bug.cgi?id=1504021
| * Ensure deployment_subtype is set within openshift_sanitize_inventory.Andrew Butcher2017-10-201-0/+2
| |
* | Adding pre check to verify clusterid is set along with cloudprovider when ↵Kenny Woodson2017-10-161-0/+13
|/ | | | performing upgrade.
* Merge pull request #5176 from ewolinetz/deprecate_log_met_varsOpenShift Merge Robot2017-09-221-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue Creating structure to warn for use of deprecated variables and set th… …em in a single location before they are no longer honored Implementation of https://trello.com/c/XKOGHSkP/460-3-deprecate-openshifthostedloggingmetrics-installer-variables Tried to implement this in a way such that we can easily and cleanly add/remove variables in the future for any role we choose. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1449812 https://bugzilla.redhat.com/show_bug.cgi?id=1464349
| * Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz2017-09-201-0/+4
| | | | | | | | single location before they are no longer honored
* | Set network facts using first master's config during scaleup.Andrew Butcher2017-09-201-21/+0
|/
* testing: Skip net vars on integration testsSteve Milner2017-09-151-1/+6
| | | | Signed-off-by: Steve Milner <smilner@redhat.com>
* openshift_sanitize_inventory: Check for required varsSteve Milner2017-09-151-0/+16
| | | | | | | | | Moved the checks for osm_cluster_network_cidr, osm_host_subnet_length, openshift_portal_net from upgrade to openshift_sanitize_inventory as we now consider it a required variable for install, updrade, or scale up. Signed-off-by: Steve Milner <smilner@redhat.com>
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-301-0/+4
|
* openshift_sanitize_inventory: disallow conflicting deployment typesLuke Meyer2017-04-101-0/+13
|
* openshift_sanitize_inventory: validate releaseLuke Meyer2017-04-051-7/+14
| | | | | Complain early if those wacky users use wacky values for openshift_release.
* validate and normalize inventory variablesLuke Meyer2017-03-291-0/+28
In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.