Merge "Fuel 8 uplift"
[fuel.git] / deploy / config / plugins / fuel-onos_0.0.1.yaml
1 plugin-config-metadata:
2   title: ONOS fuel Plugin configuration template
3   version: 0.1
4   created: Wed Jan 7 2016
5   comment: None
6
7 onos:
8   metadata:
9     enabled: true
10     label: onos plugin
11     # plugin_id: Assigned during installation
12     restrictions:
13     - cluster:net_provider != 'neutron': Neutron only
14     toggleable: true
15     weight: 70
16   public_eth:
17     description: Please note that onos needs an independent eth for public
18       network when interfaces of nodes are configured, or L3 traffic to
19       internet will fail!
20       Defualt is eth3.
21     label: Public Ethernet Port
22     type: text
23     value: eth3
24     weight: 20