CI: Fix ipv6 scenario triggered from Kolla
Change-Id: Ib9ae56cc256a4f377d366fb33b1f3b2db976f709
This commit is contained in:
parent
6ebdbb9795
commit
c8645ea52d
@ -65,6 +65,10 @@ function prepare_images {
|
||||
GATE_IMAGES="^cron,^fluentd,^grafana,^haproxy,^proxysql,^keepalived,^kolla-toolbox,^mariadb,^memcached,^opensearch,^prometheus,^rabbitmq"
|
||||
fi
|
||||
|
||||
if [[ $SCENARIO == "ipv6" ]]; then
|
||||
GATE_IMAGES+=",^prometheus"
|
||||
fi
|
||||
|
||||
if [[ $SCENARIO == "venus" ]]; then
|
||||
GATE_IMAGES="^cron,^opensearch,^fluentd,^haproxy,^proxysql,^keepalived,^keystone,^kolla-toolbox,^mariadb,^memcached,^rabbitmq,^venus"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user