summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/sections/services/restconf/installation.rst10
-rw-r--r--docs/sections/services/tcagen2-docker/installation.rst8
-rw-r--r--docs/sections/services/ves-http/installation.rst9
3 files changed, 22 insertions, 5 deletions
diff --git a/docs/sections/services/restconf/installation.rst b/docs/sections/services/restconf/installation.rst
index 35f689fd..344decc3 100644
--- a/docs/sections/services/restconf/installation.rst
+++ b/docs/sections/services/restconf/installation.rst
@@ -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
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
+
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