Skip to content

Commit

Permalink
Feat/autoscaler reconciliation (#1582)
Browse files Browse the repository at this point in the history
Closes #1567

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: CI/CD pipeline <CI/[email protected]>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent 5ec8171 commit a016914
Show file tree
Hide file tree
Showing 78 changed files with 1,739 additions and 2,590 deletions.
16 changes: 8 additions & 8 deletions manifests/claudie/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: ghcr.io/berops/claudie/ansibler
newTag: fa48f74-3122
newTag: 18e1c56-3155
- name: ghcr.io/berops/claudie/autoscaler-adapter
newTag: fa48f74-3122
newTag: 18e1c56-3155
- name: ghcr.io/berops/claudie/builder
newTag: fa48f74-3122
newTag: 18e1c56-3155
- name: ghcr.io/berops/claudie/claudie-operator
newTag: fa48f74-3122
newTag: 18e1c56-3155
- name: ghcr.io/berops/claudie/kube-eleven
newTag: fa48f74-3122
newTag: 18e1c56-3155
- name: ghcr.io/berops/claudie/kuber
newTag: fa48f74-3122
newTag: 18e1c56-3155
- name: ghcr.io/berops/claudie/manager
newTag: fa48f74-3122
newTag: 18e1c56-3155
- name: ghcr.io/berops/claudie/terraformer
newTag: fa48f74-3122
newTag: 18e1c56-3155
2 changes: 1 addition & 1 deletion manifests/testing-framework/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ secretGenerator:

images:
- name: ghcr.io/berops/claudie/testing-framework
newTag: fa48f74-3122
newTag: 18e1c56-3155
4 changes: 2 additions & 2 deletions manifests/testing-framework/test-sets/autoscaling-1/1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
zone: europe-west1-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
- name: gcp-cmpt-nodes
providerSpec:
Expand All @@ -40,7 +40,7 @@ spec:
min: 1
max: 5
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: autoscaling-1
Expand Down
4 changes: 2 additions & 2 deletions manifests/testing-framework/test-sets/autoscaling-1/2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
zone: europe-west1-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
- name: gcp-cmpt-nodes
providerSpec:
Expand All @@ -38,7 +38,7 @@ spec:
zone: europe-west2-a
count: 1
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: autoscaling-1-new
Expand Down
4 changes: 2 additions & 2 deletions manifests/testing-framework/test-sets/autoscaling-1/3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
zone: europe-west1-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
- name: gcp-cmpt-nodes
providerSpec:
Expand All @@ -40,7 +40,7 @@ spec:
min: 1
max: 5
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50

kubernetes:
Expand Down
12 changes: 6 additions & 6 deletions manifests/testing-framework/test-sets/autoscaling-2/1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ spec:
- name: genesiscloudnp
providerSpec:
name: genesiscloud-1
region: ARC-IS-HAF-1
region: NORD-NO-KRS-1
count: 1
serverType: vcpu-2_memory-4g_disk-80g
image: "Ubuntu 22.04"
serverType: vcpu-2_memory-4g
image: "Ubuntu 24.04"
storageDiskSize: 50

- name: gencloudscaled
providerSpec:
name: genesiscloud-2
region: ARC-IS-HAF-1
region: NORD-NO-KRS-1
autoscaler:
min: 1
max: 5
serverType: vcpu-2_memory-4g_disk-80g
image: "Ubuntu 22.04"
serverType: vcpu-2_memory-4g
image: "Ubuntu 24.04"
storageDiskSize: 50
labels:
test-set: autoscaling-2
Expand Down
12 changes: 6 additions & 6 deletions manifests/testing-framework/test-sets/autoscaling-2/2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ spec:
- name: genesiscloudnp
providerSpec:
name: genesiscloud-1
region: ARC-IS-HAF-1
region: NORD-NO-KRS-1
count: 1
serverType: vcpu-2_memory-4g_disk-80g
image: "Ubuntu 22.04"
serverType: vcpu-2_memory-4g
image: "Ubuntu 24.04"
storageDiskSize: 50

- name: gencloudscaled
providerSpec:
name: genesiscloud-2
region: ARC-IS-HAF-1
region: NORD-NO-KRS-1
autoscaler:
min: 1
max: 5
serverType: vcpu-2_memory-4g_disk-80g
image: "Ubuntu 22.04"
serverType: vcpu-2_memory-4g
image: "Ubuntu 24.04"
storageDiskSize: 50
labels:
test-set: autoscaling-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -34,7 +34,7 @@ spec:
region: fsn1
zone: fsn1-dc14
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
count: 1
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -34,7 +34,7 @@ spec:
region: fsn1
zone: fsn1-dc14
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
count: 1
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -34,7 +34,7 @@ spec:
region: fsn1
zone: fsn1-dc14
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
count: 1
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -34,7 +34,7 @@ spec:
region: fsn1
zone: fsn1-dc14
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
count: 1
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -43,7 +43,7 @@ spec:
zone: europe-west1-b
count: 1
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -43,7 +43,7 @@ spec:
zone: europe-west1-b
count: 2
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -43,7 +43,7 @@ spec:
zone: europe-west1-b
count: 2
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
zone: fsn1-dc14
count: 1
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
labels:
test-set: proxy-with-hetzner
Expand All @@ -42,7 +42,7 @@ spec:
region: fsn1
zone: fsn1-dc14
serverType: cpx11
image: ubuntu-22.04
image: ubuntu-24.04
storageDiskSize: 50
count: 1
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: europe-west2-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
labels:
test-set: proxy-without-hetzner
annotations:
Expand All @@ -34,7 +34,7 @@ spec:
zone: europe-west1-b
count: 1
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-without-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: europe-west2-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
labels:
test-set: proxy-without-hetzner
annotations:
Expand All @@ -34,7 +34,7 @@ spec:
zone: europe-west1-b
count: 2
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-without-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: europe-west2-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
labels:
test-set: proxy-without-hetzner
annotations:
Expand All @@ -34,7 +34,7 @@ spec:
zone: europe-west1-b
count: 1
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-without-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: europe-west2-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
labels:
test-set: proxy-without-hetzner
annotations:
Expand All @@ -34,7 +34,7 @@ spec:
zone: europe-west1-b
count: 1
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-without-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: europe-west2-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
labels:
test-set: proxy-without-hetzner
annotations:
Expand All @@ -34,7 +34,7 @@ spec:
zone: europe-west1-b
count: 1
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-without-hetzner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
zone: europe-west2-c
count: 1
serverType: e2-medium
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
labels:
test-set: proxy-without-hetzner
annotations:
Expand All @@ -34,7 +34,7 @@ spec:
zone: europe-west1-b
count: 1
serverType: e2-small
image: ubuntu-os-cloud/ubuntu-2204-jammy-v20221206
image: ubuntu-minimal-2404-noble-amd64-v20241116
storageDiskSize: 50
labels:
test-set: proxy-without-hetzner
Expand Down
Loading

0 comments on commit a016914

Please sign in to comment.