Merge "CI: add grafana to monasca image list"

This commit is contained in:
Zuul 2021-05-21 18:50:24 +00:00 committed by Gerrit Code Review
commit 1f5a3a288b

View File

@ -99,7 +99,7 @@ function prepare_images {
if [[ $SCENARIO == "monasca" ]]; then if [[ $SCENARIO == "monasca" ]]; then
# FIXME(mgoddard): No need for OpenStack core images. # FIXME(mgoddard): No need for OpenStack core images.
GATE_IMAGES+=",^elasticsearch,^influxdb,^kafka,^kibana,^logstash,^monasca,^storm,^zookeeper" GATE_IMAGES+=",^elasticsearch,^grafana,^influxdb,^kafka,^kibana,^logstash,^monasca,^storm,^zookeeper"
fi fi
sudo tee -a /etc/kolla/kolla-build.conf <<EOF sudo tee -a /etc/kolla/kolla-build.conf <<EOF
[profiles] [profiles]