commit | e690871517457e68586e81f2cf19d43f121b5299 | [log] [tgz] |
---|---|---|
author | Steve Smokowski <ss835w@att.com> | Fri Feb 10 16:08:20 2017 -0500 |
committer | Steve Smokowski <ss835w@att.com> | Fri Feb 10 16:08:35 2017 -0500 |
tree | e6844751223e20a09581e3e9f3d73e161e644b93 | |
parent | ef768a7c864f0d807d8696449f5eed7a4552316f [diff] |
Update Poms and Tests Change-Id: If95a1f2188e4073725c50b7dbb1e03b1329b7e27 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