Activity log for bug #1833989

Date Who What changed Old value New value Message
2019-06-24 08:32:59 Pavel bug added bug
2019-06-24 08:33:10 Pavel tags rally
2019-06-24 08:35:03 Pavel 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 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 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
2019-07-09 08:33:12 Mark Goddard kolla: status New Confirmed
2019-07-09 08:33:15 Mark Goddard kolla: importance Undecided Medium
2019-09-12 12:52:10 Mark Goddard kolla: status Confirmed Triaged
2023-01-31 05:41:45 Michal Nasiadka kolla: status Triaged Won't Fix