X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=scripts%2Foptf-has%2Fhas%2Fhas-properties%2Fconductor.conf.onap;h=b8b0a0ad12e7216fded70db869e09acef08754d7;hb=ddd487752cf6eddd891d7b8fe5062316a932414d;hp=8df0d0760237555fd6ec95a61656e8126de6f6c4;hpb=58cad3b81d9dd5c1e49e005bc2741e57802ea1a4;p=integration%2Fcsit.git diff --git a/scripts/optf-has/has/has-properties/conductor.conf.onap b/scripts/optf-has/has/has-properties/conductor.conf.onap index 8df0d076..b8b0a0ad 100644 --- a/scripts/optf-has/has/has-properties/conductor.conf.onap +++ b/scripts/optf-has/has/has-properties/conductor.conf.onap @@ -132,7 +132,8 @@ log_dir = /var/log [auth] -appkey = h@ss3crtky400fdntc#001 +# appkey = h@ss3crtky400fdntc#001 +appkey = [aaf_api] @@ -295,6 +296,7 @@ concurrent = true # Time between checking for new plans. Default value is 1. (integer value) # Minimum value: 1 #polling_interval = 1 +opt_schema_file = /opt/has/conductor/etc/conductor/opt_schema.json # (integer value) # Minimum value: 1 @@ -334,7 +336,7 @@ concurrent = true # # Extensions list to use (list value) -#extensions = aai +extensions = aai,generator [messaging_server] @@ -583,3 +585,51 @@ 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 = http://localhost:9595/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" +