Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible/group_vars/all/with.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ WITH_VIDIS_MEDIA_METADATA_SYNC: false
WITH_COLLABORA_OFFICE: true
WITH_FWU: false
WITH_ROCKET_CHAT: false
WITH_LEGACY_FILE_ARCHIVE: true
1 change: 1 addition & 0 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@
- bilo-media-metadata-sync
- vidis-media-metadata-sync
- file-storage
- legacy-file-archive
2 changes: 2 additions & 0 deletions ansible/playbook_rollout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@
- role: bilo-media-metadata-sync
- role: vidis-media-metadata-sync
- role: file-storage
- role: legacy-file-archive
when: WITH_LEGACY_FILE_ARCHIVE is defined and WITH_LEGACY_FILE_ARCHIVE|bool
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deployments_for_scaled_objects:
- name: antivirus-webserver-deployment
- name: antivirus-scanfile-deployment
- name: file-storage-deployment
- name: legacy-file-archive-deployment
- name: api-migration-systems-deployment
- name: preview-generator-deployment
- name: api-fwu-deployment
Expand Down
Loading