Add BootParams service to all roles

BootParams service should be added to all the roles during
the ugprade. It is responsible to set the kernel args and
reboot if required.
Related-Bug: #1890080

Change-Id: Id68c62486e8b12e21931a4255da48effb0ed4690
(cherry picked from commit e5197c4469)
This commit is contained in:
Saravanan KR 2020-08-02 16:21:06 +05:30
parent 7812261ddb
commit 51429783da
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@
regexp: '(\s+)(- OS::TripleO::Services::HAproxy$)'
replace: '\1\2\1- OS::TripleO::Services::ContainerImagePrepare'
- name: add BootParams service
replace:
path: "{{ roles_data }}"
regexp: '(\s+)(- OS::TripleO::Services::AuditD$)'
replace: '\1\2\1- OS::TripleO::Services::BootParams'
- name: drop deprecated telemetry services
replace:
dest: "{{ roles_data }}"