This commit is contained in:
68
deploy.yaml
68
deploy.yaml
@@ -12,25 +12,27 @@ areas:
|
||||
- id: content
|
||||
type: Card
|
||||
layout:
|
||||
size: 800
|
||||
size: 1000
|
||||
contentGutter: 10
|
||||
blocks:
|
||||
- id: title
|
||||
type: Title
|
||||
layout:
|
||||
grow: 1
|
||||
span: 24
|
||||
properties:
|
||||
content: Deploy
|
||||
label:
|
||||
span: 5
|
||||
- id: leftcolumn
|
||||
type: Box
|
||||
layout:
|
||||
span: 12
|
||||
contentGutter: 10
|
||||
blocks:
|
||||
- id: macaddress
|
||||
required: true
|
||||
type: TextInput
|
||||
properties:
|
||||
title: MAC Address
|
||||
placeholder: 00:00:00:00:00:00
|
||||
label:
|
||||
span: 5
|
||||
validate:
|
||||
- status: error
|
||||
message: Enter a valid MAC address
|
||||
@@ -40,8 +42,6 @@ areas:
|
||||
type: TextInput
|
||||
properties:
|
||||
title: Project name
|
||||
label:
|
||||
span: 5
|
||||
- id: hostname
|
||||
required: true
|
||||
type: TextInput
|
||||
@@ -52,7 +52,6 @@ areas:
|
||||
extraStyle:
|
||||
font-size: smaller
|
||||
font-style: italic
|
||||
span: 5
|
||||
validate:
|
||||
- status: error
|
||||
message: Enter a valid hostname
|
||||
@@ -64,8 +63,6 @@ areas:
|
||||
properties:
|
||||
title: IP address
|
||||
placeholder: 0.0.0.0
|
||||
label:
|
||||
span: 5
|
||||
validate:
|
||||
- status: error
|
||||
message: Enter a valid IP address
|
||||
@@ -77,8 +74,6 @@ areas:
|
||||
properties:
|
||||
title: Subnet mask
|
||||
placeholder: 255.255.255.0
|
||||
label:
|
||||
span: 5
|
||||
validate:
|
||||
- status: error
|
||||
message: Enter a valid subnet mask
|
||||
@@ -90,8 +85,6 @@ areas:
|
||||
properties:
|
||||
title: Gateway
|
||||
placeholder: 0.0.0.0
|
||||
label:
|
||||
span: 5
|
||||
validate:
|
||||
- status: error
|
||||
message: Enter a valid IP address
|
||||
@@ -108,7 +101,6 @@ areas:
|
||||
extraStyle:
|
||||
font-size: smaller
|
||||
font-style: italic
|
||||
span: 5
|
||||
validate:
|
||||
- status: error
|
||||
message: Enter one or more valid IP addresses, separated by a comma
|
||||
@@ -120,13 +112,53 @@ areas:
|
||||
properties:
|
||||
title: DNS suffix
|
||||
placeholder: example.org
|
||||
label:
|
||||
span: 5
|
||||
validate:
|
||||
- status: error
|
||||
message: Enter a valid domain name
|
||||
pass:
|
||||
_regex: (?=^.{4,253}$)(^((?!-)[a-zA-Z0-9-]{1,63}(?<!-)\.)+[a-zA-Z]{2,63}$)
|
||||
- id: rightcolumn
|
||||
type: Box
|
||||
layout:
|
||||
span: 12
|
||||
contentGutter: 10
|
||||
blocks:
|
||||
- id: certificate
|
||||
required: true
|
||||
type: TextArea
|
||||
properties:
|
||||
autoSize:
|
||||
maxRows: 4
|
||||
minRows: 4
|
||||
block: true
|
||||
title: Certificate
|
||||
placeholder: |
|
||||
-----BEGIN CERTIFICATE-----
|
||||
[...]
|
||||
-----END CERTIFICATE-----
|
||||
label:
|
||||
extra: PEM format
|
||||
extraStyle:
|
||||
font-size: smaller
|
||||
font-style: italic
|
||||
- id: privatekey
|
||||
required: true
|
||||
type: TextArea
|
||||
properties:
|
||||
autoSize:
|
||||
maxRows: 4
|
||||
minRows: 4
|
||||
block: true
|
||||
title: Private key
|
||||
placeholder: |
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
[...]
|
||||
-----END RSA PRIVATE KEY-----
|
||||
label:
|
||||
extra: PEM format
|
||||
extraStyle:
|
||||
font-size: smaller
|
||||
font-style: italic
|
||||
- id: warning
|
||||
type: Alert
|
||||
properties:
|
||||
|
Reference in New Issue
Block a user