DCAE Kohn rls note updates
[dcaegen2.git] / docs / sections / services / dfc / installation.rst
diff --git a/docs/sections/services/dfc/installation.rst b/docs/sections/services/dfc/installation.rst
deleted file mode 100644 (file)
index 27d1ac5..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.\r
-.. http://creativecommons.org/licenses/by/4.0\r
-.. _dfc-installation:\r
-\r
-\r
-Installation\r
-============\r
-\r
-An environment suitable for running docker containers is recommended.\r
-\r
-Using Cloudify deployment\r
--------------------------\r
-\r
-The first possibility is to use blueprints and cfy commands.\r
-\r
-Deployment Prerequisite/dependencies\r
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r
-\r
-Make sure that **cfy** is installed and configured to work with the Cloudify deployment.\r
-\r
-Make sure the Message Router and Data Router are running.\r
-\r
-Deployment steps\r
-^^^^^^^^^^^^^^^^\r
-\r
-1. Execute bash on the cloudify manager kubernetes pod.\r
-\r
-    ``kubectl -n onap exec -it <dev-dcaegen2-dcae-cloudify-manager> bash``\r
-\r
-2. Download the dfc `blueprint`_.\r
-\r
-.. _blueprint: 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\r
-\r
-3. Run Cloudify Install command to install dfc.\r
-\r
-    ``cfy install <dfc-blueprint-path>``\r
-\r
-Sample output:\r
-\r
-    ``cfy install k8s-datafile.yaml``\r
-\r
-Run '*cfy events list -e 37da3f5f-a06b-4ce8-84d3-8b64ccd81c33'* to retrieve the execution's events/logs.\r
-\r
-Validation\r
-^^^^^^^^^^\r
-\r
-curl <dcaegen2-dcae-healthcheck> and check if datafile-collector is in *'ready'* state.\r
-\r
-Standalone deployment of a container\r
-------------------------------------\r
-\r
-DFC is delivered as a docker container based on openjdk:8-jre-alpine.  The\r
-host or VM that will run this container must have the docker application\r
-loaded and available to the userID that will be running the DFC container.\r
-\r
-Also required is a working DMAAP/MR and DMAAP/DR environment. DFC\r
-subscribes to DMAAP/MR fileReady event as JSON messages and publishes the downloaded files to the DMAAP/DR.\r
-\r
-Installation\r
-^^^^^^^^^^^^\r
-\r
-The following command will download the Frankfurt version of the datafile image from\r
-nexus and launch it in the container named "datafile":\r
-\r
-    ``docker run -d -p 8100:8100 -p 8433:8433 nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.3.0``\r
-\r
-For another version, it is possible to replace the tag '1.2.3' with any version that seems suitable (including latest).\r
-Available images are visible following this `link`_.\r
-\r
-.. _link: https://nexus3.onap.org/#browse/search=keyword%3D*datafile*\r
-\r
-Another option is to pull the image first, and then run the image's container with the image ID:\r
-\r
-    ``docker pull nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest``\r
-\r
-    ``docker images | grep 'datafile'``\r
-\r
-    ``docker run -d -p 8100:8100 -p 8433:8433 <image ID>``\r
-\r
-The grep command will display the images corresponding to DFC. There can be several due to remotely or locally built\r
-image, and also to different tags, i.e. different versions.\r
-\r
-Certifcates\r
-^^^^^^^^^^^\r
-.. _page: ./certifcates.rst\r