Add plugins & tempest to the rally image

Bug #1833989 reported by Pavel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Won't Fix
Medium
Unassigned

Bug Description

Hi,

I think it will be useful if the rally image would come with some ready to use plugins as well as with tempest verifier. Here is a simple addition to the current image:

FROM kolla/centos-binary-rally:rocky

USER root

RUN yum update -y && yum install -y python36-pip.noarch gcc.x86_64 python36-devel openssl-devel.x86_64
RUN PIP_INDEX_URL='' pip3 install rally-openstack
RUN git clone https://opendev.org/openstack/tempest /root/tempest

Later in the container once deployed, a user will be able to run:

rally verify create-verifier --type tempest --name tempest-verifier --source /root/tempest
rally plugin list --platform openstack

Tell me what do you think

Tags: rally
Pavel (prog1990)
tags: added: rally
description: updated
Revision history for this message
Mark Goddard (mgoddard) wrote :

This seems like a reasonable request. It would need to be done using the standard kolla source conifguration mechanisms (see kolla/common/config.py). Could you propose a patch?

Changed in kolla:
status: New → Confirmed
importance: Undecided → Medium
Mark Goddard (mgoddard)
Changed in kolla:
status: Confirmed → Triaged
Revision history for this message
Gaël THEROND (gtherond) wrote :

We should abandon this request as we won't provide tempest/rally anymore.

Changed in kolla:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.