Liam Young 1a63fa2fdf Add action for applying local settings
Add action to apply snap setting specific to the local unit.

Change-Id: I6ab63de753046c07934a6f923206ff5179599e39
2023-04-25 17:15:19 +00:00

26 lines
472 B
YAML

options:
snap-channel:
default: "yoga/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