diff options
author | ramagp <ramakrishnagp@aarnanetworks.com> | 2020-11-29 15:11:42 +0000 |
---|---|---|
committer | Ramakrishna G P <ramakrishnagp@aarnanetworks.com> | 2020-12-04 14:29:03 +0000 |
commit | 74ea0747fc5b72b20b7005721d3c26ef9e2d0a44 (patch) | |
tree | faddcb125956b80a2375a199b27194d4306496be /docs/sections/services/ves-http | |
parent | 96d1fe698e944dee6b0ed57c21dc937d78e7c178 (diff) |
[DOC] DCAE tcagen2, ves-http and RestConf microservices installation documentation sections changes
Change-Id: I959e6789ddf476b752eb7c7bbcaa16e889762c13
Issue-ID: DCAEGEN2-2535
Signed-off-by: ramagp <ramakrishnagp@aarnanetworks.com>
Diffstat (limited to 'docs/sections/services/ves-http')
-rw-r--r-- | docs/sections/services/ves-http/installation.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/sections/services/ves-http/installation.rst b/docs/sections/services/ves-http/installation.rst index 948a02d8..a9432b6d 100644 --- a/docs/sections/services/ves-http/installation.rst +++ b/docs/sections/services/ves-http/installation.rst @@ -42,13 +42,18 @@ If VESCollector instance need to be deployed with authentication disabled, follo - Execute into Bootstrap POD using kubectl command + .. note:: + For doing this, follow the below steps -- VES blueprint is available under /blueprints directory ``k8s-ves-tls.yaml``. A corresponding input file is also pre-loaded into bootstrap pod under /inputs/k8s-ves-inputs.yaml + * First get the bootstrap pod name by running run this: kubectl get pods -n onap | grep bootstrap + * Then login to bootstrap pod by running this: kubectl exec -it <bootstrap pod> bash -n onap + +- VES blueprint is available under /blueprints directory ``k8s-ves.yaml``. A corresponding input file is also pre-loaded into bootstrap pod under /inputs/k8s-ves-inputs.yaml - Deploy blueprint .. code-block:: bash - cfy install -b ves-http -d ves-http -i /inputs/k8s-ves-inputs.yaml /blueprints/k8s-ves-tls.yaml + cfy install -b ves-http -d ves-http -i /inputs/k8s-ves-inputs.yaml /blueprints/k8s-ves.yaml To undeploy ves-http, steps are noted below |