diff options
author | Tony Hansen <tony@att.com> | 2020-04-27 18:30:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-27 18:30:52 +0000 |
commit | 1d9549e5adf1feab7a5b269e3748b5027fec3746 (patch) | |
tree | 28f2ec8aa3a23b160fc025a3cc4380f1487a9ced /docs/sections/services/restconf/installation.rst | |
parent | 119b02361f6eb3d9f34202d2ae4c2dab467dfadd (diff) | |
parent | 7cfaea2ee5e73a5a0a669da3b8c949000245cb83 (diff) |
Merge "dcae r6 doc updates cont."
Diffstat (limited to 'docs/sections/services/restconf/installation.rst')
-rw-r--r-- | docs/sections/services/restconf/installation.rst | 8 |
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 |