aboutsummaryrefslogtreecommitdiffstats
path: root/fuel/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod2/plugins_conf/opendaylight.yaml
blob: 183ef9ca9b89bbd488c0c5f2a6549f1cd2eefa9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
opendaylight:
  metadata:
    enabled: true
    label: OpenDaylight plugin
    plugin_id: 1
    restrictions:
    - cluster:net_provider != 'neutron': Only neutron is supported by OpenDaylight
    toggleable: true
    weight: 70
  rest_api_port:
    description: Port on which ODL REST API will be available.
    label: Port number
    regex:
      error: Invalid port number
      source: ^([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$
    type: text
    value: '8282'
    weight: 40
  use_vxlan:
    description: Configure neutron to use VXLAN tunneling
    label: Use vxlan
    restrictions:
    - action: disable
      condition: networking_parameters:segmentation_type == 'vlan'
      message: Neutron with GRE segmentation required
    type: checkbox
    value: true
    weight: 20
  vni_range_end:
    description: VXLAN VNI IDs range end
    label: VNI range end
    regex:
      error: Invalid ID number
      source: ^\d+$
    restrictions:
    - action: hide
      condition: networking_parameters:segmentation_type == 'vlan'
    type: text
    value: '10000'
    weight: 31
  vni_range_start:
    description: VXLAN VNI IDs range start
    label: VNI range start
    regex:
      error: Invalid ID number
      source: ^\d+$
    restrictions:
    - action: hide
      condition: networking_parameters:segmentation_type == 'vlan'
    type: text
    value: '10'
    weight: 30