summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/restconf
diff options
context:
space:
mode:
authorramagp <ramakrishnagp@aarnanetworks.com>2020-11-29 15:11:42 +0000
committerRamakrishna G P <ramakrishnagp@aarnanetworks.com>2020-12-04 14:29:03 +0000
commit74ea0747fc5b72b20b7005721d3c26ef9e2d0a44 (patch)
treefaddcb125956b80a2375a199b27194d4306496be /docs/sections/services/restconf
parent96d1fe698e944dee6b0ed57c21dc937d78e7c178 (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/restconf')
-rw-r--r--docs/sections/services/restconf/installation.rst10
1 files changed, 8 insertions, 2 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