salt-cloud

  1. M

    api limitations to root@pam

    Hi, we currently try to deploy several lxc containers that require a hookscript via API (using salt-cloud). basically everything is working as long as we are using the root@pam user. due to security reasons we'd like to avoid using the root user for automated 'actions'. so, right now we patch...
  2. Y

    PVE API for cloud-init drive

    hey guys, I'm working on extending current salt cloud module to support cloud-init (for qemu new vm's/clones) from a first look, looks quite simple, just add ide[n] config with the following for example: "ide0" : "local:101/vm-101-cloudinit.qcow2,media=cdrom" (this varies based on the next...