summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/restconf/installation.rst
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2020-04-22 17:31:32 -0400
committerVENKATESH KUMAR <vv770d@att.com>2020-04-27 12:09:51 -0400
commit7cfaea2ee5e73a5a0a669da3b8c949000245cb83 (patch)
tree579f20962a4c23380ddd67b24edcd4de6ed1fd06 /docs/sections/services/restconf/installation.rst
parent06d45b681f12fcb88fcca76bcc6170eaf020560b (diff)
dcae r6 doc updates cont.
Change-Id: I2303d59ad9491c555adb70de57eb14ab1fa7233c Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/restconf/installation.rst')
-rw-r--r--docs/sections/services/restconf/installation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/sections/services/restconf/installation.rst b/docs/sections/services/restconf/installation.rst
index d475ef7a..e38cf6be 100644
--- a/docs/sections/services/restconf/installation.rst
+++ b/docs/sections/services/restconf/installation.rst
@@ -6,7 +6,7 @@ Standalone docker run command
docker run onap/org.onap.dcaegen2.collectors.restconfcollector
-For Dublin release, RESTConf collector will be a DCAE component that can dynamically be deployed via Cloudify blueprint installation.
+For the current release, RESTConf collector will be a DCAE component that can dynamically be deployed via Cloudify blueprint installation.
Steps to deploy are shown below
@@ -14,17 +14,17 @@ 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/collectors/restconf/tree/dpo/blueprints/k8s-rcc-policy.yaml-template?h=dublin
+ https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-restconf.yaml
- Validate blueprint
.. code-block:: bash
- cfy blueprints validate /blueprints/k8s-rcc-policy.yaml
+ cfy blueprints validate /blueprints/k8s-restconf.yaml
- Upload validated blueprint
.. code-block:: bash
- cfy blueprints upload -b restconfcollector /blueprints/k8s-rcc-policy.yaml
+ cfy blueprints upload -b restconfcollector /blueprints/k8s-restconf.yaml
- Create deployment
.. code-block:: bash