Merge "Revert "Disable watcher and murano temporarily""

This commit is contained in:
Jenkins 2017-07-24 11:26:16 +00:00 committed by Gerrit Code Review
commit 44a78a81fa
2 changed files with 2 additions and 5 deletions

View File

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

View File

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