diff options
author | 2022-02-27 11:34:17 +0000 | |
---|---|---|
committer | 2022-03-30 05:14:56 +0000 | |
commit | 66745c6513867ca8f9131942d06a0164f763e2ed (patch) | |
tree | a07810c488e4375fa6f40d7136ce6e684f494d57 /conductor.conf | |
parent | dd06e2675aedd7ae6344f2f51e70bbd468f36ce5 (diff) |
Update candidate list with capacity attributes and version update2.3.0
Issue-ID: OPTFRA-1035
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: I59e00325c5c4938a024f62a1c67e88a76057e3e2
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/conductor.conf b/conductor.conf index 6e0e8a1..5b33946 100755 --- a/conductor.conf +++ b/conductor.conf @@ -745,5 +745,49 @@ certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer # Password for CPS. (string value) #password = - get_ta_list_url = "/api/v1/execute/ran-coverage-area/get_ta_list" + + +[dcae] + +# +# From conductor +# +# +# Data Store table prefix. (string value) +#table_prefix = dcae + +# Base URL for DCAE, up to and not including the version, and without a +# trailing slash. (string value) +server_url = https://dcae:8080 + +# Timeout for DCAE Rest Call (string value) +#dcae_rest_timeout = 30 + +# Number of retry for DCAE Rest Call (string value) +#dcae_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 DCAE. (string value) +#username = + +# Password for DCAE. (string value) +#password = + +get_slice_config_url = "/api/v1/slices-config" |