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/tcagen2-docker/installation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/sections/services/tcagen2-docker') diff --git a/docs/sections/services/tcagen2-docker/installation.rst b/docs/sections/services/tcagen2-docker/installation.rst index 77b6554a..450c7037 100644 --- a/docs/sections/services/tcagen2-docker/installation.rst +++ b/docs/sections/services/tcagen2-docker/installation.rst @@ -23,6 +23,12 @@ Following are steps if manual deployment/undeployment is required. Steps to dep Enter the Cloudify Manager kuberenetes pod + .. note:: + For doing this, follow the below steps + + * 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 + - Tca-gen2 blueprint directory (/blueprints/k8s-tcagen2.yaml). The blueprint is also maintained in gerrit and can be downloaded from https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-tcagen2.yaml - Create input file required for deployment @@ -70,4 +76,4 @@ To undeploy TCA-gen2, steps are shown below .. code-block:: bash cfy blueprints delete tcagen2 - \ No newline at end of file + -- cgit 1.2.3-korg