2021-11-10 16:35:49 +00:00
|
|
|
# Include{groups}
|
|
|
|
questions:
|
|
|
|
# Include{global}
|
|
|
|
|
2021-11-10 17:51:22 +00:00
|
|
|
- variable: metallb
|
2021-11-10 16:35:49 +00:00
|
|
|
group: "App Configuration"
|
|
|
|
label: ""
|
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-10 16:35:49 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
2021-11-10 17:51:22 +00:00
|
|
|
- variable: configInline
|
|
|
|
label: "MetalLB Configuration"
|
2021-11-10 16:35:49 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-10 17:51:22 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: address-pools
|
|
|
|
label: "Address Pools"
|
2021-11-10 16:35:49 +00:00
|
|
|
schema:
|
2021-11-10 17:51:22 +00:00
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: address-pools-entry
|
|
|
|
group: "Address Pool"
|
|
|
|
label: ""
|
2021-11-10 16:35:49 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-10 17:51:22 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
2021-11-10 16:35:49 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
required: true
|
2021-11-10 17:51:22 +00:00
|
|
|
- variable: protocol
|
|
|
|
label: "Protocol"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "layer2"
|
|
|
|
enum:
|
|
|
|
- value: "layer2"
|
|
|
|
description: "layer2"
|
|
|
|
- value: "bgp"
|
|
|
|
description: "bgp"
|
|
|
|
- variable: addresses
|
|
|
|
label: "Addresses"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: address
|
|
|
|
label: "Adress"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
required: true
|