diff options
author | 2020-10-19 10:00:59 -0400 | |
---|---|---|
committer | 2020-11-24 13:19:06 +0100 | |
commit | ab31f6f4d7ae57879481a7186b2b9e6f3f94b716 (patch) | |
tree | a5f13415b4f3e979085664d74ff73479a040ff3b /docs/userguide/developer-guide.rst | |
parent | f7f28433da12451a90236f9d6bb95491a1bf1a27 (diff) |
Refactoring docs
Issue-ID: CCSDK-2916
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ide8d830bc5cfe223752f81b35d2f09a5759f5aa2
(cherry picked from commit 83c0cd2c078f89a386701b7f8e680fd3fc70ecfd)
Diffstat (limited to 'docs/userguide/developer-guide.rst')
-rw-r--r-- | docs/userguide/developer-guide.rst | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/docs/userguide/developer-guide.rst b/docs/userguide/developer-guide.rst index 3f8112244..be73f59c7 100644 --- a/docs/userguide/developer-guide.rst +++ b/docs/userguide/developer-guide.rst @@ -1,4 +1,3 @@ -.. This work is a derivative of https://wiki.onap.org/display/DW/Running+Blueprints+Processor+Microservice+in+an+IDE .. This work is licensed under a Creative Commons Attribution 4.0 .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright (C) 2020 Deutsche Telekom AG. @@ -6,8 +5,30 @@ Developer Guide ================= +Blueprints Processor Microservice: +---------------------------------- + +Micro service to Manage Controller Blueprint Models, such as Resource Dictionary, Service Models, Velocity Templates etc, which will serve service for Controller Design Studio and Controller runtimes. + +This microservice is used to deploy Controller Blueprint Archive file in Run time database. This also helps to test the Valid CBA. + .. toctree:: - :caption: Table of Contents :maxdepth: 1 - running-bp-processor-in-ide
\ No newline at end of file + running-bp-processor-in-ide + +Architecture: +~~~~~~~~~~~~~ + +|image0| + +.. |image0| image:: media/blueprintprocessor.jpg + :width: 400pt + + +Testing in local environment: +----------------------------- + +Point your browser to http://localhost:8000/api/v1/execution-service/ping (please note that the port is 8000, not 8080) + +To authenticate, use ccsdkapps/ccsdkapps login user id and password.
\ No newline at end of file |