summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-19 13:57:45 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-19 13:57:45 +0000
commit397b6122f07f020bc0ac9ccbd137ac8b24833b16 (patch)
tree5f173c18e0c98c84df7ac4d12e0a8b0671bfc851 /docs
parentd89520251c699c9c11214907395fb2dff69ffc81 (diff)
parent9f2794df0faeba95707fdf6459ad3b214ed90b39 (diff)
Merge "Title section correction in BP MS"
Diffstat (limited to 'docs')
-rw-r--r--docs/microservices/bluePrintsProcessorMS.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/microservices/bluePrintsProcessorMS.rst b/docs/microservices/bluePrintsProcessorMS.rst
index 911f99945..3f308138f 100644
--- a/docs/microservices/bluePrintsProcessorMS.rst
+++ b/docs/microservices/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)