Skip to content

Commit

Permalink
bw/encoders: add mdadm bundle only where it is actually needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed May 2, 2024
1 parent 51be643 commit c3e7973
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion bundlewrap/groups/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
r'^encoder.+$',
},
'bundles': {
'mdadm',
'rsync',
'samba',
'voctocore',
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder1.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder191.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets.encoding]
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder2.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down
2 changes: 1 addition & 1 deletion bundlewrap/nodes/encoder23.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bundles = ["cifs-client"]
bundles = ["cifs-client", "mdadm"]
groups = ["debian-buster"]

[metadata.cifs-client.mounts.video-ext]
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder28.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder3.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder4.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder5.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down
1 change: 1 addition & 0 deletions bundlewrap/nodes/encoder6.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bundles = ["mdadm"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down
2 changes: 1 addition & 1 deletion bundlewrap/nodes/encoder81.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bundles = ["mixer-common", "voctogui"]
bundles = ["mdadm", "mixer-common", "voctogui"]
groups = ["debian-buster"]

[metadata.crs-worker.secrets]
Expand Down

0 comments on commit c3e7973

Please sign in to comment.