TT#38454 Move firmwares from deployment.sh to NGCP metapackage ngcp-hardware-support

In the past those packages were installed on CE/PRO/Carrier by
deployment.sh on debootstrap process. Migrate them to metapackages
to ensure they are always available on NGCP.

P.S. Why do we need to install those firmwares:
> # required e.g. for "Broadcom NetXtreme II BCM5709S Gigabit Ethernet"
> # lacking the firmware will result in non-working network on
> # too many physical server systems, so just install it by default

Change-Id: I996e7745ad96c2742784dd633ffec919d647b320
changes/68/21968/2
Alexander Lutay 7 years ago
parent e36d687c20
commit 6fbd19765c

13
debian/control vendored

@ -104,6 +104,7 @@ Architecture: all
Depends:
ngcp-cloudpbx-pro,
ngcp-config-pro,
ngcp-hardware-support,
ngcp-keyring,
ngcp-nth-pro,
ngcp-services-pro,
@ -122,6 +123,7 @@ Package: ngcp-ngcp-ce
Architecture: all
Depends:
ngcp-config-ce,
ngcp-hardware-support,
ngcp-keyring,
ngcp-nth-ce,
ngcp-services-ce,
@ -141,6 +143,7 @@ Architecture: all
Depends:
ngcp-cloudpbx-pro,
ngcp-config-carrier,
ngcp-hardware-support,
ngcp-keyring,
ngcp-nth-pro,
ngcp-services-carrier,
@ -545,3 +548,13 @@ Replaces:
Description: Metapackage for NGCP services
This metapackage installs the required services in a NGCP
sip:provider CARRIER.
Package: ngcp-hardware-support
Architecture: all
Depends:
firmware-bnx2,
firmware-bnx2x,
${misc:Depends},
Description: Metapackage for NGCP HW drivers
This metapackage installs the firmwares and drivers
necessary for NGCP system.

Loading…
Cancel
Save