From 74ea0747fc5b72b20b7005721d3c26ef9e2d0a44 Mon Sep 17 00:00:00 2001 From: ramagp Date: Sun, 29 Nov 2020 15:11:42 +0000 Subject: [DOC] DCAE tcagen2, ves-http and RestConf microservices installation documentation sections changes Change-Id: I959e6789ddf476b752eb7c7bbcaa16e889762c13 Issue-ID: DCAEGEN2-2535 Signed-off-by: ramagp --- docs/sections/services/ves-http/installation.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs/sections/services/ves-http') 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 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 -- cgit 1.2.3-korg