Revert "Disable watcher from scenario004 until bug is fixed"

This reverts commit 4182c23708410f02dcae766e8aa74f449d6a29ed.

Reason for revert: watcher push a fix https://review.opendev.org/q/I33be53f647faae2aad30a43c10980df950d5d7c2

Change-Id: I0511dcee3d2402617d529ee121d8351ed370e036
This commit is contained in:
Joel Capitao 2024-03-27 16:03:46 +00:00 committed by Gerrit Code Review
parent 4182c23708
commit 57821048d8

View File

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