Skip to content

Commit 42904b8

Browse files
committed
Correct network and flavor details
1 parent 6c57455 commit 42904b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

environments/cci2/inventory/group_vars/all/variables.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The CIDR of the subnet that should be created
99
infra_network_cidr: "192.168.0.0/24"
1010
# The ID of the external network to connect to via a router
11-
infra_external_network_id: "cd0f63f2-f3f8-4c14-a688-4c5b9f4bed76" # external-internet
11+
infra_external_network_id: "60b799f7-68ad-4385-9e2e-be923cdbfad0" # external-internet
1212

1313
# The fixed floating IP to associate with the machine
1414
# This IP must be pre-allocated to the project
@@ -54,6 +54,9 @@ capi_cluster_etcd_blockdevice_volume_type: "87bc5d37-08b0-46c3-9e94-f93fe2616b21
5454
# Default volume type for the etcd block device if 'Volume' type is used
5555
azimuth_capi_operator_capi_helm_etcd_blockdevice_volume_type: "87bc5d37-08b0-46c3-9e94-f93fe2616b21" # Ceph-SSD
5656

57+
# Reduce just in CCI2 to avoid affected other environments for now.
58+
capi_cluster_worker_flavor: "8cpu-8gbmem-30gbdisk"
59+
5760
#####
5861
# Ingress configuration
5962
#####

0 commit comments

Comments
 (0)