ibm-mas / ansible-devops

Ansible collection supporting devops for IBM Maximo Application Suite
https://ibm-mas.github.io/ansible-devops/
Eclipse Public License 2.0
49 stars 88 forks source link

Certificate error when installing MAS on AWS #647

Closed QDespeisse closed 1 year ago

QDespeisse commented 1 year ago

I provisionned an OpenShift environment on AWS via TechZone ( TechZone Collection I used the Docker cli image to run mas install During installation both sbo and cluster-monitoring tasks failed with the following issue : TASK [ibm.mas_devops.ocp_verify : Fail if one of the cluster required secrets does not exist] *** Monday 06 February 2023 10:54:35 +0000 (0:00:00.050) 0:00:05.706 ******* fatal: [localhost]: FAILED! => { "assertion": "cluster_ingress_secret_name is defined", "changed": false, "evaluated_to": false, "msg": "This cluster does not contain any of the secrets known to contain the TLS certificate for the cluster ingress." }

Here are the settings defined on the installation : `

IBM Maximo Application Suite
Instance ID ............... atos
Catalog Source ............ ibm-operator-catalog
Subscription Channel ...... 8.9.x
IBM Entitled Registry ..... cp.icr.io/cp
IBM Open Registry ......... icr.io/cpopen
Entitlement Username ...... cp
Entitlement Key ........... eyJhbGci

IBM Maximo Application Suite Applications
IoT ...................... Skip Installation
 - Monitor ............... Skip Installation
Manage ................... ibm-operator-catalog/8.5.x
 - Predict ............... Skip Installation
H & P Utilities .......... Skip Installation
Assist ................... Skip Installation
MVI ...................... Skip Installation

IBM Suite License Service
Catalog Source ............ ibm-operator-catalog
License ID ................ 10005ad7de2f
License File .............. /workspace/entitlement/entitlement.lic
IBM Entitled Registry ..... cp.icr.io/cp
IBM Open Registry ......... icr.io/cpopen
Entitlement Username ...... cp
Entitlement Key ........... eyJhbGci<snip>

IBM User Data Services
Contact Email ............. quentin.despeisse@atos.net
First Name ................ Quentin
Last Name ................. Despeisse

IBM Cloud Pak Foundation Services
Catalog Source ............ ibm-operator-catalog

Storage Class Configuration
Storage Class Provider ... ocs

`

andrercm commented 1 year ago

@QDespeisse have you fixed the problem above? Still need help with this?