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 84 forks source link

Installation of containerized DB2 failing. #1296

Closed helmml closed 4 months ago

helmml commented 5 months ago

This is annoying. I just built an identical environment last week using the same values and this week for some reason the DB2 is not installing with the following error showing up in the db2u-operator-manager pod.

Reconciler error {"reconciler group": "db2u.databases.ibm.com", "reconciler kind": "Db2uCluster", "name": "db2w-manage", "namespace": "db2u", "error": "Images: version not found"}

Setting in my env.sh file. Same exact file I used for the other build.

--------------------------------------------

▁ ▂ ▄ ▅ ▆ ▇ █ DB2 Settings █ ▇ ▆ ▅ ▄ ▂ ▁

--------------------------------------------

export MAS_APP_SETTINGS_AIO_FLAG=false export DB2_INSTANCE_NAME=db2w-manage export DB2_DBNAME=BLUDB export DB2_LDAP_USERNAME=maximo export DB2_LDAP_PASSWORD=0nTrack5 export MAS_CONFIG_SCOPE=wsapp export MAS_APPWS_BINDINGS_JDBC=workspace-application export MAS_APP_CHANNEL=8.7.x export MAS_APP_ID=manage

helmml commented 4 months ago

Fixed.