beaker: don't deploy virtlock and virtlog

Because of [1], we need to disable the services, like we did in
puppet-openstack-integration.

[1] https://tickets.puppetlabs.com/browse/PUP-6370

Change-Id: If6a86913691b6c5896db222bd9f5771b1efb41d2
This commit is contained in:
Emilien Macchi
2016-06-12 21:30:42 -04:00
parent 7ed44099af
commit 420b9318d7

View File

@@ -64,8 +64,12 @@ describe 'basic nova' do
class { '::nova::cron::archive_deleted_rows': }
class { '::nova::compute': vnc_enabled => true }
class { '::nova::compute::libvirt':
migration_support => true,
vncserver_listen => '0.0.0.0',
migration_support => true,
vncserver_listen => '0.0.0.0',
# TODO: enable it again when puppet 4.5 will be idempotent
# https://tickets.puppetlabs.com/browse/PUP-6370
virtlock_service_name => false,
virtlog_service_name => false,
}
class { '::nova::scheduler': }
class { '::nova::vncproxy': }