commit | 253f636ff63064244844fb981e5e2482bc4290e3 | [log] [tgz] |
---|---|---|
author | Steve Smokowski <ss835w@att.com> | Mon Feb 13 14:15:58 2017 -0500 |
committer | Steve Smokowski <ss835w@att.com> | Mon Feb 13 14:16:07 2017 -0500 |
tree | 6440a1aa57255431906e985d51c9901a98c3f515 | |
parent | e5451da68aedf8b1d550a80a9c51843f5bb5224b [diff] |
Modify pom skip deploy step Change-Id: I62bd9ec04c7d8be8fadf1efccbdf5d6a097b7c2e Signed-off-by: Steve Smokowski <ss835w@att.com>
The A&AI Model Loader Service is an application that facilitates distribution, ingestion of new service and resource models, and vnf catalogs from the SDC to the A&AI.
The Model Loader:
Model Loader can be compiled by running mvn clean install
DISTR_CLIENT_ASDC_ADDRESS=<SDC_ADDRESS> DISTR_CLIENT_CONSUMER_GROUP=<UEB_CONSUMER_GROUP> ;; Uniquely identiy this group of model loaders. DISTR_CLIENT_CONSUMER_ID=<UEB_CONSUMER_GROUP_ID> ;; Uniquely identiythis model loader. DISTR_CLIENT_ENVIRONMENT_NAME=<ENVIRONMENT_NAME> ;; Environment name configured on the SDC DISTR_CLIENT_PASSWORD=<DISTR_PASSWORD> ;; Password to connect to SDC DISTR_CLIENT_USER=<USER_ID> ;; User name to connect to SDC APP_SERVER_BASE_URL=https://<aai-address>:8443 ;; AAI Address (URL) APP_SERVER_AUTH_USER=<USER_ID> ;; User name to connect to AAI APP_SERVER_AUTH_PASSWORD=<PASSWORD> ;; Password to connect to AAi