Skip to content

Commit c8af52e

Browse files
committed
fix caas nodegroups typo
1 parent 7ce38c6 commit c8af52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/cluster_infra/templates/resources.tf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ resource "openstack_networking_port_v2" "control_storage" {
282282
###
283283
# Workers
284284
###
285-
{% for nodegroup in openhpc_nodegroup %}
285+
{% for nodegroup in openhpc_nodegroups %}
286286
# Primary network
287287
resource "openstack_networking_port_v2" "{{ nodegroup.name }}" {
288288
count = {{ nodegroup.count }}
@@ -499,7 +499,7 @@ resource "openstack_compute_instance_v2" "control" {
499499
}
500500
}
501501

502-
{% for nodegroup in openhpc_nodegroup %}
502+
{% for nodegroup in openhpc_nodegroups %}
503503
resource "openstack_compute_instance_v2" "{{ nodegroup.name }}" {
504504
count = {{ nodegroup.count }}
505505

0 commit comments

Comments
 (0)