diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-04-05 01:10:12 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-04-05 01:10:12 +0200 |
commit | c31e67d27434b3ff54db8015292924a97ada95ed (patch) | |
tree | 4ffd20f191cd94ae684d1a499ea00fe757ab4abf /inventory | |
parent | add new streaming recorder role (diff) |
deploy final glt recording hosts
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/glt-calypso.yml | 24 | ||||
-rw-r--r-- | inventory/host_vars/glt-telesto.yml | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/inventory/host_vars/glt-calypso.yml b/inventory/host_vars/glt-calypso.yml index 2ec8a28f..7e48aa07 100644 --- a/inventory/host_vars/glt-calypso.yml +++ b/inventory/host_vars/glt-calypso.yml @@ -42,6 +42,16 @@ apt_repo_components: - non-free ## for microcode updates +zfs_arc_size: + min: 1GB + max: 2GB + +zfs_pools: + storage: + mountpoint: /srv/storage + create_vdevs: mirror /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720805 /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720811 + + blackmagic_desktopvideo_version: 11.7a12 blackmagic_desktopvideo_include_gui: yes @@ -66,3 +76,17 @@ kubernetes_version: 1.20.5 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 42 kubernetes_standalone_cni_variant: with-portmap + + +recorder_storage: + type: zfs + pool: storage + name: recorder +recorder_base_path: /srv/storage/recorder +recorder_inst_name: feed-glt21s2 +recorder_ffmpeg_image_version: 2021-02-24.7 +recorder_decklink_card: "DeckLink SDI (1)" +recorder_decklink_format_code: Hp25 + +recorder_segment_time: 3600 +recorder_segment_clocktime_offset: 3300 diff --git a/inventory/host_vars/glt-telesto.yml b/inventory/host_vars/glt-telesto.yml index 04cab4e8..ed38a7b2 100644 --- a/inventory/host_vars/glt-telesto.yml +++ b/inventory/host_vars/glt-telesto.yml @@ -42,6 +42,16 @@ apt_repo_components: - non-free ## for microcode updates +zfs_arc_size: + min: 1GB + max: 2GB + +zfs_pools: + storage: + mountpoint: /srv/storage + create_vdevs: mirror /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720808 /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720810 + + blackmagic_desktopvideo_version: 11.7a12 blackmagic_desktopvideo_include_gui: yes @@ -66,3 +76,17 @@ kubernetes_version: 1.20.5 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 42 kubernetes_standalone_cni_variant: with-portmap + + +recorder_storage: + type: zfs + pool: storage + name: recorder +recorder_base_path: /srv/storage/recorder +recorder_inst_name: feed-glt21s2 +recorder_ffmpeg_image_version: 2021-02-24.7 +recorder_decklink_card: "DeckLink SDI" +recorder_decklink_format_code: Hp25 + +recorder_segment_time: 3600 +recorder_segment_clocktime_offset: 3300 |