diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-01-18 16:39:39 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-02-08 19:25:52 +0530 |
commit | d9902448f190fe1052d693cbfa7a5cb385613140 (patch) | |
tree | 98a04916e4e1636034749ddc89485e916f6780b8 /conductor.conf | |
parent | f4adf00f25425c6fce2b1256fa0de71bd9d5f077 (diff) |
"Nst-Selection enhancement"
Issue-ID: OPTFRA-764
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: Id5d05967e349381bc5769c79b91e4439ea38fc82
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf index e2e2c66..c6beec3 100755 --- a/conductor.conf +++ b/conductor.conf @@ -629,3 +629,48 @@ concurrent = true # Extensions list to use (list value) #extensions = multicloud +[sdc] + +# +# From conductor +# + + +# Data Store table prefix. (string value) +#table_prefix = sdc + +# Base URL for SDC, up to and not including the version, and without a +# trailing slash. (string value) +#server_url = https://controller:8443/sdc +server_url = https://sdc.api.simpledemo.onap.org:8443/sdc + +# Timeout for SDC Rest Call (string value) +#sdc_rest_timeout = 30 + +# Number of retry for SDC Rest Call (string value) +#sdc_retries = 3 + +# The version of A&AI in v# format. (string value) +server_url_version = v1 + +# SSL/TLS certificate file in pem format. This certificate must be registered +# with the SDC endpoint. (string value) +#certificate_file = certificate.pem +certificate_file = + +# Private Certificate Key file in pem format. (string value) +#certificate_key_file = certificate_key.pem +certificate_key_file = + +# Certificate Authority Bundle file in pem format. Must contain the appropriate +# trust chain for the Certificate file. (string value) +#certificate_authority_bundle_file = certificate_authority_bundle.pem +certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer + +# Username for SDC. (string value) +#username = + +# Password for SDC. (string value) +#password = + +temp_path = "/tmp/nsttemplates" |