Skip to content

Commit c31c4f1

Browse files
authored
make yawol vars optional (#87)
Signed-off-by: Paul Hildebrandt <[email protected]>
1 parent 7926f4c commit c31c4f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

providers/openstack/scs/1-27/cluster-class/templates/cluster-class.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,31 @@ spec:
7575
example: 20
7676
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."
7777
- name: yawol_flavor_id
78-
required: true
78+
required: false
7979
schema:
8080
openAPIV3Schema:
8181
type: string
8282
format: "uuid4"
8383
example: "0a79590e-10d7-4c2c-8f69-ca0a2c6208d2"
8484
description: "ID of the existing flavor used as a default yawol flavor."
8585
- name: yawol_image_id
86-
required: true
86+
required: false
8787
schema:
8888
openAPIV3Schema:
8989
type: string
9090
format: "uuid4"
9191
example: "f0b2ef46-f0ff-43d2-9c08-f58a5a6e9060"
9292
description: "ID of the existing imaged used as a default yawol image."
9393
- name: kube_vip_network_id
94-
required: true
94+
required: false
9595
schema:
9696
openAPIV3Schema:
9797
type: string
9898
format: "uuid4"
9999
example: "40a51f6c-9e4b-4b24-9187-49851a410c97"
100100
description: "ID of the existing network. The network should have one subnet with one port reserved as virtual IP."
101101
- name: kube_vip_apiserver_virtual_ip
102-
required: true
102+
required: false
103103
schema:
104104
openAPIV3Schema:
105105
type: string

0 commit comments

Comments
 (0)