1 Rookie
•
70 Posts
0
57
October 22nd, 2024 08:58
How to add storage nodes to PowerFlex cluster using Terraform provider
We are currently working with a customer to validate the automation of PowerFlex using Terraform. Volume creation, deletion and mapping to SDC has been verified. Another important validation criteria is that the customer wants to expand PowerFlex cluster with Terraform for future demand growth.
We are wondering if it is possible to add storage nodes by modifying powerflex_resource_group? Also, is there a sample tf file for this purpose?
No Events found!
DELL-Sam L
Moderator
•
7.5K Posts
0
October 22nd, 2024 20:46
Hello hirahk,
It is not possible to add storage nodes by modifying powerflex resource group.
hirahk
1 Rookie
•
70 Posts
0
October 23rd, 2024 01:04
Hi DELL-Sam L,
Thank you for your comment promptly. The customer would like to leverage IaC tools. How's about Ansible?
https://docs.ansible.com/ansible/10/collections/dellemc/powerflex/resource_group_module.html#examples
(edited)
DELL-Sam L
Moderator
•
7.5K Posts
0
October 23rd, 2024 15:23
Hello hirahkk,
That may work for what the customer.