commit | 4c0349b696a1a2d8990d9ec98c4df894c45acde5 | [log] [tgz] |
---|---|---|
author | Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com> | Mon May 15 20:15:44 2017 +0300 |
committer | Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com> | Tue May 16 17:08:31 2017 +0300 |
tree | 6a89174cdd609c9003571de8cc4dfd0fd0385f33 | |
parent | 0e51e3e43b9fce4934dc76d56f262542c3153282 [diff] |
[AAI-3] Remove dependency on SDC Change-Id: Iacdf8fb0dabdfe396f508dec3755ef1a2ea0210e Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.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