Commit Graph

20 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
Jenkins 9b5292b244 Merge "Multiarch: Arch-qualify DEB binary archives" 2017-02-03 00:18:07 +00:00
Jenkins ead29f4f3f Merge "AArch64: Add native build support" 2017-02-03 00:18:01 +00:00
Alexandru Avadanii 1738bd1b18 build-ovs*.sh: Add apt-get update
In case the ubuntu:16.04 docker image already exists, update
apt cache before installing packages, to prevent stale entries
(packages that meanwhile were bumped to a newer version) from
breaking the build.

Change-Id: Ide95c1ecc76ee542b22f16df0b8d5fc603b4503d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-30 00:18:37 +01: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
Alexandru Avadanii 710f1b6ad2 build: apt: --force-yes.
For arm64 builds, some packages are fetched from linux.enea.com,
leading to package version being reported as "older", although in
fact it is newer (dpkg version comparison is not that great with
suffixes). Also, since we don't explicitly add the GPG key of
the linux.enea.com repo yet, apt is complaining about unverified
package sources.

Bypass the above by using "--force-yes", next to "-y".

Change-Id: I4899fe62aaad9a13f8b2f9ffbdf2f3631ecba164
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-24 21:45:39 +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 aef45c9d17 clean up code
1. change openvswitch-dpdk_2.5.90 to openvswitch_2.6-dpdk_16.07
2. delete dpdk_2.2.0
3. delete openvswitch-nsh-dpdk_2.5.90

Change-Id: Ib0bfea31332a94b68da0c15844edf74ce9cf11b1
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-12-28 13:48:41 -05:00
Guo Ruijing 199e239e85 ovs rebase and add ovs with NSH/DPDK
1. rebase to ovs commit 92043ab8ffd449dfd50c3e716d6db06d04af70d7
2. add DPDK for ovs with NSH
3. clean up later for easy code review
   a) change openvswitch-dpdk_2.5.90 to openvswitch_2.6-dpdk_16.07
   a) delete dpdk_2.2.0
   b) delete openvswitch-nsh-dpdk_2.5.90

Change-Id: I4d8b16a1c2517dba2b9356e6436885b65ac4b307
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-12-27 17:05:04 -05: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 a18cd2628a Use local debian spec & fix ovs post installation failure
Change-Id: I6a8865a90e989f55ea0fd3888a0953c2c728722c
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-08-08 13:45:24 +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 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 953703d2da add fast build
Change-Id: Iad9017220c1bb0c8143910786c3a6bd1ee2de826
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-25 08:29:51 +00:00
Guo Ruijing 755efc1ee9 Fix install typo
Change-Id: I7bf6252c9ec843af1c7a2c328ed7307a85df9df4
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-25 02:01:49 +00: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
Guo Ruijing b15c57083b Build OVS with DPDK
Change-Id: I4f8657eeef418ee90fcb6a399541da1911c2ab27
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-19 14:50:09 +08:00
Guo Ruijing 5d3bd1e203 Add build home and move to ubuntu
Change-Id: I35723d79269dce2a6afbb97ac81bbe093c9575a6
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-03 15:24:50 +08:00
Guo Ruijing 5e73fe1c11 Refactor fuel ovs plugin
Change-Id: I078a1c7472d76041371075c41a1069a3ba248503
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-04-21 07:46:33 +00:00