charm-odl-controller/config.yaml

33 lines
1.1 KiB
YAML

options:
profile:
type: string
default: default
description: |
SDN controller profile to configure OpenDayLight for; supported values include
cisco-vpp: Cisco VPP for OpenStack
openvswitch-odl: Open vSwitch OpenDayLight for OpenStack
Only a single profile is supported at any one time.
install-url:
type: string
default: "https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.2-Helium-SR2/distribution-karaf-0.2.2-Helium-SR2.tar.gz"
description: Web addressable location of OpenDayLight binaries to install
install-origin:
type: string
default: ""
description: |
Repository to install OpenDaylight binaries from. It can be a full APT
URL or a PPA.
If not specified, the package is installed from the URL specified by the
'install-url' option.
http-proxy:
type: string
default:
description: Proxy to use for http connections for OpenDayLight
https-proxy:
type: string
default:
description: Proxy to use for https connections for OpenDayLight