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:
James Slagle 2018-05-04 10:16:39 -04:00
parent ed7857afb2
commit eaebed2ab9
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
set -eux
systemctl enable os-collect-config

View File

@ -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.