Commit Graph

9 Commits

Author SHA1 Message Date
chengli3
ab9cc8a78a Add jq package for neutron image
In neutron-openvswitch-init.sh script, auto_bridge_add json file is
parsed. As of now the json file is very simple, we parse it with command
'sed' and 'tr'[1]. While we are working on ovs-dpdk support, which makes
the auto_bridge_add json file more complicated(pci_id, n_rxq, etc.).

This patch is to include jq package to parse json.

[1]
dadf9946e0/neutron/templates/bin/_neutron-openvswitch-agent-init.sh.tpl (L40)

Change-Id: I678cdaf4a7f2072d5dd9bb8618e0beb8f3a05655
2019-07-20 17:01:03 +08:00
erihban
070f3b694a Add bionic based build jobs to Zuul build configuraton
This patch adds bionic based build jobs to Zuul config
to create loci images based on Bionic.

Change-Id: I8f691908b8f7aa482e716559e9e1422f2d4d5d6c
2019-06-26 15:53:34 +02:00
Jean-Philippe Evrard
f3fcdaf2ce Add curl to the default heat image
curl was apparently forgotten in the refactor to have images built
in zuul automatically.

This is a problem, as the heat image is used in glance to fetch
the CirrOS image, which would fail if curl is absent.

Change-Id: Ia1a84766865ea5c4e4a26516c9e8faa2e0daf9b2
2019-05-14 14:20:57 +02:00
Itxaka
cb1551590b Add rocky release script
Add the new build-rocky.sh script.

Also fix pycrypto not being used on rocky by overriding the
pip packages being installed in the build-rocky.sh script

Change-Id: Id06a3ee97f99b6f28c0bec8c49bab54611fb079c
2019-04-01 09:46:42 +00:00
Zuul
cbb56663eb Merge "Do not pass the project name to bindep profiles" 2019-03-07 04:15:18 +00:00
Jiří Suchomel
cb6fc47ac5 Do not pass the project name to bindep profiles
Loci adds the project name automatically.

Change-Id: I79a30cfb56b3c4c6dfbed057c1cca0d1b6544117
2019-03-06 11:24:35 +01:00
Jiří Suchomel
b1d54cb5a3 Added some checks for the case 'requirement' is not part of BUILD_PROJECTS
If requirements is not part of BUILD_PROJECTS, assume it was built already
before and set the REQUIREMENTS_TAGGED_PROJECT_REF according to current project.
Otherwise there'd be WHEELS set to something like "requirements:version--distro"

Change-Id: Ifedd3b41a52b4e9628c1b4ec07176b5e3416dbb7
2019-02-23 02:00:12 +00:00
Arun Kant
b12e466404 Clear parallel actions from previous install
In local dev environment, there can be actions from previous build.
As we are appending actions for per-project build, clear the content
first from last image build execution.

Change-Id: I5c15b5a474a16da5680f3c382154d8bfb9d4731c
2019-01-09 10:59:06 -08:00
Jean-Philippe Evrard
b1132137fe Add LOCI to OSH images
This adds the LOCI build progress into OSH-images.

Change-Id: Iffc12af6ef8fff82ca1338c528ea427ef2fb0e8a
2018-12-17 09:10:12 +00:00