Hi Siva,
I have used mascli image recently on Azure but I did not face this issue.
And also, with Ansible scripts on ROSA, I have not faced this issue.
Since it is private cluster, I hope you also have proper network connectivity to internet as in outbound.
Could you try OCP verify role ansible scripts directly instead of mas cli image?
------------------------------
Ritesh Ranjan
------------------------------
Original Message:
Sent: Tue January 07, 2025 01:38 AM
From: Siva Kumar
Subject: MAS 9 core installation issue
Hi Ritesh,
it is a private RoSA cluster.At the initial stage of MAS install (OCP Verify)
Yes , I can see the installed operators
------------------------------
Siva Kumar
Original Message:
Sent: Tue January 07, 2025 01:29 AM
From: Ritesh Ranjan
Subject: MAS 9 core installation issue
In Pipeline, under which stage it fails? Are you able to see the operators in operator hub? is it private or public cluster?
------------------------------
Ritesh Ranjan
Original Message:
Sent: Tue January 07, 2025 12:31 AM
From: Siva Kumar
Subject: MAS 9 core installation issue
Hello All,
We are Installing MAS on ROSA cluster, during MAS core Installation we used the docker command to pull the lastest image:
docker run -ti --rm -v ~:/mnt/home --pull always quay.io/ibmmas/cli
Project mas-xxxx-pipelines is created and pipeline mas-install is created but during mas-install pipeline we are getting an error.
In logs it's showing below error
fatal: [localhost]: FAILED! =>
- openshift-migration/mtc-operator = UpgradePending
* openshift-migration/redhat-oadp-operator-stable-1.0-redhat-operators-openshift-marketplace = UpgradePending
* openshift-monitoring/configure-alertmanager-operator = AtLatestKnown
* openshift-must-gather-operator/must-gather-operator = AtLatestKnown
* openshift-observability-operator/observability-operator = AtLatestKnown
* openshift-ocm-agent-operator/ocm-agent-operator = AtLatestKnown
* openshift-operators/devspaces = AtLatestKnown
* openshift-operators/devworkspace-operator-fast-redhat-operators-openshift-marketplace = AtLatestKnown
* openshift-operators/external-secrets-operator = None
* openshift-operators/openshift-gitops-operator = None
* openshift-operators/openshift-pipelines-operator-rh = AtLatestKnown
* openshift-operators/quay-bridge-operator = None
* openshift-operators/runtime-fabric-operator = None
* openshift-osd-metrics/osd-metrics-exporter = AtLatestKnown
* openshift-rbac-permissions/rbac-permissions-operator = AtLatestKnown
* openshift-route-monitor-operator/route-monitor-operator = None
* openshift-splunk-forwarder-operator/openshift-splunk-forwarder-operator = AtLatestKnown
* rhacs-operator/rhacs-operator = None - Delaying 300 seconds before next check
fatal: [localhost]: FAILED! =>
msg: 'Error: One or more subscriptions did not update to the latest known operator version'
NO MORE HOSTS LEFT *************************************************************
PLAY RECAP *********************************************************************
localhost : ok=4 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
------------------------------
Siva Kumar
------------------------------