Update docker-compose deployment 47/9347/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Fri, 21 Oct 2022 11:35:53 +0000 (13:35 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Fri, 21 Oct 2022 11:35:57 +0000 (13:35 +0200)
- new NTSim feature added to docker-compose.yml

IssueID: OAM-303
Change-Id: I552bbd1a18ca6cc1ee114a1ac549e8cc15dc9465
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/network/docker-compose.yml

index cba444c..92bcc9b 100755 (executable)
@@ -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"