summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/rhel_subscribe.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to deployment_typeMichael Gugino2017-12-211-1/+1
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Fix rhel_subscribe booleanMichael Gugino2017-12-151-2/+2
| | | | | | | This commit fixes a variable name to it's correct name used in a when condition. Also makes use of 'is defined' consistent.
* Move repo and subscribe to prerequisitesMichael Gugino2017-12-141-1/+2
| | | | | This commit refactors some steps in rhel subscribe and moves repos.yml from init/main to prerequisites.
* Include Deprecation: Convert to import_playbookRussell Teague2017-12-071-1/+1
|
* Playbook Consolidation - InitializationRussell Teague2017-11-151-5/+2
|
* Remove oo_option facts.Andrew Butcher2017-09-291-1/+1
|
* Cleanup old deployment typesMichael Gugino2017-09-201-6/+6
| | | | | | | | | | | Previously, openshift-ansible supported various types of deployments using the variable "openshift_deployment_type" Currently, openshift-ansible only supports two deployment types, "origin" and "openshift-enterprise". This commit removes all logic and references to deprecated deployment types.
* Temporarily revert to OSEv3 host group usageRussell Teague2017-05-091-1/+2
|
* Merge pull request #4045 from kwoodson/normalize_groupsOpenShift Bot2017-05-021-1/+1
|\ | | | | Merged by openshift-bot
| * Normalizing groups.Kenny Woodson2017-05-011-1/+1
| |
* | Remove std_include from playbooks/byo/rhel_subscribe.ymlAndrew Butcher2017-05-011-4/+0
|/
* Refactor initialize groups tasksRussell Teague2017-04-121-0/+4
| | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* validate and normalize inventory variablesLuke Meyer2017-03-291-2/+0
| | | | | | | | | | 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.
* Fix RHEL Subscribe std_include pathTim Bielawa2017-02-061-1/+1
| | | | Closes #3268
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-23/+1
|
* Adding names to plays and standardizingRussell Teague2017-01-271-4/+11
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-2/+4
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* YAML LintingRussell Teague2016-12-121-3/+3
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Run rhel_subscribe on l_oo_all_hosts rather than allScott Dodson2016-06-021-1/+1
|
* Fix for ansible v2Scott Dodson2016-05-171-3/+17
|
* Fix rhel_subscribeScott Dodson2016-05-171-0/+4
|
* Add missing atomic- and openshift-enterprisePep Turró Mauri2016-02-091-1/+1
| | | | | | Some checks related to *enterprise deployments were still only looking for "enterprise" deployment_type. Update them to cover also atomic-enterprise and openshift-enterprise deployment types.
* Use deployment_type, not openshift_deployment_typePep Turró Mauri2015-08-031-2/+2
| | | | This seems to be what's used in other places
* Move rhel_subscribe tasks to its own playbookPep Turró Mauri2015-08-031-0/+12
Allows reuse out of vagrant, e.g. to subscribe systems by its own