summaryrefslogtreecommitdiffstats
path: root/roles/openshift_management
Commit message (Collapse)AuthorAgeFilesLines
* Add missing dependencies on openshift_facts roleScott Dodson2017-12-101-0/+1
| | | | | | | All of these roles call the openshift_facts module but didn't include the role in their dependencies which can lead to errors in Ansible 2.4. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1524102
* Cleanup byo referencesRussell Teague2017-12-082-6/+6
|
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-062-7/+7
|
* Allow number of retries in openshift_management to be configurableElad Alfassa2017-12-042-2/+4
|
* Correct usage of include_roleRussell Teague2017-11-271-4/+0
| | | | Switch to import_role for some required roles.
* Merge pull request #5991 from tbielawa/gate_cfmeOpenShift Merge Robot2017-11-042-4/+64
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. management: users must acknowledge use of beta software Adds a new role variable, openshift_management_install_beta. This variable defaults to false. The value of this variable is checked during the validation phase. * If true, the install will not continue. * If false, The user is presented with an informative message letting them know this is beta software and there is low/no support at this time. The installation will abort and instruct the user how to continue.
| * management: enterprise users must acknowledge use of beta softwareTim Bielawa2017-11-032-4/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new role variable, openshift_management_install_beta. This variable defaults to false. The value of this variable is checked during the validation phase for enterprise deployment types. * If true, the install will not continue. * If false, The user is presented with an informative message letting them know this is beta software and there is low/no support at this time. The installation will abort and instruct the user how to continue.
* | CFME: Use cluster_hostname if cluster_public_hostname isn't availableTim Bielawa2017-11-021-1/+13
|/ | | | | | | | | The CFME 'automatically add provider' playbook would fail if openshift_master_cluster_public_hostname was not defined in the inventory. Now we use that value if it is available, and fallback to using the masters 'cluster_hostname' otherwise. * Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506951
* Don't use possibly undefined variables in error messagesTim Bielawa2017-11-011-5/+19
| | | | | | | | | | | In an error reporting task we were referencing a variable which may not have been defined. Even though NFS server detection was working correctly the undefined variable reference caused an AnsibleUndefinedVariable error. * Fixes CFME failing to deploy using external NFS storage https://bugzilla.redhat.com/show_bug.cgi?id=1504535
* Fix lintTim Bielawa2017-10-201-2/+7
|
* Move add_many_container_providers.yml to playbooks/byo/openshift-management ↵Andrew Butcher2017-10-203-42/+2
| | | | with a noop task include to load filter plugins.
* Refactor adding multiple container providersTim Bielawa2017-10-206-53/+94
|
* Management Cleanup and Provider IntegrationTim Bielawa2017-10-208-51/+303
| | | | | | | * Add container provider integration * General cleanup * Poll until service fully starts * Add notes on multiple-provider additions
* Rename openshift_cfme role to openshift_managementTim Bielawa2017-10-0630-0/+4930