aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml
blob: c6e60fd69be56a6f494b0ef8dd4b1c4ce424bd9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
onos:
  metadata:
    enabled: true
    label: onos plugin
    plugin_id: 1
    restrictions:
    - cluster:net_provider != 'neutron': Neutron only
    toggleable: true
    weight: 70
  public_eth:
    description: Please note that onos needs an independent eth for public network
      when interfaces of nodes are configured, or L3 traffic to internet will fail!
      Defualt is eth3.
    label: Public Ethernet Port
    type: text
    value: eth3
    weight: 20