Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/providers/openstack/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,11 @@ spec:
topology:
variables:
- name: controller_flavor
value: "SCS-2V-4-50"
value: "SCS-2V-4-20s"
- name: worker_flavor
value: "SCS-2V-4-50"
value: "SCS-2V-4"
- name: worker_root_disk
value: 30
- name: external_id
value: ${CS_EXTERNAL_ID}
class: ${CS_CLASS_NAME}
Expand Down
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
Loading