diff options
author | eHanan <eoin.hanan@est.tech> | 2019-09-03 13:45:18 +0000 |
---|---|---|
committer | Eoin Hanan <eoin.hanan@est.tech> | 2019-09-03 13:48:31 +0000 |
commit | 319d0ad25fc3c0f088b8cc6cebd1e03463bbb9d3 (patch) | |
tree | d7167c25c7e7f7822177a9ef484e004e27983e4a /plans/so/integration-etsi-testing/docker-compose.yml | |
parent | 6a8875e2bae1bf39f265179d1649fb8c9ed7e9a6 (diff) |
Create VNF Instantiation Testing
Change-Id: I230e569c0b25d31aaf63d5476c7585673c9eb58b
Issue-ID: SO-2238
Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/docker-compose.yml')
-rw-r--r-- | plans/so/integration-etsi-testing/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml index 2c7261c2..76dd7b6a 100644 --- a/plans/so/integration-etsi-testing/docker-compose.yml +++ b/plans/so/integration-etsi-testing/docker-compose.yml @@ -234,7 +234,7 @@ services: ports: - "30224:30224" volumes: - - ${TEST_LAB_DIR}/volumes/so/config/api-handler-infra/onapheat:/app/config + - ${CONFIG_DIR_PATH}/override-files/so-monitoring/onapheat:/app/config environment: - APP=so-monitoring - JVM_ARGS=-Xms64m -Xmx512m @@ -251,7 +251,7 @@ services: - "9092:9092" volumes: - ${TEST_LAB_DIR}/volumes/so/ca-certificates/onapheat:/app/ca-certificates - - ${TEST_LAB_DIR}/volumes/so/config/vnfm-adapter/onapheat:/app/config + - ${CONFIG_DIR_PATH}/override-files/vnfm-adapter/onapheat:/app/config environment: - APP=vnfm-adapter - JVM_ARGS=-Xms64m -Xmx512m |