Merge "Removing tempest container build"

This commit is contained in:
Zuul 2021-03-13 13:29:13 +00:00 committed by Gerrit Code Review
commit aa0a0acb26
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.