Merge "Use US keyboard layout on the console"
[fuel.git] / deploy / config / plugins / fuel-onos_0.0.1.yaml
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # jonas.bjurel@ericsson.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 plugin-config-metadata:
11   title: ONOS fuel Plugin configuration template
12   version: 0.1
13   created: Wed Jan 7 2016
14   comment: None
15
16 onos:
17   metadata:
18     enabled: true
19     label: onos plugin
20     # plugin_id: Assigned during installation
21     restrictions:
22     - cluster:net_provider != 'neutron': Neutron only
23     toggleable: true
24     weight: 70
25   public_eth:
26     description: Please note that onos needs an independent eth for public
27       network when interfaces of nodes are configured, or L3 traffic to
28       internet will fail!
29       Defualt is eth3.
30     label: Public Ethernet Port
31     type: text
32     value: eth3
33     weight: 20