66da01ee71
Configure TLS certificates with the right extensions to be used in an mTLS environment. (Used by Libvirt and QEMU for native TLS migration). Ask for new TLS certificate if it's missing the mTLS clientAuth and serverAuth extended key usages. Libvirt/QEMU fail to read CA certificate with chain, therefore it's templated without the chain. Add extra binding `migration`. Add extra configuration key `use-migration-binding`. It's false by default, since on current sunbeam installation, there's no space configuration, all ip addresses are part of the alpha space. Which makes selecting the right ip address impossible. Change-Id: Ia0622b12bcac6b90d7a9937695947c113f62d7fe
29 lines
536 B
YAML
29 lines
536 B
YAML
options:
|
|
snap-channel:
|
|
default: "2023.2/edge"
|
|
type: string
|
|
debug:
|
|
default: False
|
|
type: boolean
|
|
dns-domain:
|
|
default: "openstack.local"
|
|
type: string
|
|
dns-servers:
|
|
default: "8.8.8.8"
|
|
type: string
|
|
enable-gateway:
|
|
default: False
|
|
type: boolean
|
|
external-bridge:
|
|
default: "br-ex"
|
|
type: string
|
|
external-bridge-address:
|
|
default: "10.20.20.1/24"
|
|
type: string
|
|
physnet-name:
|
|
default: "physnet1"
|
|
type: string
|
|
use-migration-binding:
|
|
default: False
|
|
type: boolean
|