Skip to content
Snippets Groups Projects
Commit 35bdb1ba authored by Arne Øslebø's avatar Arne Øslebø
Browse files

added howto file

parent 727c3685
No related branches found
No related tags found
No related merge requests found
Howto's
=======
Modify main NiFi pipeline
-------------------------
To make modifications to the main NiFi pipeline and add it to the Ansible playbook, do the following in the soctool directory:
* Make necesarry to the pipeline in the NiFi GUI
* Copy flow.xml.gz file from one of the NiFi containers:
`docker cp <CONTAINER ID>:/opt/nifi/nifi-current/conf/flow.xml.gz .`
* Convert flowx.xml.gz to new template
`utils/flow2template.py flow.xml.gz roles/nifi/templates/flow.xml.j2`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment