Bug 1824056 - task name is not proper in openshift_cluster_monitoring_operator/tasks/remove.yaml
Summary: task name is not proper in openshift_cluster_monitoring_operator/tasks/remove...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Monitoring
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 3.11.z
Assignee: Pawel Krupa
QA Contact: Junqi Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-15 08:06 UTC by Junqi Zhao
Modified: 2020-05-28 05:44 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-28 05:44:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift openshift-ansible pull 12149 0 None closed Bug 1824056: fix task name for removal of openshift-monitoring project 2020-06-03 03:58:55 UTC
Red Hat Product Errata RHBA-2020:2215 0 None None None 2020-05-28 05:44:20 UTC

Description Junqi Zhao 2020-04-15 08:06:09 UTC
Description of problem:
# cat /usr/share/ansible/openshift-ansible/roles/openshift_cluster_monitoring_operator/tasks/remove.yaml
---
- name: Remove openshift-prometheus-operator project
  oc_project:
    name: openshift-monitoring
    state: absent
**********************
task name should be: Remove openshift-monitoring project

Version-Release number of selected component (if applicable):
# rpm -qa | grep openshift-ansible
openshift-ansible-playbooks-3.11.207-1.git.0.6add28f.el7.noarch
openshift-ansible-docs-3.11.207-1.git.0.6add28f.el7.noarch
openshift-ansible-roles-3.11.207-1.git.0.6add28f.el7.noarch
openshift-ansible-3.11.207-1.git.0.6add28f.el7.noarch


How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 4 Junqi Zhao 2020-05-20 01:11:13 UTC
Issue is fixed with
# rpm -qa | grep openshift-ansible
openshift-ansible-3.11.218-1.git.0.6f55149.el7.noarch
openshift-ansible-docs-3.11.218-1.git.0.6f55149.el7.noarch
openshift-ansible-roles-3.11.218-1.git.0.6f55149.el7.noarch
openshift-ansible-playbooks-3.11.218-1.git.0.6f55149.el7.noarch

# cat /usr/share/ansible/openshift-ansible/roles/openshift_cluster_monitoring_operator/tasks/remove.yaml
---
- name: Remove openshift-monitoring project
  oc_project:
    name: openshift-monitoring
    state: absent

Comment 6 errata-xmlrpc 2020-05-28 05:44:13 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2215


Note You need to log in before you can comment on or make changes to this bug.