File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
environments/cci2/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
# The CIDR of the subnet that should be created
9
9
infra_network_cidr : " 192.168.0.0/24"
10
10
# 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
12
12
13
13
# The fixed floating IP to associate with the machine
14
14
# This IP must be pre-allocated to the project
@@ -54,6 +54,9 @@ capi_cluster_etcd_blockdevice_volume_type: "87bc5d37-08b0-46c3-9e94-f93fe2616b21
54
54
# Default volume type for the etcd block device if 'Volume' type is used
55
55
azimuth_capi_operator_capi_helm_etcd_blockdevice_volume_type : " 87bc5d37-08b0-46c3-9e94-f93fe2616b21" # Ceph-SSD
56
56
57
+ # Reduce just in CCI2 to avoid affected other environments for now.
58
+ capi_cluster_worker_flavor : " 8cpu-8gbmem-30gbdisk"
59
+
57
60
# ####
58
61
# Ingress configuration
59
62
# ####
You can’t perform that action at this time.
0 commit comments