summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/restconf/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/services/restconf/installation.rst')
-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