diff options
author | hariharan97 <rh20085046@wipro.com> | 2021-02-18 13:37:33 +0530 |
---|---|---|
committer | hariharan97 <rh20085046@wipro.com> | 2021-02-19 18:25:11 +0530 |
commit | 6f3d47ff7727d754ef28eb55dd994a9aa3439318 (patch) | |
tree | 34c98a57f77aad20460094631ab9432c3be3ef53 /conductor.conf | |
parent | 277acfa614cd612df1b4eaf9577460c7da8dffd8 (diff) |
"Derive Coverage Area TA list from coverage area"
Issue-ID: OPTFRA-910
Signed-off-by: hariharan97 <rh20085046@wipro.com>
Change-Id: I1f6e644987d093f9810bca75cf62834e08efd8b3
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf index c6beec3..e3d710c 100755 --- a/conductor.conf +++ b/conductor.conf @@ -674,3 +674,51 @@ certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer #password = temp_path = "/tmp/nsttemplates" + + + +[cps] + +# +# From conductor +# + + +# Data Store table prefix. (string value) +#table_prefix = cps + +# Base URL for CPS, up to and not including the version, and without a +# trailing slash. (string value) +#yet to be finalized +#server_url = https://cps.api.simpledemo.onap.org:8443/cps +server_url=http://cps:8080/ + +# Timeout for CPS Rest Call (string value) +#cps_rest_timeout = 30 + +# Number of retry for CPS Rest Call (string value) +#cps_retries = 3 + + +# SSL/TLS certificate file in pem format. This certificate must be registered +# with the CPS 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 CPS. (string value) +#username = + +# Password for CPS. (string value) +#password = + + +get_ta_list_url = "/api/v1/execute/ran-coverage-area/get_ta_list" |