Sample configuration files
To deploy TrueSight Automation Console, configure the parameters in the tsac-deployment-manager/config/infra.config , tsac-deployment-manager/config/deployment.config and tsac-deployment-manager/config/endpoint.config files according to the sample files provided in this topic.
Sample infra.config file
# keep double quotes in all variables if not required, don't leave them blank or empty
#Infra details
#NAMESPACE=bmc-ns
#LB_HOST=host-bmc-app.mydomain.com
#LB_PORT=443
#DOMAIN=mydomain.com
#ENVIRONMENT=<Type of environment>
ENVIRONMENT=poc
NAMESPACE=
LB_HOST=
LB_PORT=
CLOUDOPS_INGRESS_HOST=
DOMAIN=
#Cluster type can have values openshift or ocp for OpenShift.
#If CLUSTER_TYPE is not set to openshift or ocp then cluster type is treated as kubernetes cluster.
CLUSTER_TYPE=
# Ensure that the value of COUNTRY is enclosed within double quotes
COUNTRY="Virgin Islands, U.S."
#NFS details
## fully qualified mount path (e.g. /data/ade-stack/export) with folder (e.g. volumes), it will use static pvc with nfs storage
## Create a folder under mount path and change the owner to 786:998, e.g. chown -R 786:998 /data/ade-stack/export/volumes
#NFS_MOUNT_PATH=/data/ade-stack/export/volumes
#NFS_SERVER=<nfs server host name or IP address accessible from cluster>
#NFS_STORAGE_CLASS=onprem-nfs-storage
## keep NFS_STORAGE_CLASS empty if default storage class value should be used.
NFS_MOUNT_PATH=""
NFS_SERVER=""
NFS_STORAGE_CLASS=""
#storage class, set value as per storage class in cluster
#PG_STORAGE_CLASS=onprem-storage
#ES_MASTER_STORAGE_CLASS=onprem-storage
#ES_DATA_STORAGE_CLASS=onprem-storage
#EFS_STORAGE_CLASS=onprem-storage
#REDIS_HA_GLOBAL_STORAGECLASS=onprem-storage
#ESLOG_MASTER_STORAGE_CLASS=onprem-storage
#ESLOG_DATA_STORAGE_CLASS=onprem-storage
PG_STORAGE_CLASS=
ES_MASTER_STORAGE_CLASS=
ES_DATA_STORAGE_CLASS=
EFS_STORAGE_CLASS=
REDIS_HA_GLOBAL_STORAGECLASS=
ESLOG_MASTER_STORAGE_CLASS=
ESLOG_DATA_STORAGE_CLASS=
# Deployment Repository Service client root cert
# Ensure that the value of CLIENT_ROOT_CERT is enclosed within double quotes
#CLIENT_ROOT_CERT="jEV0lsYSEY1QSte="
CLIENT_ROOT_CERT=""
# Ingress class used while deploying Ingress controller
INGRESS_CLASS=nginx
#Binary paths on your system
#HELM_BIN=/usr/local/bin/helm
#KUBECTL_BIN=/usr/bin/kubectl
HELM_BIN=
KUBECTL_BIN=
################################### DO NOT CHANGE ANYTHING BELOW THIS LINE*** ##############################################################
############### *** ONLY PG_HOSTNAME ,PG_SERVICE_PORT VALUES CAN BE CUSTOMIZED, IF YOU ARE INTENDED TO USE AN EXTERTAL DATABASE ###############
#Postgres config
PG_HOSTNAME=postgres-postgresql-ha-pgpool
PG_USER=postgres
PG_DATABASE=postgres
PG_SERVICE_PORT=5432
#Redis HA config
REDIS_HA_HOSTNAME=redis-redis-ha-haproxy
# Misc
IMAGE_REGISTRY_SECRET=bmc-dtrhub
Sample deployment.config file
#Type of deployment, values are poc, small, medium, large
DEPLOYMENT_ENVIRONMENT=small
#Docker registry details
#IMAGE_REGISTRY_HOST=containers.bmc.com
#IMAGE_REGISTRY_PROJECT
#IMAGE_REGISTRY_USERNAME=<user name to access registry>
#IMAGE_REGISTRY_PASSWORD=<password to access registry>
IMAGE_REGISTRY_HOST=containers.bmc.com
IMAGE_REGISTRY_PROJECT=bmc
IMAGE_REGISTRY_USERNAME=username
#Docker registry project details
IMAGE_REGISTRY_ORG=lpt5c
#Common config end
#Install mode as fresh or upgrade
INSTALL_MODE=fresh
#Flag controlling infra services installation
INFRA=yes
#Flag controlling individual infra services installation
_POSTGRES=yes
_REDIS=yes
#Flag controlling bmc-helix-logging product installation
BMC_HELIX_LOGGING=yes
#Flag Controlling remediate installation
REMEDIATE=yes
#Select one of the following options for configuring connectors. If you choose to configure only one connector, you cannot configure the other connector during installation. You can configure other connector from the UI after installing the product.
# Valid Types BOTH, TSSA & TSNA
CONNECTOR_TYPE=BOTH
# Valid Inputs yes or no
RSSO_ENABLE=yes
Sample endpont.config file
#TSSA Endpoint details
TSSA_HOST=tssahost.domain.com
TSSA_PORT=9843
TSSA_PROTOCOL=https
TSSA_CONNECTOR_NAME=TSSA_Connector
TSSA_ROLE=BLAdmins
TSSA_USER_NAME=BLAdmin
TSSA_DELAY_IN_REFRESH_CYCLES=60
TSSA_AUTHENTICATION_METHOD=SRP
#TSNA Endpoint details
TSNA_HOST=tsnahost.bmc.com
TSNA_PORT=443
TSNA_PROTOCOL=https
TSNA_CONNECTOR_NAME=TSNA_Connector
TSNA_DELAY_IN_REFRESH_CYCLES=60
TSNA_USER_NAME=sysadmin
TSNA_ROLE=Default
#RSSO URL for TSSA Endpoint
RSSO_URL=https://myrsso.bmc.com