-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feature] citrix_machine_catalog support managing static machine in MC #203
Comments
Hi @osmosBe , Just to clarify, the machine deletion use case only supports I think you are asking for a new feature where you are allowed to manage each MCS static machines in your Citrix terraform. I will change this to Thank you, |
Hi @osmosBe, To understand this requirement better, I wanted to get something clarified: Thanks, |
Hi @aneeshk-citrix, Thanks |
Ok so there's still an assumption that the other machines would have assigned users and when you reduce the count for number_of_total_machines, you expect the machine with no assigned user to be deleted? |
That would be my idea yes. |
We use a naming scheme for machines in machine catalog. But I don't think we can be absolutely sure about the name of the machines getting created since they depend on several factors (eg existing machine accounts with same naming scheme). So you would have to manually get the machine names and update the delivery group like you already suggested. I'm discussing with the team internally and trying to come up with something that doesn't require manual intervention or extra terraform apply steps. Will keep you posted. |
Describe the bug
Summary of the issue
If I reduce
number_of_total_machines
in a static deployment the error is reproducable. I guess this logic is not jet implemented this also corresponds to this feature request: #202The Case that needs to be implemented is, if I add a static machine I need a mechanism to also delete these created machines without manually changing it through Citrix Cloud.
Terraform command (import, apply, etc): terraform apply
Resource impacted: citrix_machine_catalog.oebb-catalog
Versions
Use the
terraform -v
command to find the Terraform and Citrix Provider versions.Terraform: 1.10.5
citrix/citrix provider: 1.0.10
Operation system: Citrix Cloud / TF executed on Windows
Terraform configuration files
Terraform console output
CitrixIssueId: 61135
The text was updated successfully, but these errors were encountered: