diff options
author | 2020-11-29 15:11:42 +0000 | |
---|---|---|
committer | 2020-12-04 14:29:03 +0000 | |
commit | 74ea0747fc5b72b20b7005721d3c26ef9e2d0a44 (patch) | |
tree | faddcb125956b80a2375a199b27194d4306496be /docs/sections/services/tcagen2-docker | |
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/tcagen2-docker')
-rw-r--r-- | docs/sections/services/tcagen2-docker/installation.rst | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bootstrap pod> 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 + |