summaryrefslogtreecommitdiffstats
path: root/integration-tests/openecomp-be-config/onboard-backend-config
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/openecomp-be-config/onboard-backend-config')
-rw-r--r--integration-tests/openecomp-be-config/onboard-backend-config/config-helmvalidator.yaml7
-rw-r--r--integration-tests/openecomp-be-config/onboard-backend-config/config-vnfrepo.yaml5
-rw-r--r--integration-tests/openecomp-be-config/onboard-backend-config/externaltesting-configuration.yaml6
-rw-r--r--integration-tests/openecomp-be-config/onboard-backend-config/features.properties2
-rw-r--r--integration-tests/openecomp-be-config/onboard-backend-config/onboarding_configuration.yaml73
5 files changed, 93 insertions, 0 deletions
diff --git a/integration-tests/openecomp-be-config/onboard-backend-config/config-helmvalidator.yaml b/integration-tests/openecomp-be-config/onboard-backend-config/config-helmvalidator.yaml
new file mode 100644
index 0000000000..de6dfa1172
--- /dev/null
+++ b/integration-tests/openecomp-be-config/onboard-backend-config/config-helmvalidator.yaml
@@ -0,0 +1,7 @@
+hValidatorEnabled: true
+hValidatorUrl: http://helm-validator:8080/validate
+hValidatorVersion: v3
+hValidatorDeployable: true
+hValidatorLintable: true
+hValidatorStrictLintable: false
+
diff --git a/integration-tests/openecomp-be-config/onboard-backend-config/config-vnfrepo.yaml b/integration-tests/openecomp-be-config/onboard-backend-config/config-vnfrepo.yaml
new file mode 100644
index 0000000000..07694adf16
--- /dev/null
+++ b/integration-tests/openecomp-be-config/onboard-backend-config/config-vnfrepo.yaml
@@ -0,0 +1,5 @@
+vnfRepoPort: 8702
+vnfRepoHost: 10.0.14.1
+getVnfUri: /onapapi/vnfsdk-marketplace/v1/PackageResource/csars
+downloadVnfUri: /onapapi/vnfsdk-marketplace/v1/PackageResource/csars/%s/files
+
diff --git a/integration-tests/openecomp-be-config/onboard-backend-config/externaltesting-configuration.yaml b/integration-tests/openecomp-be-config/onboard-backend-config/externaltesting-configuration.yaml
new file mode 100644
index 0000000000..9bea6fc50e
--- /dev/null
+++ b/integration-tests/openecomp-be-config/onboard-backend-config/externaltesting-configuration.yaml
@@ -0,0 +1,6 @@
+client:
+ enabled: true
+endpoints:
+ - vtp,VTP,true,http://refrepo:8702/onapapi/vnfsdk-marketplace,onap.*
+ - repository,Repository,false,,.*
+
diff --git a/integration-tests/openecomp-be-config/onboard-backend-config/features.properties b/integration-tests/openecomp-be-config/onboard-backend-config/features.properties
new file mode 100644
index 0000000000..27390ed706
--- /dev/null
+++ b/integration-tests/openecomp-be-config/onboard-backend-config/features.properties
@@ -0,0 +1,2 @@
+EXTERNAL_LICENSE=true
+
diff --git a/integration-tests/openecomp-be-config/onboard-backend-config/onboarding_configuration.yaml b/integration-tests/openecomp-be-config/onboard-backend-config/onboarding_configuration.yaml
new file mode 100644
index 0000000000..88fa84cb64
--- /dev/null
+++ b/integration-tests/openecomp-be-config/onboard-backend-config/onboarding_configuration.yaml
@@ -0,0 +1,73 @@
+catalogNotificationsConfig:
+ # catalog backend protocol
+ catalogBeProtocol: http
+ catalogBeHttpPort: 8080
+ catalogBeSslPort: 8443
+ catalogBeFqdn: sdc-BE
+ # do not remove the "" from catalog_notification_url. it is escaping % characters coming from AUTO.json
+ catalogNotificationUrl: "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
+
+notifications:
+ pollingIntervalMsec: 2000
+ selectionSize: 100
+ beHost: sdc-onboard-BE
+ beHttpPort: 8081
+
+cassandraConfig:
+ cassandraHosts: [ sdc-cs ]
+ cassandraPort: 9042
+ localDataCenter: SDC-CS-integration-test
+ reconnectTimeout: 30000
+ socketReadTimeout: 40000
+ socketConnectTimeout: 40000
+ authenticate: true
+ username: asdc_user
+ password: Aa1234%^!
+ ssl: false
+ truststorePath: /app/jetty/etc/truststore
+ truststorePassword: Aa123456
+
+authCookie:
+ securityKey: MlB1WHFpSHNVTWdJZU1PcQ==
+ maxSessionTimeOut: 86400000
+ sessionIdleTimeOut: 3600000
+ cookieName: "AuthenticationCookie"
+ path: /
+ domain: ""
+ isHttpOnly: true
+ # redirect variable name from portal.properties file
+ redirectURL: "redirect_url"
+ excludedUrls: [ '/.*' ]
+ onboardingExcludedUrls: [ '/.*' ]
+
+basicAuth:
+ enabled: true
+ userName: testName
+ userPass: testPass
+ excludedUrls: "/v1.0/healthcheck"
+
+zipValidation:
+ ignoreManifest: false
+
+externalCsarStore:
+ storageType: NONE # NONE, MINIO
+ endpoint:
+ host: 127.0.0.1
+ port: 9000
+ secure: false
+ credentials:
+ accessKey: "login"
+ secretKey: "password"
+ foldersToStrip:
+ - Files/images
+ sizeLimit: 10000000
+ thresholdEntries: 10000
+ tempPath: "/home/onap/temp/"
+ uploadPartSize: 200000000
+
+#Space separated list of permitted ancestors
+permittedAncestors:
+
+# Comma separated list of excluded URLs by the DataValidatorFilter
+dataValidatorFilterExcludedUrls: "/healthCheck,/followed,/authorize"
+