Skip to content

Commit 6f328c5

Browse files
committed
fix CI VNIC types
1 parent 3f66a18 commit 6f328c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environments/.stackhpc/terraform/ARCUS.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cluster_net = "WCDC-iLab-60"
22
cluster_subnet = "WCDC-iLab-60"
3-
vnic_type = "normal"
3+
vnic_type = "direct"
44
control_node_flavor = "vm.ska.cpu.general.quarter"
55
other_node_flavor = "vm.ska.cpu.general.small"
66
volume_backed_instances = false

environments/.stackhpc/terraform/SMS.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cluster_net = "stackhpc-ipv4-geneve"
22
cluster_subnet = "stackhpc-ipv4-geneve-subnet"
3-
vnic_type = "direct"
3+
vnic_type = "normal"
44
control_node_flavor = "general.v1.medium"
55
other_node_flavor = "general.v1.tiny"
66
volume_backed_instances = true

0 commit comments

Comments
 (0)