I am getting similar error: Not sure how to fix this
FAILED - RETRYING: [localhost]: Wait for Suite Components to be ready (60s delay) (1 retries left).
fatal: [localhost]: FAILED! => {"api_found": true, "attempts": 50, "changed": false, "resources": [{"apiVersion": "core.mas.ibm.com/v1", "kind": "Suite", "metadata": {"creationTimestamp": "2024-01-09T01:24:46Z", "finalizers": ["core.mas.ibm.com/finalizer"], "generation": 1, "labels": {"mas.ibm.com/instanceId": "masdemo"}, "managedFields": [{"apiVersion": "core.mas.ibm.com/v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:metadata": {"f:labels": {".": {}, "f:mas.ibm.com/instanceId": {}}}, "f:spec": {".": {}, "f:certManagerNamespace": {}, "f:domain": {}, "f:license": {".": {}, "f:accept": {}}, "f:settings": {".": {}, "f:dataDictionary": {".": {}, "f:catalog": {}}, "f:icr": {".": {}, "f:cp": {}, "f:cpopen": {}}, "f:manualCertMgmt": {}}}}, "manager": "OpenAPI-Generator", "operation": "Update", "time": "2024-01-09T01:24:46Z"}, {"apiVersion": "core.mas.ibm.com/v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:metadata": {"f:finalizers": {".": {}, "v:\"core.mas.ibm.com/finalizer\"": {}}}}, "manager": "ansible-operator", "operation": "Update", "time": "2024-01-09T01:25:04Z"}, {"apiVersion": "core.mas.ibm.com/v1", "fieldsType": "FieldsV1", "fieldsV1": {"f:status": {".": {}, "f:conditions": {}}}, "manager": "ansible-operator", "operation": "Update", "subresource": "status", "time": "2024-01-09T02:05:22Z"}], "name": "masdemo", "namespace": "mas-masdemo-core", "resourceVersion": "59235", "uid": "b9ab69b3-6a39-470e-8897-94d25d516343"}, "spec": {"certManagerNamespace": "", "domain": "masdemo.apps-crc.testing", "license": {"accept": true}, "settings": {"dataDictionary": {"catalog": "ibm-operator-catalog"}, "icr": {"cp": "cp.icr.io/cp", "cpopen": "icr.io/cpopen"}, "manualCertMgmt": false}}, "status": {"conditions": [{"lastTransitionTime": "2024-01-09T01:25:13Z", "message": "No components are currently installed", "reason": "InstallPending", "status": "False", "type": "Ready"}, {"lastTransitionTime": "2024-01-09T01:25:13Z", "message": "", "reason": "", "status": "False", "type": "Successful"}, {"lastTransitionTime": "2024-01-09T02:05:18Z", "message": "Running reconciliation", "reason": "Running", "status": "False", "type": "Running"}, {"ansibleResult": {"changed": 0, "completion": "2024-01-09T02:05:22.736449", "failures": 1, "ok": 16, "skipped": 9}, "lastTransitionTime": "2024-01-09T02:05:22Z", "message": "Failed to apply object: Namespace is required for cert-manager.io/v1.Issuer", "reason": "Failed", "status": "True", "type": "Failure"}]}}]}
NO MORE HOSTS LEFT *************************************************************
------------------------------
Srinivas Patlolla
------------------------------
Original Message:
Sent: Sun October 01, 2023 09:39 AM
From: Muhammad haris bin javaid
Subject: Error in installing MAS8.9 Using ansible palybook
Hi
I got the key and configure the sls but it shwoing as below

and the SLS status
NAME VERSION STATUS
sls 3.8.0 Ready Initialized
------------------------------
Muhammad haris bin javaid
Original Message:
Sent: Sun October 01, 2023 09:09 AM
From: Muhammad haris bin javaid
Subject: Error in installing MAS8.9 Using ansible palybook
One of the pod dev-licensing-mediator in mas-dev-core is giving below error
requests.exceptions.SSLError: HTTPSConnectionPool(host='sls.ibm-sls.apps.qhscactm.dev.openshift.sevenit.cloud', port=443): Max retries exceeded with url: /api/probes/readiness (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)')))
3140The above exception was the direct cause of the following exception:
3141Traceback (most recent call last):
3142File "/opt/ibm/licensing-mediator/licensing_mediator.py", line 113, in <module>
3143sls_client.verify_connection()
3144File "/usr/local/lib/python3.9/site-packages/sls/exceptions.py", line 30, in inner_function
3145raise SLSError(ex=ex) from ex
3146sls.exceptions.SLSError: An unhandled error was returned from SLS: HTTPSConnectionPool(host='sls.ibm-sls.apps.qhscactm.dev.openshift.sevenit.cloud', port=443): Max retries exceeded with url: /api/probes/readiness (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)')))
31472023-10-01 13:04:56,136 licensing_mediator INFO Initializing clients and utilities...
31482023-10-01 13:04:56,136 sls.sls_client DEBUG Checking SLS connection
31492023-10-01 13:04:56,139 urllib3.connectionpool DEBUG Starting new HTTPS connection (1): sls.ibm-sls.apps.qhscactm.dev.openshift.sevenit.cloud:443
31502023-10-01 13:04:56,149 licensing_mediator ERROR Unable to initialize client and utilities: An unhandled error was returned from SLS: HTTPSConnectionPool(host='sls.ibm-sls.apps.qhscactm.dev.openshift.sevenit.cloud', port=443): Max retries exceeded with url: /api/probes/readiness (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)')))
3151Traceback (most recent call last):
------------------------------
Muhammad haris bin javaid
Original Message:
Sent: Sun October 01, 2023 08:55 AM
From: Muhammad haris bin javaid
Subject: Error in installing MAS8.9 Using ansible palybook
Hi
Thanks for your help
Issue is fixed after reinstalling IBM sls
Now i need to configure it in MAS because its not auto configured. I need to know from where i can get

------------------------------
Muhammad haris bin javaid
Original Message:
Sent: Sun October 01, 2023 07:41 AM
From: Jan-Willem Steur
Subject: Error in installing MAS8.9 Using ansible palybook
Ah, I see. Probably you have updated your license.dat file recently. I this case delete the entire project, re-install IBM-SLS (manually or via devops pipeline). I saw this error as from 8.10.4 after the license.key is updated front-end in MAS-Core or via devops ansible installer. It is only allowed to have one (1) api-license pod. In this case remove the project and re-install again (don't forget to remove the related CRD's as well before reinstalling IBM-SLS.
------------------------------
Jan-Willem Steur
Manager Business Development
ZNAPZ b.v.
Breda
+31 6 25639950
Jan-Willem
Original Message:
Sent: Sun October 01, 2023 07:22 AM
From: Muhammad haris bin javaid
Subject: Error in installing MAS8.9 Using ansible palybook
Hi
i have 2 pods for sls-api one is running and the other one is giving error in ibm-sls
