Skip to content
Snippets Groups Projects
Commit ad5e8ffd authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

CI: Add redis to octavia scenario in setup_gate

Octavia now requires redis - see [1].

[1]: Iec3c8a4b4e257557dc8ec995c41d0ad7e88e13e2

Change-Id: I5aa489209984974b2345b1f5f7608db022a1405e
parent 5e54663e
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ function prepare_images { ...@@ -76,7 +76,7 @@ function prepare_images {
GATE_IMAGES+=",^designate,^magnum,^trove" GATE_IMAGES+=",^designate,^magnum,^trove"
fi fi
if [[ $SCENARIO == "octavia" ]]; then if [[ $SCENARIO == "octavia" ]]; then
GATE_IMAGES+=",^octavia" GATE_IMAGES+=",^redis,^octavia"
fi fi
if [[ $SCENARIO == "masakari" ]]; then if [[ $SCENARIO == "masakari" ]]; then
GATE_IMAGES+=",^masakari-,^hacluster-" GATE_IMAGES+=",^masakari-,^hacluster-"
...@@ -87,7 +87,7 @@ function prepare_images { ...@@ -87,7 +87,7 @@ function prepare_images {
fi fi
if [[ $SCENARIO == "ovn" ]]; then if [[ $SCENARIO == "ovn" ]]; then
GATE_IMAGES+=",^octavia,^ovn" GATE_IMAGES+=",^redis,^octavia,^ovn"
fi fi
if [[ $SCENARIO == "mariadb" ]]; then if [[ $SCENARIO == "mariadb" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment