diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -21,9 +21,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 +32,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> |