← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas-images:include-openvswitch into maas-images:master

 

Alberto Donato has proposed merging ~ack/maas-images:include-openvswitch into maas-images:master.

Commit message:
LP:1914762 include openvswitch modules



Requested reviews:
  maintainers of maas images (maas-images-maintainers)
Related bugs:
  Bug #1914762 in maas-images: "test network configuration broken with openvswitch bridge"
  https://bugs.launchpad.net/maas-images/+bug/1914762

For more details, see:
https://code.launchpad.net/~ack/maas-images/+git/maas-images/+merge/442133
-- 
Your team maintainers of maas images is requested to review the proposed merge of ~ack/maas-images:include-openvswitch into maas-images:master.
diff --git a/bin/kpack-from-image b/bin/kpack-from-image
index 2d22e7b..1d9efbf 100755
--- a/bin/kpack-from-image
+++ b/bin/kpack-from-image
@@ -193,6 +193,7 @@ copy_modules_dir kernel/drivers/net/bonding # LP: #1835275
 copy_modules_dir kernel/drivers/infiniband  # LP: #1835275
 copy_modules_dir kernel/drivers/dax         # LP: #1833604
 copy_modules_dir kernel/drivers/nvdimm      # LP: #1833604
+copy_modules_dir kernel/net/openvswitch     # LP: #1914762
 manual_add_modules bcache                   # LP: #1513176
 manual_add_modules hpilo                    # LP: #1761639
 case $(dpkg --print-architecture) in

Follow ups