diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-13 14:54:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-13 14:54:17 +0000 |
commit | 82ddf67a5b1ff8adfbb25a39e474ed8613f700b0 (patch) | |
tree | a3a74a9b0ddf794ebf76d7875c796f8a6f5ccdae /docs/sections/services/dfc/delivery.rst | |
parent | 0c99792d581e9bd829b0ce61698dd20cd310f544 (diff) | |
parent | e707b220b6f21433970157ed3eb91854e8c6e7f0 (diff) |
Merge "Update DFC documentation w/ troubleshooting guide"
Diffstat (limited to 'docs/sections/services/dfc/delivery.rst')
-rw-r--r-- | docs/sections/services/dfc/delivery.rst | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/docs/sections/services/dfc/delivery.rst b/docs/sections/services/dfc/delivery.rst index b2d9425b..02494ab2 100644 --- a/docs/sections/services/dfc/delivery.rst +++ b/docs/sections/services/dfc/delivery.rst @@ -7,14 +7,24 @@ Delivery Docker Container
----------------
-**datafile** is delivered as a docker container. The latest onap automatically built version can be downloaded from nexus:
+DFC is delivered as a docker container. The latest released version (Dublin) can be downloaded from nexus:
- ``docker run -d -p 8100:8100 -p 8433:8433
- nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest``
+ ``docker pull nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.2``
+For another version, it is possible to replace the tag '1.1.2' with any version that seems suitable. Available images
+are visible following this `link`_.
-Another option is to pull the container first, and then run it with the image ID:
+.. _link https://nexus3.onap.org/#browse/search=keyword%3D*datafile*
- ``docker pull nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest``
- ``docker images | grep 'datafile'``
- ``docker run -d -p 8100:8100 -p 8433:8433 <image ID>``
\ No newline at end of file +
+ONAP Gerrit
+-----------
+
+It is possible to clone the Gerrit repository of DFC with at this `link`_. Choose your preferred settings (ssh, http or
+https, with or without hook) and run the command in your terminal.
+
+.. _link https://gerrit.onap.org/r/#/admin/projects/dcaegen2/collectors/datafile
+
+If using Cloudify to deploy DFC, the blueprints are needed, and can be found `here`_.
+
+.. _here https://gerrit.onap.org/r/gitweb?p=dcaegen2/platform/blueprints.git;a=blob;f=blueprints/reference_templates/k8s-datafile-collector.yaml-template;h=17d2aedec131154b4f5f84a08a099b0364b1e627;hb=HEAD
\ No newline at end of file |