blob: b2234d6aaa721e2c5e46bc575f8aa398064b6500 [file] [log] [blame]
mark.j.leonardc5aea4a2018-06-06 14:47:42 +01001# This is a sample config file; for use by a developer to perform application integration tests.
2#
3# Please replace the <PLACEHOLDER> values with real values.
4
5# Model Loader Distribution Client Configuration
6ml.distribution.ACTIVE_SERVER_TLS_AUTH=false
7ml.distribution.ASDC_ADDRESS=<ASDC_HOST_NAME>:8443
8ml.distribution.MSG_BUS_ADDRESSES=localhost
9ml.distribution.CONSUMER_GROUP=<CONSUMER_GROUP>
10ml.distribution.CONSUMER_ID=<CONSUMER_ID>
11ml.distribution.ENVIRONMENT_NAME=<ENV>
12ml.distribution.KEYSTORE_PASSWORD=<OBF:1234>
13ml.distribution.KEYSTORE_FILE=asdc-client.jks
14ml.distribution.PASSWORD=<OBF:1234>
15ml.distribution.POLLING_INTERVAL=30
16ml.distribution.POLLING_TIMEOUT=20
17ml.distribution.USER=<DIST_USER>
18ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR
19
20# Model Loader Client Configuration for the A&AI REST interface
21ml.aai.BASE_URL=https://<AAI_HOST>:8443
22ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
23ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/
24ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
25ml.aai.KEYSTORE_FILE=<AAI_KEYSTORE>
26ml.aai.KEYSTORE_PASSWORD=<OBF:1234>
27ml.aai.AUTH_USER=ModelLoader
28ml.aai.AUTH_PASSWORD=
29
30# Model Loader Client Configuration for the Babel Service
31ml.babel.BASE_URL=https://<BABEL_HOST>:9516
32ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts
33ml.babel.KEYSTORE_FILE=<BABEL_KEYSTORE>
34ml.babel.KEYSTORE_PASSWORD=<OBF:1234>
35ml.babel.TRUSTSTORE_FILE=<BABEL_TRUSTSTORE>
36ml.babel.TRUSTSTORE_PASSWORD=<OBF:1234>