Merge "Revert "Disable watcher and murano temporarily""
This commit is contained in:
commit
44a78a81fa
@ -29,8 +29,7 @@ case $::osfamily {
|
|||||||
'RedHat': {
|
'RedHat': {
|
||||||
$ipv6 = true
|
$ipv6 = true
|
||||||
$mistral_enabled = true
|
$mistral_enabled = true
|
||||||
# re-enable next time we have RDO promotion
|
$murano_enabled = true
|
||||||
$murano_enabled = false
|
|
||||||
$sahara_enabled = true
|
$sahara_enabled = true
|
||||||
$trove_enabled = true
|
$trove_enabled = true
|
||||||
}
|
}
|
||||||
|
@ -25,9 +25,7 @@ if $::operatingsystem == 'Ubuntu' {
|
|||||||
} else {
|
} else {
|
||||||
$ssl_enabled = true
|
$ssl_enabled = true
|
||||||
$ipv6 = true
|
$ipv6 = true
|
||||||
# TODO(aschultz): enable once https://review.rdoproject.org/r/#/c/6491/ is
|
$watcher_enabled = true
|
||||||
# promoted
|
|
||||||
$watcher_enabled = false
|
|
||||||
$bgpvpn_enabled = true
|
$bgpvpn_enabled = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user