From 8f0ad69e31038c438d7f28743d6fc150b7950247 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 30 Jul 2025 19:48:28 +0200 Subject: T7671: move AWS GLB CLI configuration to a separate package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- debian/control | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'debian/control') 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. -- cgit v1.2.3