Disable os-collect-config by default
With the switch to config-download, os-collect-config no longer needs to be enabled on the overcloud nodes by default. It should be disabled to avoid confusion as to why it might be running, as well as so that there will be no accidental conflicts with config-download. Change-Id: Ideae13e2bf42f1d62196f431d443bd5e55fdcff8
This commit is contained in:
parent
ed7857afb2
commit
eaebed2ab9
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -eux
|
||||
|
||||
systemctl enable os-collect-config
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
other:
|
||||
- The os-collect-config service is now disabled by default. With the switch
|
||||
to config-download and applying all software configuration with a central
|
||||
Ansible control node (undercloud), os-collect-config no longer needs to be
|
||||
enabled by default.
|
Loading…
Reference in New Issue
Block a user