Change-Id: Ic9445906ed88036d6598ffec0319de9c89f8c163 Former-commit-id:7c9f4091c2
[formerlyd16380e50e
] [formerlya6794beaa5
] [formerly7c9f4091c2
[formerlyd16380e50e
] [formerlya6794beaa5
] [formerlydf9c5c81d6
[formerlya6794beaa5
[formerly 102c81e1aafdcfa171440df1cba97d27b2ba3c2a]]]] Former-commit-id:df9c5c81d6
Former-commit-id:454323fd74
[formerlyd1cb494222
] [formerly 7524b26cc572e199e0f694889a08af77618fbbde [formerlyd778e9dac6
]] Former-commit-id: 5c9146609d77cf7f728cb45e3c2fdc22d4df085c [formerly8bb878a61d
] Former-commit-id:840c8131b6
67 lines
2.5 KiB
Bash
67 lines
2.5 KiB
Bash
### EDEX localization related variables ###
|
|
export AW_SITE_IDENTIFIER=OAX
|
|
## 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=/tmp/sbn
|
|
|
|
# setup db connections
|
|
export DB_ADDR=localhost
|
|
export DB_PORT=5432
|
|
|
|
# setup connection to qpid
|
|
export BROKER_ADDR=localhost
|
|
|
|
# setup hdf5 connection if pypies is enabled
|
|
export PYPIES_SERVER=http://localhost: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=localhost
|
|
# 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://localhost:${HTTP_PORT}/services
|
|
export JMS_SERVER=tcp://${BROKER_ADDR}:5672
|
|
export JMS_VIRTUALHOST=edex
|
|
export JMS_CONNECTIONS_URL=http://${BROKER_ADDR}:8180/rest/connection/${JMS_VIRTUALHOST}
|
|
export RADAR_SERVER=tcp://localhost: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
|