diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-30 19:48:28 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-30 19:48:28 +0200 |
| commit | 8f0ad69e31038c438d7f28743d6fc150b7950247 (patch) | |
| tree | 71bf04a92023bda1c55272de72b8a88e536c15ff /debian/control | |
| parent | a551fa45573ef57858904773d4bcc99dbf553b19 (diff) | |
| download | vyos-1x-8f0ad69e31038c438d7f28743d6fc150b7950247.tar.gz vyos-1x-8f0ad69e31038c438d7f28743d6fc150b7950247.zip | |
T7671: move AWS GLB CLI configuration to a separate package
Since AWS Gateway Load Balancer is specific to the AWS platform, its CLI and
binary dependencies don’t need to be included in generic images.
This commit removes the AWS GLB CLI definitions from all images and introduces
a new vyos-1x-aws package to provide the necessary CLI configuration and binary
dependencies.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 90158b1db..f5853ba2c 100644 --- a/debian/control +++ b/debian/control @@ -199,8 +199,6 @@ Depends: console-data, dropbear, # End "service console-server" -# For "service aws glb" - aws-gwlbtun, # For "service dns dynamic" ddclient (>= 3.11.1), # End "service dns dynamic" @@ -393,13 +391,15 @@ Depends: Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything -Package: vyos-1x-vmware +Package: vyos-1x-aws Architecture: all Depends: vyos-1x, - open-vm-tools -Description: VyOS configuration scripts and data for VMware - Adds configuration files required for VyOS running on VMware hosts. +# For "service aws glb" + aws-gwlbtun, +Description: VyOS configuration scripts and data for AWS Gateway Load Balancer + Adds configuration files required for AWS Gateway Load Balancer service + running on top of VyOS. Package: vyos-1x-smoketest Architecture: all @@ -408,3 +408,11 @@ Depends: snmp, vyos-1x Description: VyOS build sanity checking toolkit + +Package: vyos-1x-vmware +Architecture: all +Depends: + vyos-1x, + open-vm-tools +Description: VyOS configuration scripts and data for VMware + Adds configuration files required for VyOS running on VMware hosts. |
