Skip to content

Commit

Permalink
Use SCS-2V-4-20s for control plane everywhere.
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff committed Jan 13, 2025
1 parent 444bd5d commit bdcbbc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ spec:
schema:
openAPIV3Schema:
type: string
default: "SCS-2V-4-20"
example: "SCS-2V-4-20"
default: "SCS-2V-4"
example: "SCS-2V-4"
description: "OpenStack instance flavor for worker nodes."
- name: worker_root_disk
required: false
schema:
openAPIV3Schema:
type: integer
minimum: 1
example: 20
description: "Root disk size in GiB for worker nodes. OpenStack volume will be created and used instead of an ephemeral disk defined in flavor. Should be used also for the diskless flavors."
example: 25
description: "Root disk size in GiB for worker nodes. OpenStack volume will be created and used instead of an ephemeral disk defined in flavor. Should be used also for the diskless flavors. Typical capi images require at least 20GB."
- name: node_cidr
required: false
schema:
Expand Down
2 changes: 1 addition & 1 deletion providers/openstack/kamaji/1-30/cluster-class/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ external_id: ebfe5546-f09f-4f42-ab54-094e457d42ec
dns_nameservers:
- 5.1.66.255
- 185.150.99.255
worker_flavor: SCS-2V-4-20
worker_flavor: SCS-2V-4
node_cidr: 10.8.0.0/20

identityRef:
Expand Down
2 changes: 1 addition & 1 deletion providers/openstack/scs/cluster-class/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mirrored from variables.tf
controller_flavor: SCS-2V-4-20
controller_flavor: SCS-2V-4-20s
worker_flavor: SCS-2V-4-20
restrict_kubeapi: []

Expand Down

0 comments on commit bdcbbc0

Please sign in to comment.