Merge "Revert "Disable watcher from scenario004 until bug is fixed""

This commit is contained in:
Zuul 2024-03-29 19:57:59 +00:00 committed by Gerrit Code Review
commit 15d5545908

View File

@ -78,9 +78,7 @@ class { 'openstack_integration::ceph':
class { 'openstack_integration::horizon':
octavia_enabled => true
}
# TODO(tkajinam): Disabled due to
# https://bugs.launchpad.net/watcher/+bug/2056181
# include openstack_integration::watcher
include openstack_integration::watcher
class { 'openstack_integration::manila':
backend => 'cephfsnative'
}
@ -91,9 +89,7 @@ include openstack_integration::provision
# Glance, nova, neutron are true by default.
class { 'openstack_integration::tempest':
horizon => true,
# TODO(tkajinam): Disabled due to
# https://bugs.launchpad.net/watcher/+bug/2056181
# watcher => true,
watcher => true,
vpnaas => $vpnaas_enabled,
taas => $taas_enabled,
bgpvpn => $bgpvpn_enabled,