commit | 3ec84248badad5148b68e9eece87f98530f0e570 | [log] [tgz] |
---|---|---|
author | Alexis de Talhouët <adetalhouet89@gmail.com> | Mon Mar 06 14:19:39 2017 -0500 |
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | Mon Mar 06 14:29:17 2017 -0500 |
tree | 5b5733f40972383974c80adb48b795c6d67e8e82 | |
parent | be45d5c85393c85e9ab345993125a27bfd5c0e5c [diff] |
Fix wrong sdc-distribution-client version The pom file specifies a version that isn't the one currently build. The current version is 1.0.0-SNAPSHOT, see https://gerrit.openecomp.org/r/gitweb?p=sdc/sdc-distribution-client.git;a=blob;f=pom.xml;h=be86365835d8f149a742ade80f6063e90052bfff;hb=refs/heads/master#l6 Change-Id: Ice85aabf5f0cfea913b83f5b12e8657858b27c69 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.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