3
3
# ####
4
4
5
5
# The ID of an existing network to create the node on
6
- infra_network_id : " 2692933e-244f-4a3b-aa18-4daaf3383838"
6
+ infra_network_id : " 2692933e-244f-4a3b-aa18-4daaf3383838" # azimuth-tav1
7
7
# OR
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
11
+ infra_external_network_id : " cd0f63f2-f3f8-4c14-a688-4c5b9f4bed76" # 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
@@ -19,7 +19,7 @@ infra_fixed_floatingip: "136.156.158.211"
19
19
# infra_floatingip_pool: "<floating ip pool>"
20
20
# OR
21
21
# The ID of a provisioning network that will be used to access the seed node
22
- # infra_provisioning_network_id: a323e69c-d58d-4ca6-84e6-2ef9c965e865
22
+ # infra_provisioning_network_id:
23
23
24
24
# The image id of an Ubuntu 20.04 image to use for the node
25
25
# N.B. This is populated automatically using community images by default
@@ -28,21 +28,24 @@ infra_fixed_floatingip: "136.156.158.211"
28
28
# The id of the flavor to use for the node
29
29
# For a seed node for an HA cluster, 8GB RAM is fine (maybe even 4GB)
30
30
# For a single node deployment, >= 16GB RAM is recommended
31
- infra_flavor_id : eff1de6b-81ba-4f87-a22f-f581b23c8274
31
+ infra_flavor_id : " eff1de6b-81ba-4f87-a22f-f581b23c8274" # 8cpu-8gbmem-30gbdisk
32
32
33
33
# ####
34
34
# Configuration for the HA cluster
35
35
# ####
36
36
37
+ # The number of control plane nodes
38
+ capi_cluster_control_plane_count : 1
39
+
37
40
# The fixed floating IP to associate with the load balancer for the ingress controller
38
41
# This IP must be pre-allocated to the project and should have the wildcard ingress domain assigned to it
39
42
capi_cluster_addons_ingress_load_balancer_ip : " 136.156.158.241"
40
43
41
44
# Storage settings for the management cluster
42
- capi_cluster_root_volume_type : " 8794e72a-d2c1-418b-a408-a5f5dc633205"
45
+ capi_cluster_root_volume_type : " 8794e72a-d2c1-418b-a408-a5f5dc633205" # Ceph-HDD
43
46
44
47
# Storage settings for tenant clusters
45
- azimuth_capi_operator_capi_helm_root_volume_type : " 8794e72a-d2c1-418b-a408-a5f5dc633205"
48
+ azimuth_capi_operator_capi_helm_root_volume_type : " 8794e72a-d2c1-418b-a408-a5f5dc633205" # Ceph-HDD
46
49
47
50
# Seperate etcd volume config
48
51
@@ -66,10 +69,6 @@ zenith_sshd_service_load_balancer_ip: "136.156.158.206"
66
69
# Azimuth configuration
67
70
# ####
68
71
69
- azimuth_capi_operator_external_network_id : " {{ infra_external_network_id }}"
70
-
71
- openstack_loadbalancer_provider : ovn
72
-
73
72
# ####
74
73
# Terraform State
75
74
# ###
0 commit comments