Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for managing the domain title property #1041

Open
rgl opened this issue Oct 22, 2023 · 1 comment
Open

Add support for managing the domain title property #1041

rgl opened this issue Oct 22, 2023 · 1 comment

Comments

@rgl
Copy link
Contributor

rgl commented Oct 22, 2023

Please add support for managing the domain title property.

Example libvirt domain xml title property set to xxx:

<domain type="kvm">
  <name>example1-300594f</name>
  <uuid>7e9e1fe8-5c8b-4a87-8504-98b91079c7e4</uuid>
  <title>xxx</title>
  <description>managed by /home/vagrant/Projects/pulumi-typescript-libvirt-debian</description>
...

The libvirt domain xml documents the property as:

The optional element title provides space for a short description of the domain. The title should not contain any newlines. Since 0.9.10 .

@Sathylias
Copy link

I second that, I think it's very handy when you have a lot of servers and the naming convention established sometimes just doesn't cut it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants