Skip to content
Snippets Groups Projects
Commit b396395d authored by Swapnil Kulkarni's avatar Swapnil Kulkarni
Browse files

Temporary remove gnocchi from kolla-compose & functional tests

Current with due to LP#1478145 the kolla-compose script
fails to create gnocchi containers. Temperory fix to skip
gnocchi till we have gnocchi packges in delorean.

Change-Id: I7dc6aef82908a846a8b632f86a16de47c1a2eef9
Partial-Bug: #1478145
parent 3097d3e4
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,10 @@ class ImagesTest(base.BaseTestCase): ...@@ -45,7 +45,10 @@ class ImagesTest(base.BaseTestCase):
"kollaglue/centos-rdo-swift-container", "kollaglue/centos-rdo-swift-container",
"kollaglue/centos-rdo-swift-account", "kollaglue/centos-rdo-swift-account",
"kollaglue/centos-rdo-rhel-osp-base", "kollaglue/centos-rdo-rhel-osp-base",
"kollaglue/centos-rdo-barbican"] "kollaglue/centos-rdo-barbican",
"kollaglue/centos-rdo-gnocchi-base",
"kollaglue/centos-rdo-gnocchi-api",
"kollaglue/centos-rdo-gnocchi-statsd"]
results = eval(line) results = eval(line)
......
...@@ -46,7 +46,8 @@ function process_all { ...@@ -46,7 +46,8 @@ function process_all {
process cinder-backup process cinder-backup
process cinder-volume process cinder-volume
process ceilometer process ceilometer
process gnocchi # TODO(coolsvap) add again with resolution for #LP1478145
#process gnocchi
} }
function check_selinux { function check_selinux {
......
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