generic (cloud) image problems

2019-12-27 Thread Christian Tramnitz
I'm trying to use the Buster generic image (https://cdimage.debian.org/cdimage/cloud/buster/20191117-80/debian-10-generic-amd64-20191117-80.qcow2) to automate deployment of KVM-based VMs. The reason that I'm not using the genericcloud or OpenStack image is that I'm passing through network VFs that

Re: generic (cloud) image problems

2019-12-27 Thread Geert Stappers
On Fri, Dec 27, 2019 at 02:16:05PM +0100, Christian Tramnitz wrote: > I'm trying to use the Buster generic image > (https://cdimage.debian.org/cdimage/cloud/buster/20191117-80/debian-10-generic-amd64-20191117-80.qcow2) > to automate deployment of KVM-based VMs. The reason that I'm not using > the g

Re: generic (cloud) image problems

2019-12-27 Thread Thomas Goirand
On 12/27/19 9:15 PM, Geert Stappers wrote: > On Fri, Dec 27, 2019 at 02:16:05PM +0100, Christian Tramnitz wrote: >> I'm trying to use the Buster generic image >> (https://cdimage.debian.org/cdimage/cloud/buster/20191117-80/debian-10-generic-amd64-20191117-80.qcow2) >> to automate deployment of KVM-

Re: generic (cloud) image problems

2019-12-27 Thread Noah Meyerhans
On Fri, Dec 27, 2019 at 02:16:05PM +0100, Christian Tramnitz wrote: > However, I'm running into multiple problems staging a system through > cloud-init. > Without the packages > - bridge-utils > - vlan > - gnupg2 > it is virtually impossible to use the image for cloud-init based deployment: > Whil

Re: generic (cloud) image problems

2019-12-27 Thread Christian Tramnitz
Am Fr., 27. Dez. 2019 um 22:04 Uhr schrieb Thomas Goirand : > Probably the ip command can be used to setup vlan, though to my > understanding, the vlan package is needed for ifupdown to understand > interfaces of type vlan, and the same way, bridge-utils is needed > for bridges, and ifenslave for b

Re: generic (cloud) image problems

2019-12-27 Thread Thomas Goirand
On 12/27/19 10:25 PM, Noah Meyerhans wrote: > On Fri, Dec 27, 2019 at 02:16:05PM +0100, Christian Tramnitz wrote: >> However, I'm running into multiple problems staging a system through >> cloud-init. >> Without the packages >> - bridge-utils >> - vlan >> - gnupg2 >> it is virtually impossible to

Re: generic (cloud) image problems

2019-12-27 Thread Noah Meyerhans
On Fri, Dec 27, 2019 at 11:39:00PM +0100, Thomas Goirand wrote: > >> it is virtually impossible to use the image for cloud-init based > >> deployment: > >> While cloud-init can also install missing packages, the install would > >> happen *after* package installation and network setup. bridge-utils