Skip to content

Commit 52a7a8d

Browse files
author
scrungus
committed
refactor + commenting
1 parent f1beb7e commit 52a7a8d

File tree

5 files changed

+13
-20
lines changed

5 files changed

+13
-20
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ zenith_sshd_service_load_balancer_ip: "136.156.131.209"
6666
# Azimuth configuration
6767
#####
6868

69-
azimuth_capi_operator_external_network_id: "{{ infra_external_network_id }}"
70-
7169
azimuth_capi_operator_capi_helm_openstack_loadbalancer_provider: amphora
7270
capi_cluster_addons_openstack_loadbalancer_provider: amphora
7371

environments/ecmwf-base/ansible.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.
-479 Bytes
Binary file not shown.

environments/ecmwf-base/inventory/group_vars/all/variables.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ infra_data_volume_size: 50
2020
capi_cluster_control_plane_flavor: 8cpu-8gbmem-30gbdisk
2121
# The name of the flavor to use for worker nodes
2222
capi_cluster_worker_flavor: 16cpu-16gbmem-30gbdisk
23-
capi_cluster_control_plane_count: 1
23+
# The number of control plane nodes
24+
capi_cluster_control_plane_count: 3
2425
# The number of worker nodes
2526
capi_cluster_worker_count: 3
2627
# The fixed floating IP to associate with the load balancer for the ingress controller
@@ -76,6 +77,8 @@ harbor_enabled: no
7677

7778
azimuth_capi_operator_external_network_id: "{{ infra_external_network_id }}"
7879

80+
openstack_loadbalancer_provider: ovn
81+
7982
# The name of the current cloud
8083
azimuth_current_cloud_name: ecmwf
8184
# The label for the current cloud

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
#####
44

55
# 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
77
# OR
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
11+
infra_external_network_id: "cd0f63f2-f3f8-4c14-a688-4c5b9f4bed76" # external-internet
1212

1313
# The fixed floating IP to associate with the machine
1414
# This IP must be pre-allocated to the project
@@ -19,7 +19,7 @@ infra_fixed_floatingip: "136.156.158.211"
1919
#infra_floatingip_pool: "<floating ip pool>"
2020
# OR
2121
# 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:
2323

2424
# The image id of an Ubuntu 20.04 image to use for the node
2525
# N.B. This is populated automatically using community images by default
@@ -28,21 +28,24 @@ infra_fixed_floatingip: "136.156.158.211"
2828
# The id of the flavor to use for the node
2929
# For a seed node for an HA cluster, 8GB RAM is fine (maybe even 4GB)
3030
# 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
3232

3333
#####
3434
# Configuration for the HA cluster
3535
#####
3636

37+
# The number of control plane nodes
38+
capi_cluster_control_plane_count: 1
39+
3740
# The fixed floating IP to associate with the load balancer for the ingress controller
3841
# This IP must be pre-allocated to the project and should have the wildcard ingress domain assigned to it
3942
capi_cluster_addons_ingress_load_balancer_ip: "136.156.158.241"
4043

4144
# 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
4346

4447
# 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
4649

4750
# Seperate etcd volume config
4851

@@ -66,10 +69,6 @@ zenith_sshd_service_load_balancer_ip: "136.156.158.206"
6669
# Azimuth configuration
6770
#####
6871

69-
azimuth_capi_operator_external_network_id: "{{ infra_external_network_id }}"
70-
71-
openstack_loadbalancer_provider: ovn
72-
7372
#####
7473
# Terraform State
7574
####

0 commit comments

Comments
 (0)