summaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
authorVodafone <onap@vodafone.com>2019-03-18 15:08:33 +0530
committerOren Kleks <orenkle@amdocs.com>2019-04-01 09:09:37 +0000
commit84a209835820238f50d84ad5be5b9badaa5283c5 (patch)
tree19b986374820b4fb9ac723baf22a5161ceacf127 /docs/configuration.rst
parent8b8061e8b47703beb7a19174de5c9b29ccf1ca14 (diff)
List of Input Parameters for VSP
Change-Id: Ie913ead731e120bd69349a4ebec13f4521eaac4d Issue-ID: SDC-2049 Co-authored-by: jguistwite@iconectiv.com Signed-off-by: Vodafone <onap@vodafone.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 7f4c635969..55c4751804 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -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
**************************