Former-commit-id:9510f91de1
[formerly4602b42b59
] [formerly93cdcfaa1c
] [formerly 741d29484dde41cab4177059d7c6c1db72499c86 [formerly b2d44de979ac0309bee48ec6559428e03d7f8674] [formerly93cdcfaa1c
[formerly1dd4cb2246
]]] Former-commit-id: e0a75cebfdb5dcb0eb0079819c07d2cc24698b67 [formerly 65f1daf19c883c5e367fc0a81e1d2ec377b08330] [formerlybb5a296b0f
[formerly7bf5a90a75
]] Former-commit-id:bb5a296b0f
Former-commit-id:36e1267855
66 lines
2.4 KiB
Bash
66 lines
2.4 KiB
Bash
### EDEX localization related variables ###
|
|
export AW_SITE_IDENTIFIER=BOU
|
|
## Cluster id can be set to the cluster's id (example:tbw for dx1-tbwo)
|
|
## it will be autogenerated if not set
|
|
export CLUSTER_ID
|
|
|
|
# database names
|
|
export DC_DB_NAME=dc_ob7oax
|
|
export FXA_DB_NAME=fxatext
|
|
export HM_DB_NAME=hmdb
|
|
export IH_DB_NAME=hd_ob92oax
|
|
|
|
### end of localization variables ###
|
|
|
|
# setup environment for HPE
|
|
export DATA_ARCHIVE_ROOT=/awips2/data_store
|
|
|
|
# setup db connections
|
|
export DB_ADDR=TMP_NAME
|
|
export DB_PORT=5432
|
|
|
|
# setup connection to qpid
|
|
export BROKER_ADDR=TMP_NAME
|
|
|
|
# setup hdf5 connection if pypies is enabled
|
|
export PYPIES_SERVER=http://TMP_NAME:9582
|
|
|
|
# Registry specific ports
|
|
export EBXML_REGISTRY_WEBSERVER_PORT=8082
|
|
export EBXML_REGISTRY_WEBSERVER_CONFIDENTIAL_PORT=8446
|
|
export EBXML_THRIFT_SERVICE_PORT=9588
|
|
# data delivery specific variables, used below in the localization section
|
|
export NCF_HOST=165.92.30.69
|
|
export NCF_ADDRESS=http://${NCF_HOST}:${EBXML_REGISTRY_WEBSERVER_PORT}
|
|
export DATADELIVERY_HOST=TMP_NAME
|
|
# Currently the registry is hosted on datadelivery, but this could be changed in the future
|
|
export EBXML_REGISTRY_HOST=${DATADELIVERY_HOST}
|
|
export EBXML_REGISTRY_FEDERATION_ENABLED=true
|
|
|
|
# moved here from environment.xml
|
|
# these values are returned to clients that contact the localization service
|
|
export HTTP_PORT=9581
|
|
export HTTP_SERVER=http://TMP_NAME:${HTTP_PORT}/services
|
|
export JMS_SERVER=tcp://TMP_NAME:5672
|
|
export JMS_VIRTUALHOST=edex
|
|
export RADAR_SERVER=tcp://TMP_NAME:8813
|
|
export DATADELIVERY_SERVER=http://${DATADELIVERY_HOST}:${EBXML_THRIFT_SERVICE_PORT}/services
|
|
export EBXML_REGISTRY_SERVICE=http://${EBXML_REGISTRY_HOST}:${EBXML_THRIFT_SERVICE_PORT}/services
|
|
export EBXML_REGISTRY_LCM_SERVICE=http://${EBXML_REGISTRY_HOST}:${EBXML_THRIFT_SERVICE_PORT}/lifecycleManager?WSDL
|
|
export EBXML_REGISTRY_QUERY_SERVICE=http://${EBXML_REGISTRY_HOST}:${EBXML_THRIFT_SERVICE_PORT}/queryManager?WSDL
|
|
export NCF_BANDWIDTH_MANAGER_SERVICE=http://${NCF_HOST}:${EBXML_THRIFT_SERVICE_PORT}/services
|
|
|
|
# set the AWIPS II shared directory
|
|
export SHARE_DIR=/awips2/edex/data/share
|
|
|
|
# set the AWIPS II temporary directory
|
|
export TEMP_DIR=/awips2/edex/data/tmp
|
|
|
|
# set hydroapps directory path
|
|
export apps_dir=${SHARE_DIR}/hydroapps
|
|
# site identifier for hydroapps
|
|
export SITE_IDENTIFIER=${AW_SITE_IDENTIFIER}
|
|
|
|
# set Fax environment variables pointing to ldad@ls1
|
|
export LDAD_EXTERNAL_HOME=/ldad
|
|
export LDAD_EXTERNAL_PUBLIC=/data/ldad/public
|