mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
[cozystack-controller] Introduce new dashboard-controller [dashboard] Introduce new dashboard based on openapi-ui Co-authored-by: kklinch0 <kklinch0@gmail.com> Signed-off-by: kklinch0 <kklinch0@gmail.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
BootBox
Parameters
Common parameters
| Name | Description | Type | Value |
|---|---|---|---|
whitelistHTTP |
Secure HTTP by enabling client networks whitelisting | bool |
true |
whitelist |
List of client networks | []string |
[] |
machines |
Configuration of physical machine instances | []object |
[] |
machines[i].hostname |
Hostname | string |
"" |
machines[i].arch |
Architecture | string |
"" |
machines[i].ip.address |
IP address | object |
{} |
machines[i].ip.address.address |
IP address | string |
"" |
machines[i].ip.address.gateway |
IP gateway | string |
"" |
machines[i].ip.address.netmask |
Netmask | string |
"" |
machines[i].leaseTime |
Lease time | int |
0 |
machines[i].mac |
MAC addresses | []string |
[] |
machines[i].nameServers |
Name servers | []string |
[] |
machines[i].timeServers |
Time servers | []string |
[] |
machines[i].uefi |
UEFI | bool |
false |