From 243ef378d02d3873a3aafe3efa3b70acd87774b6 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Fri, 21 Oct 2022 13:35:53 +0200 Subject: [PATCH] Update docker-compose deployment - new NTSim feature added to docker-compose.yml IssueID: OAM-303 Change-Id: I552bbd1a18ca6cc1ee114a1ac549e8cc15dc9465 Signed-off-by: demx8as6 --- solution/integration/network/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solution/integration/network/docker-compose.yml b/solution/integration/network/docker-compose.yml index cba444c..92bcc9b 100755 --- a/solution/integration/network/docker-compose.yml +++ b/solution/integration/network/docker-compose.yml @@ -45,7 +45,8 @@ x-common_env: &common_env VES_ENDPOINT_PASSWORD: ${VES_ENDPOINT_PASSWORD} x-du_env: &du_env - NTS_NF_STANDALONE_START_FEATURES: "datastore-populate ves-heartbeat ves-file-ready ves-pnf-registration web-cut-through" + # NTS_NF_STANDALONE_START_FEATURES: "datastore-populate ves-heartbeat ves-file-ready ves-pnf-registration web-cut-through" + NTS_NF_STANDALONE_START_FEATURES: "datastore-populate ves-heartbeat ves-file-ready ves-pnf-registration ves-o1-pnf-registration web-cut-through" x-ru-env: &ru_env NTS_NF_STANDALONE_START_FEATURES: "datastore-populate netconf-call-home web-cut-through" -- 2.16.6