Commit 30ad578c authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina volumen de ingesta, no usado

parent becc8a80
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ CONTENT_VOL_NAME=nifi-content-vol
PROVENANCE_VOL_NAME=nifi-provenance-vol
STATE_VOL_NAME=nifi-state-vol
SECURITY_VOL_NAME=nifi-security-vol
INGEST_VOL_NAME=ingest-data-vol

VOL_TYPE=nfs4
VOL_ADDR=127.0.0.1
+0 −8
Original line number Diff line number Diff line
@@ -56,11 +56,3 @@ volumes:
      type: ${VOL_TYPE}
      o: addr=${VOL_ADDR},${VOL_OPTIONS}
      device: ${SECURITY_VOL_DEVICE:-:/nifi-security-vol/}

  ingest-vol:
    name: ${INGEST_VOL_NAME}
    driver: local
    driver_opts:
      type: ${VOL_TYPE}
      o: addr=${VOL_ADDR},${VOL_OPTIONS}
      device: ${INGEST_VOL_DEVICE:-:/nifi-ingest-vol/}
+0 −6
Original line number Diff line number Diff line
@@ -55,9 +55,3 @@ volumes:
    driver: 'cloudstor:aws'
    driver_opts:
      backing: shared

  ingest-vol:
    name: ${INGEST_VOL_NAME}
    driver: 'cloudstor:aws'
    driver_opts:
      backing: shared
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ services:
      - provenance-vol:${NIFI_HOME}/provenance_repository
      - state-vol:${NIFI_HOME}/state
      - security-vol:${NIFI_HOME}/security
      - ingest-vol:${NIFI_HOME}/data
    configs:
      - source: logback-xml
        target: ${NIFI_HOME}/conf/logback.xml