Disable Designate on Ubuntu

It's unstable in CI, second puppet run is not idempotent because
Designate MDS is not starting well for the first time.

Disabling it for now, until we find out what was wrong.

Change-Id: Ie2a9a33e301b2795f08b54d42439ebf5ad4e5a32
This commit is contained in:
Emilien Macchi 2017-03-04 10:04:23 -05:00
parent aa05d01957
commit 995e6056d1

View File

@ -41,7 +41,9 @@ if ($::operatingsystem == 'Ubuntu') and (versioncmp($::operatingsystemmajrelease
$ssl_enabled = false
# linuxbridge driver is not working with latest Ubuntu packaging.
$neutron_plugin = 'openvswitch'
$designate_enabled = true
# Disable Designate MDS on Ubuntu until we find why Puppet run is not
# idempotent sometimes.
$designate_enabled = false
} else {
$ssl_enabled = true
$neutron_plugin = 'linuxbridge'