[DCAEGEN2]Release dcaegen2-services-son-handler maven dependency
[dcaegen2/services/son-handler.git] / README.md
index 65e28af..9db9705 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ This project is organized as a mvn project and has "org.onap.dcaegen2" as parent
 ```
 git clone https://gerrit.onap.org/r/dcaegen2/services/son-handler
 mvn clean install
+mvn clean install docker:build
 ```
 
 
@@ -21,9 +22,8 @@ Variables coming from deployment system:
 - CBS_PROTOCOL - Config Binding Service protocol by default set to **http**, if it is need to change it then that can be set to different value
 - CONFIG_BINDING_SERVICE - used with conjunction with CBSPOLLTIMER, should be a name of CBS as it is registered in Consul
 - HOSTNAME - used with conjunction with CBSPOLLTIMER, should be a name of sonhms application as it is registered in CBS catalog
-
 ### Release images
-For R1 - image/version  pushed to nexus3 
+For R4 - image/version  pushed to nexus3 
 ```
 nexus3.onap.org:10001/snapshots/onap/org.onap.dcaegen2.services.son-handler   1.0.0
 ```
@@ -33,6 +33,10 @@ son handler can be manually deployed in dcae environment using cloudify blueprin
 
 login to bootstrap container in dcae deployment
 
+Copy the blueprints to the bootstrap container.
+
+The blueprint can be found under dpo/blueprints in the son-handler project.
+
 To install : 
        cfy install -b sonhms -d sonhms -i <inputs filepath> <blueprint filepath> 
 
@@ -41,3 +45,13 @@ To uninstall:
        cfy blueprints delete sonhms
 
 
+### Standalone deployment
+son handler can be deployed standalone using docker-compose.
+
+Navigate to src/main/docker directory. docker-compose.yaml can be found there.
+
+To install :
+    docker-compose up
+
+To uninstall :
+    docker-compose down
\ No newline at end of file