summaryrefslogtreecommitdiffstats
path: root/csit/scripts/has-properties/conductor.conf.onap
diff options
context:
space:
mode:
Diffstat (limited to 'csit/scripts/has-properties/conductor.conf.onap')
-rw-r--r--csit/scripts/has-properties/conductor.conf.onap42
1 files changed, 42 insertions, 0 deletions
diff --git a/csit/scripts/has-properties/conductor.conf.onap b/csit/scripts/has-properties/conductor.conf.onap
index 15e3d76..4a6a658 100644
--- a/csit/scripts/has-properties/conductor.conf.onap
+++ b/csit/scripts/has-properties/conductor.conf.onap
@@ -659,3 +659,45 @@ certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
temp_path = "/tmp/nsttemplates"
+[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"