From 84a209835820238f50d84ad5be5b9badaa5283c5 Mon Sep 17 00:00:00 2001 From: Vodafone Date: Mon, 18 Mar 2019 15:08:33 +0530 Subject: List of Input Parameters for VSP Change-Id: Ie913ead731e120bd69349a4ebec13f4521eaac4d Issue-ID: SDC-2049 Co-authored-by: jguistwite@iconectiv.com Signed-off-by: Vodafone --- docs/configuration.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs/configuration.rst') 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 ************************** -- cgit 1.2.3-korg