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

Can't specify LXD project name while adding new LXD host #130

Open
vishvikkrishnan opened this issue Dec 13, 2023 · 0 comments
Open

Can't specify LXD project name while adding new LXD host #130

vishvikkrishnan opened this issue Dec 13, 2023 · 0 comments
Labels
enhancement New feature or request triaged Triaged to be addressed in a given cycle

Comments

@vishvikkrishnan
Copy link

While adding new LXD VM host to MAAS. there is no option to specify the LXD project for the added host. MAAS automatically adds the host to the default project. The MAAS CLI takes in the optional project parameter for LXD hosts, so this option needs to be accessible within the maas_vm_host resource type.

Example configuration:

resource "maas_vm_host" "lxd_host_with_project" {
  type = "lxd"
  power_address = "10.113.1.24:8443"
  project = "MAAS" #LXD project owned by MAAS
}
@troyanov troyanov added enhancement New feature or request triaged Triaged to be addressed in a given cycle labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged Triaged to be addressed in a given cycle
Projects
None yet
Development

No branches or pull requests

2 participants