From 85a8f3b0ef4fd1184ac76772bc957deb2b602c59 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Sun, 30 Oct 2016 22:10:55 +0800 Subject: [PATCH] Enable gnocchi test in Debian system Already have these packages of gnocchi in Debian system, the link[1] can explain. [1]: https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=gnocchi Change-Id: Ice0348453d4c9ee8c9c0705ec426c57d6def05e2 --- fixtures/scenario001.pp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fixtures/scenario001.pp b/fixtures/scenario001.pp index a6b683716..6476bd021 100644 --- a/fixtures/scenario001.pp +++ b/fixtures/scenario001.pp @@ -17,13 +17,9 @@ case $::osfamily { 'Debian': { $ipv6 = false - # gnocchi is not packaged in Ubuntu Cloud Archive - # https://bugs.launchpad.net/cloud-archive/+bug/1535740 - $gnocchi_enabled = false } 'RedHat': { $ipv6 = true - $gnocchi_enabled = true } default: { fail("Unsupported osfamily (${::osfamily})") @@ -66,7 +62,7 @@ include ::openstack_integration::provision class { '::openstack_integration::tempest': cinder => true, - gnocchi => $gnocchi_enabled, + gnocchi => true, ceilometer => true, aodh => true, }