Fix driver startup in OOM
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / test / resources / application.properties
index 29da757..afa307c 100644 (file)
@@ -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=53fbba58-464e-4cc4-8d33-aaaf072f0a27
+#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=false
-skipSelfRegistration=false
 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 vnfmInfoCacheEvictionInMs=600000
 ## for logging begin ##