cloud init

  1. S

    A start job is running for LSB: Bri.../down networking (41s / 5min 5s)

    I create a cloud-init template follow below command. qm create 9000 --memory 2048 --name centos-8-template --net0 virtio,bridge=vmbr0 qm importdisk 9000 images/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2 local-lvm qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-0...
  2. Y

    How to prevent automatic apt upgrade during the first boot with cloud init ?

    Hello, I've noticed there is an automatic process for upgrading packages during the first boot after cloud init Installation (Debian or Ubuntu for example). Do you know any simple command or the best way to prevent or cancel this process ? Regards YAGA
  3. Y

    Issue : got two IP addresses instead one IP on VM eth0 with Cloud-init

    Hello, I'm using CLI commands (qm create..., qm importdisk..., qm set...) from server to create a VM with Cloud-Init (debian-10.2.0-openstack-amd64.qcow2), everything works properly but I got two IP addresses instead one IP on VM eth0 with Cloud-init. I use these commands for the network and...
  4. S

    Online migration fails with Cloud-Init

    Hello, I need the online migrate all VE to the second node without downtime, but the migration failed. I use local storage. pve-manager/6.1-5/9bf06119 (running kernel: 5.3.13-2-pve) qm migrate 105 node2 --online --with-local-disks 2020-02-12 00:14:47 use dedicated network address for sending...
  5. TwiX

    Cloud-Init for beginners

    Hi, I just provisioned some new VMs based on a debian10 template with cloud-init. It works as expected. So, after first boot, do I need to keep the cloud-init drive mounted (a then delete it) ? Also, remove cloud-init package ? Thanks !
  6. C

    cloud-init and Buster generic image network problem

    Did anyone try Buster cloud images (specifically the generic image) with Proxmox and cloud-init yet? I tried with both nocloud and configdrive but can't get the network settings to apply. The cloud-init template seems to assume net0 is eth0, but it is changed to ens18. But even if I replace eth0...