commit | 0e232a536ab1502c42d4327a8e88b8255112046e | [log] [tgz] |
---|---|---|
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | Wed Mar 29 08:18:47 2017 -0700 |
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | Wed Mar 29 08:18:47 2017 -0700 |
tree | 79d84eebabd31ca24bd28c282fb8ed763c66f226 | |
parent | 8f45aebacb3aa805c0b4bfdc30e85cc110e4fb6f [diff] |
Update .gitreview with onap URL Change-Id: I1984c1e52f538e0e1a258808ac1f7a823d032c21 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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