Merge "Disable watcher and murano temporarily"

This commit is contained in:
Jenkins 2017-07-20 08:18:43 +00:00 committed by Gerrit Code Review
commit d40188dfba
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,8 @@ case $::osfamily {
'RedHat': {
$ipv6 = true
$mistral_enabled = true
$murano_enabled = true
# re-enable next time we have RDO promotion
$murano_enabled = false
$sahara_enabled = true
$trove_enabled = true
}

View File

@ -25,7 +25,9 @@ if $::operatingsystem == 'Ubuntu' {
} else {
$ssl_enabled = true
$ipv6 = true
$watcher_enabled = true
# TODO(aschultz): enable once https://review.rdoproject.org/r/#/c/6491/ is
# promoted
$watcher_enabled = false
$bgpvpn_enabled = true
}