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:
Takashi Kajinami 2024-04-17 14:57:18 +09:00
parent abc6204279
commit 726c408409
1 changed files with 0 additions and 16 deletions

View File

@ -42,7 +42,6 @@ class openstack_integration::vitrage {
}
class { 'vitrage':
# TODO(ansmith): separate transports when bug/1711716 closed
default_transport_url => os_transport_url({
'transport' => $::openstack_integration::config::messaging_notify_proto,
'host' => $::openstack_integration::config::host,
@ -63,21 +62,6 @@ class openstack_integration::vitrage {
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':
public_url => "${::openstack_integration::config::base_url}:8999",
internal_url => "${::openstack_integration::config::base_url}:8999",