You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Salt Version:
Salt: 3004.1Dependency Versions:
cffi: Not Installedcherrypy: Not Installeddateutil: 2.6.1docker-py: Not Installedgitdb: Not Installedgitpython: Not InstalledJinja2: 2.10.1libgit2: Not InstalledM2Crypto: 0.35.2Mako: Not Installedmsgpack: 0.6.2msgpack-pure: Not Installedmysql-python: Not Installedpycparser: Not Installedpycrypto: Not Installedpycryptodome: Not Installedpygit2: Not InstalledPython: 3.6.8 (default, Apr 11 2022, 08:25:52)python-gnupg: 0.4.6PyYAML: 3.12PyZMQ: 19.0.0smmap: Not Installedtimelib: Not InstalledTornado: 4.5.3ZMQ: 4.3.4System Versions:
dist: oracle 8.6 locale: UTF-8machine: x86_64release: 5.15.35-3-pvesystem: Linuxversion: Oracle Linux Server 8.6
The text was updated successfully, but these errors were encountered:
Description
When attempting to clone a qemu VM on a Proxmox VE host, the salt-cloud proxmox driver only configures ide/sata/scsi/net parameters.
It neglects to pass all other parameters, such as name, description, memory, number of cores, SSH keys, etc.
Pull request with fix and tests to follow.
Setup
/etc/salt/cloud.providers.d/proxmox.conf
/etc/salt/cloud.profiles.d/proxmox.conf
cloud.map
Steps to Reproduce the behavior
salt-cloud -l all -m cloud.map testvm
Excerpt of debug log
Expected behavior
Configuring all valid VM parameters specified in the profile or cloud map
Expected excerpt of debug log
Versions Report
salt --versions-report
The text was updated successfully, but these errors were encountered: