Removing tempest container build

The tempest container was used with validate-tempest, which is right now
deprecated, and all the jobs running upstream are using os_tempest,
which doesn't rely on containerized tempest, but only on the rpm
packages and/or install tempest directly from git.
The tempest container image is no longer being used.

Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/778447

Related-Bug: #1916875

Change-Id: I4dc869019a04bf092f8c219e470be55f3bc682d3
This commit is contained in:
Arx Cruz 2021-01-22 16:10:26 +01:00 committed by Chandan Kumar (raukadah)
parent b0bcab90a2
commit 3496457ec0
5 changed files with 8 additions and 18 deletions

View File

@ -70,7 +70,6 @@ _SUPPORTED_USERS['qemu']='qemu 107 107'
_SUPPORTED_USERS['rabbitmq']='rabbitmq 42439 42439 /var/lib/rabbitmq kolla'
_SUPPORTED_USERS['redis']='redis 42460 42460 /run/redis kolla'
_SUPPORTED_USERS['swift']='swift 42445 42445 /var/lib/swift kolla'
_SUPPORTED_USERS['tempest']='tempest 42480 42480 /var/lib/tempest kolla'
_SUPPORTED_USERS['zaqar']='zaqar 42452 42452 /var/lib/zaqar kolla'
for _USER_TO_CREATE in $_USERS_TO_CREATE; do

View File

@ -1,8 +0,0 @@
tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- iputils
- openstack-tempest-all
tcib_user: tempest

View File

@ -185,8 +185,6 @@ container_images:
image_source: prom
- imagename: quay.io/app-sre/grafana:6.7.4
image_source: grafana
- imagename: quay.io/tripleomaster/openstack-tempest:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomaster/openstack-rsyslog:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleomaster/openstack-unbound:current-tripleo

View File

@ -792,13 +792,6 @@ container_images_template:
services:
- OS::TripleO::Services::CephGrafana
- imagename: "{{namespace}}/{{name_prefix}}tempest{{name_suffix}}:{{tag}}"
image_source: tripleo
params:
- ContainerTempestImage
services:
- OS::TripleO::Services::Tempest
- imagename: "{{namespace}}/{{name_prefix}}rsyslog{{name_suffix}}:{{tag}}"
image_source: tripleo
params:

View File

@ -0,0 +1,8 @@
---
removal:
- |
Support of Tempest container is removed in favor of os_tempest
ansible role.
As it is no longer tested by the CI team and not used anywhere.
Since tempest is a standalone OpenStack validation tool, can be
used via installing through rpm package, which is fully supported.