diff options
Diffstat (limited to 'build/f_isoroot/f_onosfwpluginbuild')
-rw-r--r-- | build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml b/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml deleted file mode 100644 index c6e60fd69..000000000 --- a/build/f_isoroot/f_onosfwpluginbuild/config/onosfw_config.yaml +++ /dev/null @@ -1,17 +0,0 @@ -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 |