snippets

  1. D

    cloud-init snippets hostname is no longer the vm name

    I am using the proxmox api to clone a template. When I create a custom user snippet with all the same information from the cloud init file when created from the gui and adding to it, customization commands. proxmox no longer makes the host name the same as the vm name. Is there a way to bring...
  2. M

    cloud-init interfaces down during first boot

    Forgive me if I am missing something simple. I am using the snippets to attach the following net config to the machine: cat <<\EOF> /mnt/pve/ha-storage/snippets/test-network.yml version: 1 config: - type: physical mac_address: '32:52:38:6d:f0:dd' name: int0 subnets: - type...
  3. R

    Windows 10 Cloudbase-init set registry value during boot

    Is there a way to set a registry value during boot of a windows 10 VM? Using snippets?
  4. R

    ZFS replication and snippets

    Is it possible to create a storage that can store snippets on a zfs pool and replicate it across the nodes? It seems the zfs pool storage type only accepts content types of disk image and container. What is the recommended way of sharing cloud init configs across cluster nodes?
  5. R

    Creating snippets using PVE API

    Hello, Thank you for Proxmox! I'm running 5.4-3 in a test lab right now. I am trying to use the `customci` configuration parameter for VM's, so I can provide arbitrary `user-data` in the cloud-init configuration. For that, I see that the new snippet feature is the way to go if I understood...