diff options
Diffstat (limited to 'build/f_isoroot/f_onosfwpluginbuild/config')
-rw-r--r-- | build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml b/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml index 17d7e5d42..c6e60fd69 100644 --- a/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml +++ b/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml @@ -1,5 +1,17 @@ -attributes: +onos: metadata: + enabled: true + label: onos plugin + plugin_id: 1 restrictions: - - "cluster:net_provider != 'neutron'": "Neutron only" - + - 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 |