From b0c703d319af7be7991b39ebfcda078e9ce5b1c2 Mon Sep 17 00:00:00 2001 From: "Balaji, Ramya (rb111y)" Date: Wed, 16 May 2018 18:01:21 -0400 Subject: Documentation updates Details added for designService.properties Issue-ID: APPC-907 Change-Id: I7b37c10006798b96c341ff9c98407569fe693d5c Signed-off-by: Balaji, Ramya (rb111y) --- docs/APPC Properties/APPC Properties.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'docs/APPC Properties') diff --git a/docs/APPC Properties/APPC Properties.rst b/docs/APPC Properties/APPC Properties.rst index 7aa12f9..abe92b0 100644 --- a/docs/APPC Properties/APPC Properties.rst +++ b/docs/APPC Properties/APPC Properties.rst @@ -1,6 +1,6 @@ .. ============LICENSE_START========================================== .. =================================================================== -.. Copyright © 2017 AT&T Intellectual Property. All rights reserved. +.. Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. .. =================================================================== .. Licensed under the Creative Commons License, Attribution 4.0 Intl. (the "License"); .. you may not use this documentation except in compliance with the License. @@ -14,7 +14,6 @@ .. See the License for the specific language governing permissions and .. limitations under the License. .. ============LICENSE_END============================================ -.. ECOMP is a trademark and service mark of AT&T Intellectual Property. =============== APPC Properties @@ -272,3 +271,16 @@ To initialize SLI services, the following properties need to be configured in */ org.onap.ccsdk.sli.jdbc.database= # e.g. sdnctl org.onap.ccsdk.sli.jdbc.user= # e.g. sdnctl org.onap.ccsdk.sli.jdbc.password= + +designService.properties +======================== + +APPC uses design-services to support the Controller Design Tool + +To configure design services to work correctly, the following properties need to be configured in */opt/onap/appc/data/properties/designService.properties*. The current default properties for design services is located in `designService.properties `_. + +.. code:: bash + + appc.upload.user= //Eg: admin + appc.upload.pass= //Eg: admin + appc.upload.provider.url= // Eg:http://localhost:8181/restconf/operations/artifact-handler:uploadartifact -- cgit 1.2.3-korg