Skip to content

Commit

Permalink
vars.tf: use g4 flavors rather than g3 flavors
Browse files Browse the repository at this point in the history
This will deploy with ovs

Bug: T326373
  • Loading branch information
Andrew Bogott committed Jun 18, 2024
1 parent 59809b7 commit 31c7c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tofu/123-4.tf → tofu/123-6.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
resource "openstack_containerinfra_cluster_v1" "k8s_123_4" {
name = "superset${var.name[var.datacenter]}-123-4"
name = "superset${var.name[var.datacenter]}-123-6"
cluster_template_id = resource.openstack_containerinfra_clustertemplate_v1.template_123_4.id
master_count = 1
node_count = var.workers[var.datacenter]
}

resource "openstack_containerinfra_clustertemplate_v1" "template_123_4" {
name = "superset${var.name[var.datacenter]}-123-4"
resource "openstack_containerinfra_clustertemplate_v1" "template_123_6" {
name = "superset${var.name[var.datacenter]}-123-6"
coe = "kubernetes"
dns_nameserver = "8.8.8.8"
docker_storage_driver = "overlay2"
Expand Down

0 comments on commit 31c7c93

Please sign in to comment.