diff options
author | Vodafone <onap@vodafone.com> | 2019-04-09 15:18:21 +0530 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2019-04-10 08:31:51 +0000 |
commit | c4e0ca667a62902b8d681ee5ecb1dc60a1e2b83e (patch) | |
tree | 158022f9c7bde4106b3ae765520d4b946a4bbc7d /docs/configuration.rst | |
parent | ab5c816e1578d8f0dba231e0026e5175a84c31c3 (diff) |
VSP Compliance Check for Compute Flavor-BE
Change-Id: Ife3eb83ab49e50fde1b0eb128e7e1abd5043432f
Issue-ID: SDC-2051
Co-authored-by: jguistwite@iconectiv.com
Signed-off-by: Vodafone <onap@vodafone.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 55c4751804..cf1bcd3220 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1222,28 +1222,20 @@ 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 +externaltesting-configuration.yaml +********************************** + +:: + + # 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 + # id,label,enabled,url[,scenariofilter][,apikey] + endpoints: + - vtp:VTP,true,http://<hostname>[:<port>]/onapapi/vnfsdk-marketplace,c.* + - repository:Repository,false,http://<ovphostname>[:<ovpport>] + vnfrepo-configuration.yaml |