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

ovirt_datacenter resource #492

Open
scottd018 opened this issue Dec 19, 2022 · 0 comments
Open

ovirt_datacenter resource #492

scottd018 opened this issue Dec 19, 2022 · 0 comments
Assignees

Comments

@scottd018
Copy link

Please describe what you would like to see

Add support for the ovirt_datacenter resource to manage a datacenter in ovirt.

Please describe the solution you'd like

Using the Terraform ovirt provider, one should be able to create/manage a new datacenter using the following (sample):

# applicable to ovirt 4.5+ (may be backwards compatible with older versions)
resource "ovirt_datacenter" "test" {
  name = "test"
  description = "This is a test datacenter"
  storage_type = "shared" # shared/local
  compatibility_version = "4.7"
  quota_mode = "disabled" # disabled, enforced, audit
  comment = "These are some comments"
}

Please describe your use case

Currently, there does not exist a method to manage an ovirt datacenter. This would add support to be able to create/manage a datacenter in ovirt with Terraform.

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