Skatteetaten / terraform-nomad-nifi

0 stars 0 forks source link

Persistence storage on nomad #3

Closed hannemariavister closed 3 years ago

hannemariavister commented 3 years ago

Feature description

Like the others terraform-nomad_xxxx-modules, we need to offer persistence storage. By creating the variable use_host_volume, we able to parameterize this feature.

Definition of done

When the variable use_host_volume working, and the data is available in the persistence/nifi folder (on nomad)

Checklist (after created issue)

karimacherradi commented 3 years ago

Recommended for Nifi persistence: https://github.com/xemuliam/docker-nifi#volumes

hannemariavister commented 3 years ago

Branch: https://github.com/hannemariavister/terraform-nomad-nifi/tree/issue_3_persistence_storage_nomad shows a suggestion for persistence storage. But after some research, we found out that NiFi might use NiFi registry for storing templates, which means that persistence storage is not necessary in this case...

hannemariavister commented 3 years ago

Not relevant.