Move subcloud audit to separate process
Subcloud audit is being removed from the dcmanager-manager process and it is running in dcmanager-audit process. This update adds associated puppet config. Story: 2007267 Task: 39640 Depends-On: https://review.opendev.org/#/c/725627/ Change-Id: Idd2e675126a01d6113597646ddd9eb4a0bc5be44 Signed-off-by: Tao Liu <tao.liu@windriver.com>
This commit is contained in:
parent
d9aa740f9a
commit
4e9153cf23
@ -821,6 +821,12 @@ class platform::sm
|
||||
-> exec { 'Provision DCManager-Manager in SM (service dcmanager-manager)':
|
||||
command => 'sm-provision service dcmanager-manager',
|
||||
}
|
||||
-> exec { 'Provision DCManager-Audit (service-group-member dcmanager-audit)':
|
||||
command => 'sm-provision service-group-member distributed-cloud-services dcmanager-audit',
|
||||
}
|
||||
-> exec { 'Provision DCManager-Audit in SM (service dcmanager-audit)':
|
||||
command => 'sm-provision service dcmanager-audit',
|
||||
}
|
||||
-> exec { 'Provision DCManager-RestApi (service-group-member dcmanager-api)':
|
||||
command => 'sm-provision service-group-member distributed-cloud-services dcmanager-api',
|
||||
}
|
||||
@ -866,6 +872,9 @@ class platform::sm
|
||||
-> exec { 'Configure Platform - DCManager-Manager':
|
||||
command => "sm-configure service_instance dcmanager-manager dcmanager-manager \"\"",
|
||||
}
|
||||
-> exec { 'Configure Platform - DCManager-Audit':
|
||||
command => "sm-configure service_instance dcmanager-audit dcmanager-audit \"\"",
|
||||
}
|
||||
-> exec { 'Configure OpenStack - DCManager-API':
|
||||
command => "sm-configure service_instance dcmanager-api dcmanager-api \"\"",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user