Skip to content

Commit e043b30

Browse files
author
Matt Pryor
authored
Switch to new Arcus CI flavours (azimuth-cloud#144)
1 parent 8a680b7 commit e043b30

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/environments/arcus-ha/inventory/group_vars/all/variables.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ infra_fixed_floatingip:
66
capi_cluster_addons_ingress_load_balancer_ip: "{{ lookup('env', 'INGRESS_IP') }}"
77

88
# Flavor auto-detection picks the wrong flavors on Arcus, so override them
9-
# The flavor to use for the seed VM (vm.ska.cpu.general.small)
10-
infra_flavor_id: c8b72062-5d52-4590-9d7a-68a670b44442
9+
# The flavor to use for the seed VM (vm.azimuth.ci.ec1.medium)
10+
infra_flavor_id: 2ef4c0c5-0fb3-457d-9573-cb62a43c34f5
1111
# The flavor to use for the control plane nodes
12-
capi_cluster_control_plane_flavor: vm.ska.cpu.general.small
12+
capi_cluster_control_plane_flavor: vm.azimuth.ci.ec1.medium
1313
# The flavor to use for worker nodes
14-
capi_cluster_worker_flavor: vm.ska.cpu.general.small
14+
capi_cluster_worker_flavor: vm.azimuth.ci.ec1.medium
1515

1616
# Although this is a "HA" test, what we are really testing is the spawning
1717
# of the CAPI cluster and deployment of Azimuth onto that

.github/environments/arcus/inventory/group_vars/all/variables.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ infra_network_id: "{{ lookup('pipe', 'openstack network show portal-internal -f
88
infra_fixed_floatingip: "{{ lookup('env', 'INGRESS_IP') }}"
99

1010
# Flavor auto-detection picks the wrong flavors on Arcus, so override them
11-
# The flavor to use for the Azimuth AIO VM (vm.ska.cpu.general.eighth)
12-
infra_flavor_id: 5f9def81-c93f-4c1f-a521-3b810061ff6c
13-
# The flavor to use for the workstation test case (vm.ska.cpu.general.small)
14-
generate_tests_caas_test_case_workstation_param_cluster_flavor: c8b72062-5d52-4590-9d7a-68a670b44442
11+
# The flavor to use for the Azimuth AIO VM (vm.azimuth.ci.en1.medium)
12+
infra_flavor_id: 48cccd98-c783-47b9-a429-41dedb38d5f2
13+
# The flavor to use for the workstation test case (vm.azimuth.ci.ec1.medium)
14+
generate_tests_caas_test_case_workstation_param_cluster_flavor: 2ef4c0c5-0fb3-457d-9573-cb62a43c34f5
1515
# The flavor to use for the repo2docker test case
1616
generate_tests_caas_test_case_repo2docker_param_cluster_flavor: "{{ generate_tests_caas_test_case_workstation_param_cluster_flavor }}"
1717
# The flavor to use for the R-Studio test case

0 commit comments

Comments
 (0)