vitrage: Stop tweaking config/log directory
... because current vitrage-tempest-plugin does not need access to vitrage config files or log files. Also remove the not for old bug which was already resolved. Change-Id: Ic50a72a80277345b78368c81c7889721af9ef10d
This commit is contained in:
parent
abc6204279
commit
726c408409
@ -42,7 +42,6 @@ class openstack_integration::vitrage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class { 'vitrage':
|
class { 'vitrage':
|
||||||
# TODO(ansmith): separate transports when bug/1711716 closed
|
|
||||||
default_transport_url => os_transport_url({
|
default_transport_url => os_transport_url({
|
||||||
'transport' => $::openstack_integration::config::messaging_notify_proto,
|
'transport' => $::openstack_integration::config::messaging_notify_proto,
|
||||||
'host' => $::openstack_integration::config::host,
|
'host' => $::openstack_integration::config::host,
|
||||||
@ -63,21 +62,6 @@ class openstack_integration::vitrage {
|
|||||||
notification_driver => 'messagingv2',
|
notification_driver => 'messagingv2',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Make sure tempest can read the configuration files
|
|
||||||
# default installation has a 640 premission
|
|
||||||
-> file { '/etc/vitrage':
|
|
||||||
ensure => directory,
|
|
||||||
recurse => true,
|
|
||||||
mode => '0644',
|
|
||||||
}
|
|
||||||
|
|
||||||
# Make sure tempest can write to the log directory
|
|
||||||
# default installation has a 755 premission
|
|
||||||
-> file { '/var/log/vitrage':
|
|
||||||
ensure => directory,
|
|
||||||
mode => '0766',
|
|
||||||
}
|
|
||||||
|
|
||||||
class { 'vitrage::keystone::auth':
|
class { 'vitrage::keystone::auth':
|
||||||
public_url => "${::openstack_integration::config::base_url}:8999",
|
public_url => "${::openstack_integration::config::base_url}:8999",
|
||||||
internal_url => "${::openstack_integration::config::base_url}:8999",
|
internal_url => "${::openstack_integration::config::base_url}:8999",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user