tripleo-heat-templates/releasenotes/notes/get-occ-config-local-connector-5bbec3f591a9f311.yaml
Steve Baker 5e934cd9b8 Use the local collector to bootstrap deployed servers
os-collect-config is already configured to use json files in
/var/lib/os-collect-config/local-data/ as a data source, so this can
be used in the deployed-server get-occ-config.sh to copy in the
required json to generate the required os-collect-config.conf.

Co-Authored-By: James Slagle <jslagle@redhat.com>
Closes-Bug: #1679705
Change-Id: Ibde9e6bf360277d4ff64f66d637a5c7f0360e754
2017-04-04 22:31:58 -04:00

11 lines
455 B
YAML

---
fixes:
- The deployed-server Heat agent configuration script,
get-occ-config.sh, is now updated to configure the
local data source for os-collect-config instead of
configuring /etc/os-collect-config.conf directly. Doing
so means that the configuration template for os-apply-config
no longer has to be deleted as the file will be rendered
correctly with the right data. See
https://bugs.launchpad.net/tripleo/+bug/1679705