diff options
author | Balaji, Ramya (rb111y) <rb111y@att.com> | 2018-05-16 18:01:21 -0400 |
---|---|---|
committer | Randa Maher <rx196w@att.com> | 2018-05-17 13:49:21 +0000 |
commit | b0c703d319af7be7991b39ebfcda078e9ce5b1c2 (patch) | |
tree | e1b3550c0cff7bf4ec59fdfaf87ad4ef69e33bb4 | |
parent | 10f079d1901aba3c2f42a94dc4aabe69d69887d5 (diff) |
Documentation updates
Details added for designService.properties
Issue-ID: APPC-907
Change-Id: I7b37c10006798b96c341ff9c98407569fe693d5c
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
-rw-r--r-- | docs/APPC Properties/APPC Properties.rst | 16 |
1 files changed, 14 insertions, 2 deletions
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=<DB_NAME> # e.g. sdnctl org.onap.ccsdk.sli.jdbc.user=<USER> # e.g. sdnctl org.onap.ccsdk.sli.jdbc.password=<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 <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/designService.properties;h=7900843184eb41f518156e6f285d21adce5fae2e;hb=HEAD>`_. + +.. code:: bash + + appc.upload.user=<USER> //Eg: admin + appc.upload.pass=<PASSWORD> //Eg: admin + appc.upload.provider.url=<RestConf End Point for Artifact handler:uploadArtifact> // Eg:http://localhost:8181/restconf/operations/artifact-handler:uploadartifact |