From 196801638e46cc712f9d9e023e3228c4de11dad6 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 3 Nov 2017 11:34:27 -0700 Subject: 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 Issue-id: APPC-310 --- docs/APPC Properties/APPC Properties.rst | 57 ++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'docs/APPC Properties') 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= # Default value for the default keystore is adminadmin org.onap.ccsdk.sli.adaptors.aai.uri= # 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 ================ -- cgit 1.2.3-korg