summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/src/test/resources/application-direct.properties
diff options
context:
space:
mode:
Diffstat (limited to 'nokiav2/driver/src/test/resources/application-direct.properties')
-rw-r--r--nokiav2/driver/src/test/resources/application-direct.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/nokiav2/driver/src/test/resources/application-direct.properties b/nokiav2/driver/src/test/resources/application-direct.properties
index 9134f642..32afbc23 100644
--- a/nokiav2/driver/src/test/resources/application-direct.properties
+++ b/nokiav2/driver/src/test/resources/application-direct.properties
@@ -19,6 +19,8 @@ server.error.whitelabel.enabled=false
###############################################################################
# The TCP port of the server
server.port=8089
+# The port on which the service is visible from external systems
+externalPort=8089
# the base path of the server
server.servlet.context-path=
# the IP address to which the server binds to
@@ -40,6 +42,10 @@ skipCertificateVerification=true
trustedCertificates=
# the identifier of the VNFM in A&AI core system registry
vnfmId=7c267318-2a6a-4d47-b039-a7cce5fea38b
+#skip LCN subscription from VNFM
+skipLcnSubscription=false
+#skip self registration in MSB
+skipSelfRegistration=false
###############################################################################
# Configuration parameters for direct integration
###############################################################################
@@ -61,8 +67,6 @@ sdcPassword=SDC
###############################################################################
# End of mandatory properties for driver #
###############################################################################
-skipLcnSubscription=true
-skipSelfRegistration=true
ipMap=10.0.14.1->msb.api.simpledemo.onap.org,172.17.0.15->msb.api.simpledemo.onap.org,10.0.1.1->aai.api.simpledemo.onap.org
vnfmInfoCacheEvictionInMs=600000
## for logging begin ##