aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-08 19:20:30 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-08 19:20:30 +0000
commit853278ae308ea4ab83c6e5cc1c8bfe808b178604 (patch)
tree83eb12c87758caec7d7ce38082892fd2a293f6dd /docs
parentc7daf1efab55aab027885b0f768a21077c264819 (diff)
parentde33f3c7218d50d3f2e374796886b536b315a846 (diff)
Merge "Corrected title section in Microservice index"
Diffstat (limited to 'docs')
-rw-r--r--docs/bluePrintsProcessorMS.rst8
-rw-r--r--docs/controllerBlueprintStudioProcessorMS.rst4
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/bluePrintsProcessorMS.rst b/docs/bluePrintsProcessorMS.rst
index 911f99945..3f308138f 100644
--- a/docs/bluePrintsProcessorMS.rst
+++ b/docs/bluePrintsProcessorMS.rst
@@ -14,7 +14,7 @@ Micro service to Manage Controller Blueprint Models, such as Resource Dictionary
This microservice is used to deploy Controller Blueprint Archive file in Run time database. This also helps to test the Valid Blueprint.
Architecture:
-==============
+-------------
|image0|
@@ -23,7 +23,7 @@ Architecture:
:width: 800px
Running Blueprints Processor Microservice Locally:
-==================================================
+--------------------------------------------------
The purpose of this page is to show how to run the Blueprints Processor microservice locally, using the docker-compose.yaml file provided in the project.
@@ -48,7 +48,7 @@ Build it using the Maven profile called Docker:
mvn clean install -Pdocker
Start Docker containers using docker-composer:
-==============================================
+----------------------------------------------
Navigate to the docker-compose file in the distribution module:
@@ -66,7 +66,7 @@ To verify the logs generated by docker-composer, type:
Testing the environment:
-========================
+------------------------
Point your browser to http://localhost:8000/api/v1/execution-service/ping (please note that the port is 8000, not 8080)
diff --git a/docs/controllerBlueprintStudioProcessorMS.rst b/docs/controllerBlueprintStudioProcessorMS.rst
index 5c67d6c1d..6f3152d20 100644
--- a/docs/controllerBlueprintStudioProcessorMS.rst
+++ b/docs/controllerBlueprintStudioProcessorMS.rst
@@ -10,7 +10,7 @@ The Controller Blueprint Archive is the overall service design, fully model-driv
The CBA is .zip file which is saved in Controller Blueprint Database.
Dynamic API:
-===========
+------------
The nature of the API request and response is meant to be model driven and dynamic. They both share the same definition.
@@ -24,7 +24,7 @@ Then the content within this element is fully based on the workflow input and ou
Enrichment:
-===========
+-----------
Helps to generate complete valid CBA file.