From: demx8as6 Date: Fri, 21 Oct 2022 11:35:53 +0000 (+0200) Subject: Update docker-compose deployment X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=243ef378d02d3873a3aafe3efa3b70acd87774b6;p=oam.git Update docker-compose deployment - new NTSim feature added to docker-compose.yml IssueID: OAM-303 Change-Id: I552bbd1a18ca6cc1ee114a1ac549e8cc15dc9465 Signed-off-by: demx8as6 --- 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"