Commit Graph

20 Commits

Author SHA1 Message Date
Tin Lam
80a9e1fba2 Add heat-dashboard to horizon image
Currently we are not installing heat-dashboard as part of the horizon
image, so in case someone wants to use horizon to manage heat
they cant unless they manually rebuild the image with heat-dashboard

This patch set adds the pip package to the image.

Change-Id: I9c1ac9cc23d5c2095a2edd584e9a862cfb6756b2
Signed-off-by: Tin Lam <tin@irrational.io>
2020-08-13 10:33:43 -05:00
Gupta, Sangeet (sg774j)
8ad9b39f7b Add apache profile to neutron and cinder
Neutron and cinder supports running behind apache, this change
adds the apache profile to the neutron and cinder image to be picked
up by loci.

Change-Id: Ic7940a4a04c10cd0c41f0fb723423170f1ee3c47
2020-06-12 19:30:44 +00:00
Gage Hugo
2c991fb1df Add apache profile to cinder
Cinder supports running behind apache, this change adds
the apache profile to the cinder image to be picked up
by loci.

Change-Id: I52aeb6a9bd732a95114a09284d53eb869f72db18
2020-06-11 15:12:57 -05:00
Zuul
160aeb335f Merge "Remove retired congress" 2020-06-01 17:54:28 +00:00
gugug
7f7287cc92 Remove retired congress
Congress has been retired, remove the congress chart

See https://review.opendev.org/721742

Change-Id: Ief1952d0b3455ba117216c88552469e4d68a21e8
2020-05-29 22:13:10 +08:00
Andrii Ostapenko
b57826bdef Add Ussuri set of LOCI images
Also start building Ironic for Ussuri.

Change-Id: I5c6a1f2a8f0431b5798544341ee4661ac70a8ed5
2020-05-20 19:52:23 -05:00
Zuul
f4b1ece765 Merge "Add build-train loci script" 2020-05-19 19:34:44 +00:00
Pete Birley
a21cd75289 Add sriov support packages to generic neutron image
Change-Id: I998ebea775f006a42f4cb6a7319c466a77b48c7a
Signed-off-by: Pete Birley <pete@port.direct>
2020-05-13 16:21:02 -05:00
Pete Birley
0379bf8abd Add TaaS to stein neutron images
Change-Id: I08873f8ee4003a0d3544d4e36a4b7a27261fe240
Signed-off-by: Pete Birley <pete@port.direct>
2020-05-13 18:03:59 +00:00
Gage Hugo
52f40a07e7 Add build-train loci script
This change adds in a build script for openstack train.

Change-Id: I50975273d39aa8462ddc9f45cb08a622b103cea1
2020-05-07 02:11:04 +00:00
Pete Birley
6a6524ab1f Nova: add net-tools package
This PS adds the net-tools package to the nova image, required for
the 'route' command.

Addtionailly voting is turned off for opensuse openstack image builds,
untill we can break out the package name definition between distros.

Change-Id: I74ed18620de33a2af2aac6b8719bbbcc925685da
Signed-off-by: Pete Birley <pete@port.direct>
2019-12-16 20:06:31 +00:00
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