tripleo-common/releasenotes/notes/workaround_ssh_known_host_atomic_update-481e0baf3b3d6342.yaml
Oliver Walsh ca60b82be8 Workaround ssh_known_hosts changes not being propagated to containers
We need an in-place update of /etc/ssh/ssh_known_hosts for the changes to be
visible to running containers. This works around the issue until we have a
better long-term solution - make a copy, update using lineinfile, then
clobber the original file.

Closes-bug: #1810932
Change-Id: Ie6af5908d4b79bad094bce31e8e853678c0e843c
2019-01-08 17:05:44 +00:00

6 lines
148 B
YAML

---
fixes:
- Workaround `bug 1810932 <https://bugs.launchpad.net/tripleo/+bug/1810932>`__ by
scripting an in-place update of ssh_known_hosts