Maximo Open Forum

 View Only

 MAS Core Installation stuck on Wait for mas-mongo-ce stateful set to be ready status

  • Infrastructure
Vincent Yap's profile image
Vincent Yap posted 04-14-2025 01:53

Hi Experts,

We are installing MAS Core using ansible script and getting stuck during installation below:

TASK [ibm.mas_devops.mongodb : community : install : Wait for mas-mongo-ce stateful set to be ready] ***
FAILED - RETRYING: [localhost]: community : install : Wait for mas-mongo-ce stateful set to be ready (45 retries left).
FAILED - RETRYING: [localhost]: community : install : Wait for mas-mongo-ce stateful set to be ready (44 retries left).
FAILED - RETRYING: [localhost]: community : install : Wait for mas-mongo-ce stateful set to be ready (43 retries left).

Ansible script used below:

export IBM_ENTITLEMENT_KEY=XXX
export MAS_APPWS_COMPONENTS="base=latest,hse=latest"
export MAS_ANNOTATIONS=mas.ibm.com/operationalMode=nonproduction
export MAS_INSTANCE_ID=masdev
export MAS_CONFIG_DIR=~/masconfig
export SLS_LICENSE_ID=ABCDEF123456
export SLS_LICENSE_FILE=/home/ec2-user/entitlement.lic
export DRO_CONTACT_EMAIL=johndoe@comp.com
export DRO_CONTACT_EMAIL=johndoe@comp.com
export DRO_CONTACT_FIRSTNAME=John
export DRO_CONTACT_LASTNAME=Doe
export MONGODB_V7_UPGRADE=True

Thanks

Arif Ali's profile image
Arif Ali

I would check if my PersistentVolumeClaims for mongo are bound, or not.

Also, why not use Interactive CLI (pipeline) to install?