summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/src/test/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'nokiav2/driver/src/test/resources/application.properties')
-rw-r--r--nokiav2/driver/src/test/resources/application.properties23
1 files changed, 20 insertions, 3 deletions
diff --git a/nokiav2/driver/src/test/resources/application.properties b/nokiav2/driver/src/test/resources/application.properties
index f5c42fc0..8446b483 100644
--- a/nokiav2/driver/src/test/resources/application.properties
+++ b/nokiav2/driver/src/test/resources/application.properties
@@ -50,14 +50,31 @@ cbamUsername=onap
cbamPassword=myPassword
# the identifier of the VNFM in A&AI core system registry
vnfmId=53fbba58-464e-4cc4-8d33-aaaf072f0a27
+
###############################################################################
-# End of mandatory properties for driver #
+# Configuration parameters for direct integration
###############################################################################
+# skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
+skipHostnameVerificationForAai=true
+# skip certificate verification during SSL on CBAM LCN, LCM and authorization interface
+skipCertificateVerificationForAai=true
+# the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface
+# in PEM format encoded in BASE64 to a single line
+trustedCertificatesForAai=
+#The username to access AAI
+aaiUsername=AAI
+#The password to access AAI
+aaiPassword=AAI
+#The username to access SDC
+sdcUsername=SDC
+#The password to access SDC
+sdcPassword=SDC
-
+###############################################################################
+# End of mandatory properties for driver #
+###############################################################################
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
vnfmInfoCacheEvictionInMs=600000
-
## for logging begin ##
com.fasterxml.jackson.core=jackson-databind
#logging.file=${catalina.base}/logs/vfcadaptor.log