Move watcher to scenario001
Watcher requires telemetry services from a functional point of view, so I think it's good to deploy and test them together. Change-Id: I90b12c9a9674eda7c7b94111c7951e598224a68b
This commit is contained in:
3 changed files with 4 additions and 3 deletions
@@ -72,7 +72,7 @@ scenario](#all-in-one).
| ceph mds | | | | X | | |
| ceph rgw | | | | X | | |
| vitrage | X | | | | | |
| watcher | | | | X | | |
| watcher | X | | | | | |
| vpnaas | | | | X | X | |
| taas | | | | X | | |
| bgpvpn-api | | | | X | | |
@@ -91,6 +91,8 @@ class { 'openstack_integration::gnocchi':
backend => 'ceph',
}
includeopenstack_integration::watcher
class{ 'openstack_integration::tempest':
cinder => true,
cinder_backup => true,
@@ -99,5 +101,6 @@ class { 'openstack_integration::tempest':
aodh => true,
heat => true,
vitrage => true,
watcher => true,
image_format => 'raw',
}
@@ -83,7 +83,6 @@ class { 'openstack_integration::ceph':
class{ 'openstack_integration::horizon':
octavia_enabled => true
}
includeopenstack_integration::watcher
class{ 'openstack_integration::manila':
backend => 'cephfsnative'
}
@@ -98,7 +97,6 @@ class { 'openstack_integration::provision':
#Glance,nova,neutronaretruebydefault.
class{ 'openstack_integration::tempest':
horizon => true,
watcher => true,
vpnaas => $vpnaas_enabled,
taas => $taas_enabled,
bgpvpn => $bgpvpn_enabled,
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.