IBM / community-automation

community-automation is meant to be a place where developers can contribute to a library of ansible playbooks related to Red Hat OpenShift Container Platform, from installing OCP to post install activities. It is the intent that these playbooks and roles can be reused by any team that is looking to automate their CI/CD pip
Apache License 2.0
26 stars 52 forks source link

request_ocs_local_storage role breaks if OCP cluster has any operators installed in globally across all namespaces #174

Open websterc87 opened 3 years ago

websterc87 commented 3 years ago

Describe the bug request_ocs_local_storage role breaks if OCP cluster has any operators installed in globally across all namespaces

To Reproduce

  1. Get OCP cluster on Fyre
  2. Install operator on global namespace e.g. ICP4D
  3. Run request_ocs_local_storage role against cluster.

Expected behavior request_ocs_local_storage to have been installed

OCP:

websterc87 commented 3 years ago

Proposed Fixes are contained in https://github.com/IBM/community-automation/pull/175