Chengkai Yan | 7f278e3 | 2018-11-06 16:32:03 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License.
|
| 2 | .. http://creativecommons.org/licenses/by/4.0
|
| 3 |
|
| 4 | Delivery
|
| 5 | ========
|
| 6 |
|
| 7 | Docker Container
|
| 8 | ----------------
|
| 9 |
|
maximesson | e707b22 | 2019-05-09 14:27:34 +0000 | [diff] [blame] | 10 | DFC is delivered as a docker container. The latest released version (Dublin) can be downloaded from nexus:
|
Chengkai Yan | 7f278e3 | 2018-11-06 16:32:03 +0100 | [diff] [blame] | 11 |
|
maximesson | 4ad6838 | 2019-06-05 17:51:29 +0200 | [diff] [blame] | 12 | ``docker pull nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.3``
|
maximesson | e707b22 | 2019-05-09 14:27:34 +0000 | [diff] [blame] | 13 |
|
maximesson | 4ad6838 | 2019-06-05 17:51:29 +0200 | [diff] [blame] | 14 | For another version, it is possible to replace the tag '1.1.3' with any version that seems suitable. Available images
|
maximesson | e707b22 | 2019-05-09 14:27:34 +0000 | [diff] [blame] | 15 | are visible following this `link`_.
|
| 16 |
|
maximesson | 4ad6838 | 2019-06-05 17:51:29 +0200 | [diff] [blame] | 17 | .. _link: https://nexus3.onap.org/#browse/search=keyword%3D*collectors.datafile*
|
maximesson | c762eb1 | 2019-04-04 14:43:43 +0000 | [diff] [blame] | 18 |
|
| 19 |
|
maximesson | e707b22 | 2019-05-09 14:27:34 +0000 | [diff] [blame] | 20 | ONAP Gerrit
|
| 21 | -----------
|
maximesson | c762eb1 | 2019-04-04 14:43:43 +0000 | [diff] [blame] | 22 |
|
maximesson | 4ad6838 | 2019-06-05 17:51:29 +0200 | [diff] [blame] | 23 | It is possible to clone the Gerrit repository of DFC at this
|
| 24 | `link <https://gerrit.onap.org/r/#/admin/projects/dcaegen2/collectors/datafile>`__.
|
| 25 | Choose your preferred settings (ssh, http or https, with or without hook) and run the command in your terminal.
|
maximesson | e707b22 | 2019-05-09 14:27:34 +0000 | [diff] [blame] | 26 |
|
| 27 | If using Cloudify to deploy DFC, the blueprints are needed, and can be found `here`_.
|
| 28 |
|
maximesson | 4ad6838 | 2019-06-05 17:51:29 +0200 | [diff] [blame] | 29 | .. _here: https://gerrit.onap.org/r/gitweb?p=dcaegen2/collectors/datafile.git;a=blob;f=datafile-app-server/dpo/blueprints/k8s-datafile.yaml;h=cae953085ab00570ea6dd9600c7a7a83e33e3249;hb=HEAD
|