[DOC] DCAE tcagen2, ves-http and RestConf microservices installation documentation... 96/115496/3
authorramagp <ramakrishnagp@aarnanetworks.com>
Sun, 29 Nov 2020 15:11:42 +0000 (15:11 +0000)
committerRamakrishna G P <ramakrishnagp@aarnanetworks.com>
Fri, 4 Dec 2020 14:29:03 +0000 (14:29 +0000)
Change-Id: I959e6789ddf476b752eb7c7bbcaa16e889762c13
Issue-ID: DCAEGEN2-2535
Signed-off-by: ramagp <ramakrishnagp@aarnanetworks.com>
docs/sections/services/restconf/installation.rst
docs/sections/services/tcagen2-docker/installation.rst
docs/sections/services/ves-http/installation.rst

index 35f689f..344decc 100644 (file)
@@ -18,10 +18,16 @@ Steps to deploy are shown below
 
 - Enter the Bootstrap POD using kubectl
 
-- Transfer blueprint component file in DCAE bootstrap POD under /blueprints directory. Blueprint can be found in
-     https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-restconf.yaml
+     .. 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
 
 - Validate blueprint
+    .. note::
+      Verify that the version of the plugin used should match with "cfy plugins list" and use an explicit URL to the plugin YAML file if needed in the blueprint.
+
     .. code-block:: bash
         
         cfy blueprints validate /blueprints/k8s-restconf.yaml
index 77b6554..450c703 100644 (file)
@@ -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
+        
index 948a02d..a9432b6 100644 (file)
@@ -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