aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-11-03 11:34:27 -0700
committerPatrick Brady <pb071s@att.com>2017-11-06 11:18:00 -0800
commit196801638e46cc712f9d9e023e3228c4de11dad6 (patch)
treefd5a8394c80f250dbe24bd5fe35bc99aa8f07b28
parentfd1353319388ea61a0a0ee7b764b2c7a25eb63b8 (diff)
Docs- Adding missing properties
DOCUMENTATION CHANGE ONLY Adding some property files to the appc property docs that were not in there before. Change-Id: I9229a783fd03926d56ed4f428d51acf1e0194a92 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-310
-rw-r--r--docs/APPC Properties/APPC Properties.rst57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/APPC Properties/APPC Properties.rst b/docs/APPC Properties/APPC Properties.rst
index 36b127f..bac7022 100644
--- a/docs/APPC Properties/APPC Properties.rst
+++ b/docs/APPC Properties/APPC Properties.rst
@@ -169,6 +169,63 @@ To initialize AAI services on an APPC instance, the following AAI properties nee
org.onap.ccsdk.sli.adaptors.aai.ssl.trust.psswd=<SSL_Keystore_Password> # Default value for the default keystore is adminadmin
org.onap.ccsdk.sli.adaptors.aai.uri=<AAI_INSTANCE_LOCATION> # Default value is https://aai.api.simpledemo.openecomp.org:8443
+appc-config-adaptor.properties
+==============================
+
+These properties provide urls and authentication for the appc config component and appc audit component services. These properties are used in the appc-config-adaptor bundle.
+
+- **Example**:
+
+ .. code:: bash
+
+ configComponent.url=
+ configComponent.user=
+ configComponent.passwd=
+ service-configuration-notification-url=
+
+appc-flow-controller.properties
+===============================
+
+These properties provide urls and authentication to the sequence generator and healthcheck. Both of these are services are running in OpenDaylight.
+
+- **Example**:
+
+ .. code:: bash
+
+ seq_generator_url=http://localhost:8181/restconf/operations/sequence-generator:generate-sequence
+ seq_generator.uid=admin
+ seq_generator.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+ HealthCheck.mock=true
+ HealthCheck.context=/restconf/operations/appc-provider-lcm:health-check
+ HealthCheck.default-rest-user=TestUser
+ HealthCheck.default-rest-pass=TestPass
+
+
+mdsal-resource.properties
+=========================
+
+These properties provide connection configuration for the ccsdk sli mdsal OpenDaylight feature.
+
+- **Example**:
+
+ .. code:: bash
+
+ org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-user=admin
+ org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-passwd=admin
+ org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-host=localhost
+ org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-protocol=http
+ org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-port=8181
+
+sql-resource.properties
+=======================
+
+This file should be pre-populated with a key used by the sdnc-sql-resource feature to decrypt database data.
+
+- **Example**:
+
+ .. code:: bash
+
+ org.openecomp.sdnc.resource.sql.cryptkey=
dblib.properties
================