diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index b7148dace..80df8e459 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -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 } diff --git a/fixtures/scenario004.pp b/fixtures/scenario004.pp index 9e643d321..cf4b879dc 100644 --- a/fixtures/scenario004.pp +++ b/fixtures/scenario004.pp @@ -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 }