diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-31 20:38:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-31 20:38:25 +0200 |
| commit | bc3ca477a0d92ae2fa5f6f3e0d756243a5aaea27 (patch) | |
| tree | cbdc58bd09307d5cc9110dd826fd3e896eb781f5 /debian/control | |
| parent | 49f9ec8f637525c79b3b54a747bae33d94f390bd (diff) | |
| parent | 8f0ad69e31038c438d7f28743d6fc150b7950247 (diff) | |
| download | vyos-1x-bc3ca477a0d92ae2fa5f6f3e0d756243a5aaea27.tar.gz vyos-1x-bc3ca477a0d92ae2fa5f6f3e0d756243a5aaea27.zip | |
Merge pull request #4634 from c-po/aws-glb-package
T7671: move AWS GLB CLI configuration to a separate package
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. |
