Merge "ci, build/f_repos: Minor UX improvements"
[fuel.git] / deploy / config / plugins / fuel-onos_0.0.3.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.3
13   created: Wed Jun 8 2016
14   comment: add sfc feature
15
16 onos:
17   metadata:
18     # chosen_id: Assigned during installation
19     class: plugin
20     default: false
21     enabled: true
22     label: onos plugin
23     toggleable: true
24     versions:
25     - enable_sfc:
26         label: SFC features
27         type: checkbox
28         value: true
29         weight: 13
30       metadata:
31         hot_pluggable: false
32         # plugin_id: Assigned during installation
33         plugin_version: 0.9.0
34         restrictions:
35         - cluster:net_provider != 'neutron': Neutron only
36         - settings:public_network_assignment.assign_to_all_nodes.value == false: Assign
37               public network to all nodes
38     weight: 70