~james-page/charms/trusty/odl-controller/doc-updates

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-07-15 07:48:43 UTC
  • mfrom: (4.1.2 odl-controller)
  • Revision ID: james.page@ubuntu.com-20150715074843-ughkmxtae3aod2g0
Add support for SDN profiles

Add support for explicit proxy configuration of ODL components only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
 
2
  profile:
 
3
    type: string
 
4
    default: default
 
5
    description: |
 
6
      SDN controller profile to configure OpenDayLight for; supported values include
 
7
      
 
8
        cisco-vpp: Cisco VPP for OpenStack
 
9
        openvswitch-odl: Open vSwitch OpenDayLight for OpenStack
 
10
      
 
11
      Only a single profile is supported at any one time.
2
12
  install-url:
3
13
    type: string
4
14
    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"
5
 
    description: Install binaries location
 
15
    description: Web addressable location of OpenDayLight binaries to install
 
16
  http-proxy:
 
17
    type: string
 
18
    default:
 
19
    description: Proxy to use for http connections for OpenDayLight
 
20
  https-proxy:
 
21
    type: string
 
22
    default:
 
23
    description: Proxy to use for https connections for OpenDayLight