List of Input Parameters for VSP
[sdc.git] / docs / configuration.rst
index 7f4c635..55c4751 100644 (file)
@@ -1222,6 +1222,29 @@ BE-onboarding-configuration.yaml
         truststorePath: /config/truststore
         truststorePassword: <%= @cassandra_truststore_password %>
 
+    # External Testing Configuration
+    externalTestingConfig:
+      #configuration to make available to the front end of this feature
+      client:
+        enabled: true
+      #array of endpoints that SDC-BE should connect with for external testing
+      endpoints:
+        // ID for endpoint
+      - id: vtp
+        // what format of post request does the endpoint accept for runs - json or multi-part form
+        postStyle: application/json
+        // is this endpoint enabled or disabled.
+        enabled: false
+        // base URL for the endpoint
+        url: http://ec2-34-237-35-152.compute-1.amazonaws.com:9090
+        // optional api key to pass in header to endpoint
+        apiKey: blahblahblah
+      - id: certifications repository
+        postStyle: application/json
+        url: http://ec2-34-237-35-152.compute-1.amazonaws.com:9090
+        enabled: true
+        apiKey: blahblahblah2
+
 
 vnfrepo-configuration.yaml
 **************************