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