CI: Add redis to octavia scenario in setup_gate

Octavia now requires redis - see [1].

[1]: Iec3c8a4b4e257557dc8ec995c41d0ad7e88e13e2

Change-Id: I5aa489209984974b2345b1f5f7608db022a1405e
This commit is contained in:
Michal Nasiadka 2023-11-09 16:21:47 +01:00
parent 5e54663e20
commit ad5e8ffd33

View File

@ -76,7 +76,7 @@ function prepare_images {
GATE_IMAGES+=",^designate,^magnum,^trove"
fi
if [[ $SCENARIO == "octavia" ]]; then
GATE_IMAGES+=",^octavia"
GATE_IMAGES+=",^redis,^octavia"
fi
if [[ $SCENARIO == "masakari" ]]; then
GATE_IMAGES+=",^masakari-,^hacluster-"
@ -87,7 +87,7 @@ function prepare_images {
fi
if [[ $SCENARIO == "ovn" ]]; then
GATE_IMAGES+=",^octavia,^ovn"
GATE_IMAGES+=",^redis,^octavia,^ovn"
fi
if [[ $SCENARIO == "mariadb" ]]; then