Skip to content

Implement default username retrieval for Proxmox #181

@ader1990

Description

@ader1990

The default username for which the password/ssh keys are set is configurable in the configuration file.
But in the case of Windows VMs on Proxmox, the username customization ends up in the USER_DATA file:

#cloud-config
hostname: avladu-test-proxmox
manage_etc_hosts: true
fqdn: avladu-test-proxmox.maas.local
user: AdminProxmox
password: Passw0rd
chpasswd:
  expire: False
users:
  - default
package_upgrade: true

Discussion is needed to see if the Proxmox community can make the same format as OpenStack's or cloudbase-init needs to offer that option. See: 39e2f6f.

The upstream discussion is here: https://bugzilla.proxmox.com/show_bug.cgi?id=4493.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions