diff options
Diffstat (limited to 'docs/sections/services/son-handler/installation.rst')
-rw-r--r-- | docs/sections/services/son-handler/installation.rst | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/sections/services/son-handler/installation.rst b/docs/sections/services/son-handler/installation.rst index edfcb39f..17f6e740 100644 --- a/docs/sections/services/son-handler/installation.rst +++ b/docs/sections/services/son-handler/installation.rst @@ -55,11 +55,20 @@ Deployment Prerequisites Deployment steps ~~~~~~~~~~~~~~~~ +1.Using DCAE Dashboard + - Login to DCAE Dashboard + - Go to Inventory --> Blueprints + - Upload son-handler blueprint which can be found under blueprints repo (https://gerrit.onap.org/r/dcaegen2/platform/blueprints) + - Click on Deploy Action for son-handler blueprint + - Deployment logs can be viewed under Deployments section + +2.Using cloudify commands + - Login to the bootstrap container kubectl exec -ti --namespace onap <bootstrap pod name> bash -- Copy the blueprints and inputs file to the bootstrap container. The blueprint and a sample input file can be found under dpo/blueprints directory of son-hanler project. (https://gerrit.onap.org/r/dcaegen2/services/son-handler) +- The blueprint can be found under dcaegen2 blueprint repo and is part of bootstrap container. (https://gerrit.onap.org/r/dcaegen2/platform/blueprints) - Deploy the microservice into the cloudify using the following command - cfy install -d sonhms -b sonhms -i <inputs file path> <blueprint file path> + cfy install -d sonhms -b sonhms <blueprint file path> - Deployment status of the microservice can be found from kubernetes pods status (MS will be deployed as a k8s pod in the kubernetes environment under the same namespace as the DCAE environment). kubectl get pods --namespace onap - To uninstall the microservice @@ -119,4 +128,3 @@ Application Configurations +-------------------------------+------------------------------------------------+ |sonhandler.optimizers | Optimizer to trigger in OOF | +-------------------------------+------------------------------------------------+ - |