38 lines
1.2 KiB
YAML
38 lines
1.2 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
|
|
|
|
If unset, the charm will install binaries from the opendaylight-karaf
|
|
package.
|
|
install-sources:
|
|
type: string
|
|
default: ''
|
|
description: |
|
|
Package sources to install. Can be used to specify where to install the
|
|
opendaylight-karaf package from.
|
|
install-keys:
|
|
type: string
|
|
default: ''
|
|
description: Apt keys for package install sources
|
|
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
|