diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-05-19 12:55:19 +0100 |
---|---|---|
committer | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-05-23 16:20:02 +0100 |
commit | 238e545c1992e49d4dee685fd8f355907d13a2df (patch) | |
tree | 32890aaaa378fe08b0595ac8e65b4af9b065c007 /fuel-plugin-ovsnfv/metadata.yaml | |
parent | 4e07dd488cb78b8333763418c4ccc25e05766956 (diff) |
fuel plugin: Deploy on Brahmaputra SR3
Updates for changed package versions in archive.ubuntu.com. Installation
to SR3 VLAN environmnent verifed.
Change-Id: Ic33992a3513ddcb5b474084fcea652d084dc5bf9
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
Reviewed-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Reviewed-by: Mark D. Gray <mark.d.gray@intel.com>
Reviewed-by: Tom Herbert <therbert@redhat.com>
Reviewed-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'fuel-plugin-ovsnfv/metadata.yaml')
-rw-r--r-- | fuel-plugin-ovsnfv/metadata.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fuel-plugin-ovsnfv/metadata.yaml b/fuel-plugin-ovsnfv/metadata.yaml index 3f6f473..bb19c6e 100644 --- a/fuel-plugin-ovsnfv/metadata.yaml +++ b/fuel-plugin-ovsnfv/metadata.yaml @@ -17,9 +17,9 @@ name: fuel-plugin-ovsnfv # Human-readable name for your plugin title: Userspace OVS support # Plugin version -version: '0.0.1' +version: '0.0.3' # Description -description: 'This plugin deploys openvswitch with dpdk' +description: 'This plugin deploys OpenvSwitch with DPDK, VLAN only.' # Required fuel version fuel_version: ['8.0'] # Specify license of your plugin @@ -27,7 +27,7 @@ licenses: ['Apache License Version 2.0'] # Specify author or company name authors: ['Intel Corporation', 'mark.d.gray@intel.com', 'billy.o.mahony@intel.com'] # A link to the plugin's page -homepage: 'https://github.com/mrmarkgray/fuel-plugin-ovsnfv' +homepage: 'https://wiki.opnfv.org/display/ovsnfv/Open+vSwitch+For+NFV+Home' # Specify a group which your plugin implements, possible options: # network, storage, storage::cinder, storage::glance, hypervisor groups: ['network'] |