Cost and Asset Management pre-installation properties

The namespace and secrets required for Cost and Asset Management deployment are created using the specified property values found in the Cost and Asset Management pre-installation properties file. You must modify these property values before running the preCCAM.sh script. This property file is found in the pre-post-install/ibm-cloud-cost-asset-mgmt-prod/pre-install/resources/ folder.

# Namespace in which Cost and Asset Management & Cloud Management Platform has to be deployed
cam_namespace=demo-cam
core_namespace=demo-core

# Docker registry credentials to access the images
docker_server=mycluster.icp:8500
docker_username=admin
docker_password=admin
docker_email=null

# Credentials to access RabbitMQ
rabbitmq_username=rusername            #any valid string
rabbitmq_password=rpassword            #any valid string

# Password to access KeyStore
keystore_password=kpassword            #Password used to access keystore

# All secret config files should be under resources/cert directory

# Certificate secrets
gravitant_certificate=grav.crt          #Place it under resources/cert directory
gravitant_key=grav.key                  #Place it under resources/cert directory
cm_keystore=cloudMatrix.keystore        #Place it under resources/cert directory
maria_dev_certificate=maria_dev.crt     #Place it under resources/cert directory
maria_dev_key=maria_dev.key             #Place it under resources/cert directory
rootCA_pem=rootCA.pem                   #Place it under resources/cert directory

# Credentials to access s3
s3_url=https://dummy.net
s3_access_key_id=dummy                   #any valid string
s3_access_key_secret=dummy               #any valid string
s3_encryption_passphrase=dummy

# Secrets to access MariaDB, mysql_username should be 'root' , please do not change the mysql_username
mysql_username=root              
mysql_password=mpassword

# slack url
slack_URL=https://dummysl.net
Property name Description Remarks
cam_namespace Namespace in which Cost and Asset Management has to be deployed
core_namespace Namespace in which Cloud Management Platform has to be deployed
docker_server Docker registry from where images had to be pulled For icp registry specify mycluster.icp:8500
docker_username Username to be used to access docker registry For icp registry specify admin
docker_password Password to be used to access docker registry For icp registry specify admin
docker_email Email id registered with docker
rabbitmq_username Username to access RabbitMQ Any valid string
rabbitmq_password Password to access RabbitMQ Any valid string
keystore_password Username to access MongoDB Any valid string
gravitant_certificate Certificate
gravitant_key Key
cm_keystore Keystore
maria_dev_certificate Certificate
maria_dev_key Key
rootCA_pem Certificate
s3_url s3 Url
s3_access_key_id Access Key ID to access s3
s3_access_key_secret Access Key ID to access s3
s3_encryption_passphrase Encryption passphrase
mysql_username Username to access MariaDB root
mysql_password Password to access MariaBD Any valid string
slack_URL Slack URL