We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce38c6 commit c8af52eCopy full SHA for c8af52e
ansible/roles/cluster_infra/templates/resources.tf.j2
@@ -282,7 +282,7 @@ resource "openstack_networking_port_v2" "control_storage" {
282
###
283
# Workers
284
285
-{% for nodegroup in openhpc_nodegroup %}
+{% for nodegroup in openhpc_nodegroups %}
286
# Primary network
287
resource "openstack_networking_port_v2" "{{ nodegroup.name }}" {
288
count = {{ nodegroup.count }}
@@ -499,7 +499,7 @@ resource "openstack_compute_instance_v2" "control" {
499
}
500
501
502
503
resource "openstack_compute_instance_v2" "{{ nodegroup.name }}" {
504
505
0 commit comments