cloudfoundry / bosh-alicloud-cpi-release

BOSH Alibaba CPI
Apache License 2.0
32 stars 20 forks source link

Use Linux type 'Other' instead of 'Ubuntu' for Ubuntu Bionic #122

Closed StefanWutz closed 3 years ago

StefanWutz commented 3 years ago

Uploading an Ubuntu Bionic stemcell will lead to changed kernel boot parameters on alicloud for Ubuntu Bionic images. For example, the kernel boot parameter ipv6.disable=1 will be removed.

As discussed with alicloud team we will change the Linux type from 'Ubuntu' to 'Other' so that the original kernel boot parameters will remain. Related to https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/132

/cc @xiaozhu36

xiaozhu36 commented 3 years ago

HI @StefanWutz This issue has been fixed by #124 and contained by release 34.0.0. Please have a check.