Add requirements to docker host and k8s cluster

Since now, all flavors that have less than 10 GB disk will
not be added to the possible selection.

Also, unnecessary backslashes were removed.

Change-Id: I0839a4252957acd2be9dddbd335674c22c3d57a5
This commit is contained in:
Ekaterina Chernova 2015-04-14 17:24:37 +03:00 committed by Serg Melikyan
parent fe2cf73514
commit d44ea97fd3
2 changed files with 12 additions and 3 deletions

View File

@ -53,6 +53,10 @@ Forms:
Select registered in Openstack flavor. Consider that application performance Select registered in Openstack flavor. Consider that application performance
depends on this parameter. depends on this parameter.
required: false required: false
requirements:
min_disk: 10
min_memory_mb: 1024
min_vcpus: 1
- name: keyPair - name: keyPair
type: keypair type: keypair
label: Key Pair label: Key Pair

View File

@ -86,8 +86,8 @@ Forms:
required: false required: false
- name: unitNamingPattern - name: unitNamingPattern
type: string type: string
initial: 'kube-#' initial: kube-#
helpText: \'#\' expands to machine sequence number helpText: "# expands to machine sequence number"
required: false required: false
description: >- description: >-
For your convenience instance hostname can be specified. For your convenience instance hostname can be specified.
@ -132,7 +132,7 @@ Forms:
required: false required: false
regexpValidator: '^(([a-zA-Z0-9#][a-zA-Z0-9-#]*[a-zA-Z0-9#])\.)*([A-Za-z0-9#]|[A-Za-z0-9#][A-Za-z0-9-#]*[A-Za-z0-9#])$' regexpValidator: '^(([a-zA-Z0-9#][a-zA-Z0-9-#]*[a-zA-Z0-9#])\.)*([A-Za-z0-9#]|[A-Za-z0-9#][A-Za-z0-9-#]*[A-Za-z0-9#])$'
label: Gateway hostname pattern label: Gateway hostname pattern
helpText: \'#\' expands to gateway sequence number helpText: "# expands to gateway sequence number"
description: >- description: >-
Check to assign floating IP to gateway nodes Check to assign floating IP to gateway nodes
- name: dockerRegistry - name: dockerRegistry
@ -157,6 +157,11 @@ Forms:
Select one of the existing flavors. Consider that application performance Select one of the existing flavors. Consider that application performance
depends on this parameter. depends on this parameter.
required: false required: false
requirements:
min_disk: 10
min_memory_mb: 1024
min_vcpus: 1
- name: keyPair - name: keyPair
type: keypair type: keypair
label: Key Pair label: Key Pair