diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-10-26 10:26:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 10:26:52 -0700 |
commit | 6d3f9ab2473fb6f69974fd770bc9ae3fb4952b98 (patch) | |
tree | df8e007ef91cfe951ed241df0e74ed3ff70cb659 /playbooks/byo/openshift-management/uninstall.yml | |
parent | 34f6e3e2543ab961bcded8cbc7e531a7bbf5b02c (diff) | |
parent | ac62ea0066934877f94e99bda6ec53a9c03ababb (diff) | |
download | openshift-6d3f9ab2473fb6f69974fd770bc9ae3fb4952b98.tar.gz openshift-6d3f9ab2473fb6f69974fd770bc9ae3fb4952b98.tar.bz2 openshift-6d3f9ab2473fb6f69974fd770bc9ae3fb4952b98.tar.xz openshift-6d3f9ab2473fb6f69974fd770bc9ae3fb4952b98.zip |
Merge pull request #5793 from tbielawa/openshift_management_module
Automatic merge from submit-queue.
Openshift MGMT Fixes and Container Provider Integration
Various small fixes/polishing to the openshift management role.
* Updated uninstall script
* Automatically add cluster to new management deployment
* Scaffolding for scripts to add *N* number of OCP/Origin clusters as Container Providers in any arbitrary MIQ/CFME instance
* Fix mis-named task in `openshift_nfs/create_export`
* Uninstall playbook only runs on one master
Diffstat (limited to 'playbooks/byo/openshift-management/uninstall.yml')
-rw-r--r-- | playbooks/byo/openshift-management/uninstall.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/byo/openshift-management/uninstall.yml b/playbooks/byo/openshift-management/uninstall.yml index a1fb1cdc4..e95c1c88a 100644 --- a/playbooks/byo/openshift-management/uninstall.yml +++ b/playbooks/byo/openshift-management/uninstall.yml @@ -1,4 +1,2 @@ --- -# - include: ../openshift-cluster/initialize_groups.yml - - include: ../../common/openshift-management/uninstall.yml |