Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Jaeger 3edfee0cd6 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: Ia8e2df72f78f661b8b72c1960030de0c16cd1ab3
2019-12-18 19:44:04 +01:00
Guo Ruijing a77ce89204 Remove OVS with DPDK in metadata
Change-Id: Idb34b9af86d7f8fe49d93e7137dd505dbf7f7bbb
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-03-14 00:34:19 +08:00
Guo Ruijing 0e55761328 Clean up and Remove DPDK from ovs with NSH
Change-Id: If3d4e8d9fa00077fe21959ad61eed9b423bc1ae8
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-02-13 12:23:49 -05:00
Alexandru Avadanii 8736c8f6e6 Multiarch: Arch-qualify DEB binary archives
Append "_amd64" (or "_arm64" for binaries built on AArch64) to
the names of plugin archives containing DEB binaries.
E.g. <ovs-dpdk.tar.gz> for <amd64> becomes <ovs-dpdk_amd64.tar.gz>

Change-Id: Ib54e56ad9cc764cf4260b72236e306aaa8857c0e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-25 20:23:54 +01:00
Alexandru Avadanii cf24224808 AArch64: Add native build support
- ovs-dpdk/debian/control: Add arm64 to supported arch list
- Dockerfile: For AArch64 native builds, pull Docker image from
  "aarch64/ubuntu:16.04".
- install.sh: Simplify and remove version harcodes
  Since only one set of packages (DPDK/OVS/OVS-DPDK) is shipped per
  archive, we can safely wildcard the installed versions in
  install.sh, which previously hardcoded DPDK and OVS versions.
  This is helpful for arm64, which has a custom deb subversion
  for DPDK and also has different package names ("*_arm64.deb").
- build-ovs-*.sh: Fix debian changelog date formatting (two spaces)

Change-Id: I0f2ade6516040ae6295ca61c37beba1fd87d28c1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-25 20:23:54 +01:00
Guo Ruijing 18b80bb154 build ovs with dpdk from mos
ovs with dpdk installation fails due to dpdk dependency change.
To fix this issue, dpdk is built from mos debian. with this fix,
ovs with dpdk can be installed. Another fix is expected to fix new
issue after ovs with dpdk installation.

Change-Id: Ia69bfbf64a820575fd5453f18ad33052a3a490af
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-01-16 15:40:50 -05:00
Guo Ruijing d0487867be Fix package version issue in install script
Change-Id: I588210045bf2ae9dedff7aa0815d6758c1532626
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-12-29 12:12:12 -05:00
Jenkins 0ee71f2de5 Merge "enable ovs 2.6.1 with NSH" 2016-12-22 00:54:48 +00:00
Guo Ruijing db6380e405 enable ovs 2.6.1 with NSH
1. port from https://github.com/yyang13/ovs_nsh_patches/
2. todo: ovs 2.6.1 with NSH & DPDK 16.07

Change-Id: If887bdf072e891d2220b37c34ea7aac433fa8d66
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-12-20 19:46:17 -05:00
billyom b8f3735ff3 Set pmd-cpu-mask in ovsdb by ovs_pmd_core_mask in yaml
Allow configuration to set the core(s) used DPDK PMD threads.

Found in https://jira.opnfv.org/browse/OVSNFV-44

Change-Id: Ia66b42c8ea41af8422e7fc1d3c88e106b7774289
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
2016-11-14 17:17:56 +00:00
Guo Ruijing 996c928d42 Rebase to fuel 10.0
Change-Id: I110a8b3626bcb3ac64c7f2b489755a9fbb4669ff
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-10-31 17:50:47 -04:00
Michal Skalski c1e14c9412 Allocate enough memeory for dpdk hugepages
Rely on fuel allocate_hugepages task and use dpdk init script only for
mounting hugepages.

Change-Id: Id561effae09aca21d82868424f61794e8fb03c32
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-09-09 06:32:22 +02:00
Michael Polenchuk 137748b828 Set default for dpdk_socket_mem
To avoid unbound variable assign set empty value as a default.

Change-Id: If3b7c3bcab6b18d4913db3b81f0269cb73ef894a
2016-09-01 12:49:21 +03:00
Michael Polenchuk 7d02f4c328 Mend install script
* sed regexp & opt to edit a dpdk.conf
* ovs-vsctl cmd errata

Change-Id: I10e489a86aa8c4d3910e60bc68cae89e343bdd2d
2016-08-30 13:39:52 +03:00
Michael Polenchuk 0db45e1404 Allocate dpdk socket memory
* allocate dpdk socket memory if configured
* update main task to conform to F9.0+

Change-Id: I520b92cfbda083ad5781c8bc89bde9b43dcbfa0f
2016-08-29 18:17:02 +03:00
Guo Ruijing 2537604061 Fix dpdk interface
Change-Id: I2ac833a52f65870820f4352466758d6580d8c805
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-08-12 15:56:36 +08:00
Guo Ruijing 4f3ec02230 Rebase to OVS with DPDk 16.07
Change-Id: I47e19e5cf06b117c915ff1ed7bc69d70feef593b
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-08-09 15:42:15 +08:00
Guo Ruijing f04f64e8b3 Fix wget failures in fuel@opnfv
Change-Id: Ie95dc77f267a385adfe87cb32952d8861a515934
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-06-20 20:22:03 +00:00
Guo Ruijing bee1b2b540 Fix DPDK + NSH installation
Change-Id: Id8ba304376addbacb4ac746747665586e4788b48
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-06-14 05:41:12 +08:00
Guo Ruijing 537bee446f Update to DPDK 16.04 + OVS 2.5.90
Change-Id: I6efd1fd3efb6f0c80313a7a1d9d8ac87486802f9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-06-07 17:50:27 +00:00
Guo Ruijing 109c167823 Support non-dpdk/nsh support
Change-Id: Ic85f15913e4312c12cfe68090d34c79b97429bca
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-27 15:37:26 +08:00
Guo Ruijing 10894a064c Fix some install issues
Change-Id: I6ad863bdb05e3ef7802395b8a4dcb737603bfb9a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-27 14:52:10 +08:00
Guo Ruijing 2bad5a25e9 refactor scripts and update NSH patch
Change-Id: Ifc76e9bf2f83f904e765e6e8216ed98910642bae
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-24 08:06:51 +00:00