mark.j.leonard | c5aea4a | 2018-06-06 14:47:42 +0100 | [diff] [blame] | 1 | # 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 |
| 6 | ml.distribution.ACTIVE_SERVER_TLS_AUTH=false |
| 7 | ml.distribution.ASDC_ADDRESS=<ASDC_HOST_NAME>:8443 |
| 8 | ml.distribution.MSG_BUS_ADDRESSES=localhost |
| 9 | ml.distribution.CONSUMER_GROUP=<CONSUMER_GROUP> |
| 10 | ml.distribution.CONSUMER_ID=<CONSUMER_ID> |
| 11 | ml.distribution.ENVIRONMENT_NAME=<ENV> |
| 12 | ml.distribution.KEYSTORE_PASSWORD=<OBF:1234> |
| 13 | ml.distribution.KEYSTORE_FILE=asdc-client.jks |
| 14 | ml.distribution.PASSWORD=<OBF:1234> |
| 15 | ml.distribution.POLLING_INTERVAL=30 |
| 16 | ml.distribution.POLLING_TIMEOUT=20 |
| 17 | ml.distribution.USER=<DIST_USER> |
| 18 | ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR |
| 19 | |
| 20 | # Model Loader Client Configuration for the A&AI REST interface |
| 21 | ml.aai.BASE_URL=https://<AAI_HOST>:8443 |
| 22 | ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/ |
| 23 | ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/ |
| 24 | ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images |
| 25 | ml.aai.KEYSTORE_FILE=<AAI_KEYSTORE> |
| 26 | ml.aai.KEYSTORE_PASSWORD=<OBF:1234> |
| 27 | ml.aai.AUTH_USER=ModelLoader |
| 28 | ml.aai.AUTH_PASSWORD= |
| 29 | |
| 30 | # Model Loader Client Configuration for the Babel Service |
| 31 | ml.babel.BASE_URL=https://<BABEL_HOST>:9516 |
| 32 | ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts |
| 33 | ml.babel.KEYSTORE_FILE=<BABEL_KEYSTORE> |
| 34 | ml.babel.KEYSTORE_PASSWORD=<OBF:1234> |
| 35 | ml.babel.TRUSTSTORE_FILE=<BABEL_TRUSTSTORE> |
| 36 | ml.babel.TRUSTSTORE_PASSWORD=<OBF:1234> |