Merge "Remove sw-patch-agent.service from manifests"

This commit is contained in:
Zuul 2024-11-26 18:57:11 +00:00 committed by Gerrit Code Review
commit 890719a2d1
3 changed files with 0 additions and 25 deletions

View File

@ -28,11 +28,6 @@ class patching (
'runtime/agent_port': value => $agent_port;
}
Patching_config<||> ~> service { 'sw-patch-agent.service':
ensure => 'running',
enable => true,
}
if $::personality == 'controller' {
Patching_config<||> ~> service { 'sw-patch-controller-daemon.service':
ensure => 'running',

View File

@ -564,11 +564,6 @@ class openstack::keystone::barbican::password::runtime {
class openstack::keystone::patching::password::runtime {
include ::patching::api
Patching_config<||> ~> service { 'sw-patch-agent.service':
ensure => 'running',
enable => true,
}
if $::personality == 'controller' {
Patching_config<||> ~> service { 'sw-patch-controller-daemon.service':
ensure => 'running',

View File

@ -91,18 +91,3 @@ class platform::patching::api (
include ::platform::patching::haproxy
}
class platform::patching::agent::reload {
exec { 'restart sw-patch-agent':
command => '/usr/sbin/sw-patch-agent-restart',
logoutput => true,
}
}
class platform::patching::runtime {
class {'::platform::patching::agent::reload':
stage => post
}
}