You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: providers/openstack/scs/1-27/cluster-class/templates/cluster-class.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,31 +75,31 @@ spec:
75
75
example: 20
76
76
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."
77
77
- name: yawol_flavor_id
78
-
required: true
78
+
required: false
79
79
schema:
80
80
openAPIV3Schema:
81
81
type: string
82
82
format: "uuid4"
83
83
example: "0a79590e-10d7-4c2c-8f69-ca0a2c6208d2"
84
84
description: "ID of the existing flavor used as a default yawol flavor."
85
85
- name: yawol_image_id
86
-
required: true
86
+
required: false
87
87
schema:
88
88
openAPIV3Schema:
89
89
type: string
90
90
format: "uuid4"
91
91
example: "f0b2ef46-f0ff-43d2-9c08-f58a5a6e9060"
92
92
description: "ID of the existing imaged used as a default yawol image."
93
93
- name: kube_vip_network_id
94
-
required: true
94
+
required: false
95
95
schema:
96
96
openAPIV3Schema:
97
97
type: string
98
98
format: "uuid4"
99
99
example: "40a51f6c-9e4b-4b24-9187-49851a410c97"
100
100
description: "ID of the existing network. The network should have one subnet with one port reserved as virtual IP."
0 commit comments