Created attachment 1315166[details]
ansible-playbook execution output
In TripleO we're trying to run two infrastructure playbooks sequentially
take-over-existing-cluster.yml (which completes successfully)
switch-from-non-containerized-to-containerized-ceph-daemons.yml
The second fails in [get current ceph fsid] with:
fatal: [192.168.24.7]: FAILED! => {"failed": true, "msg": "'mon_host' is undefined"}
Output from execution attached to report.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2017:3387
Created attachment 1315166 [details] ansible-playbook execution output In TripleO we're trying to run two infrastructure playbooks sequentially take-over-existing-cluster.yml (which completes successfully) switch-from-non-containerized-to-containerized-ceph-daemons.yml The second fails in [get current ceph fsid] with: fatal: [192.168.24.7]: FAILED! => {"failed": true, "msg": "'mon_host' is undefined"} Output from execution attached to report.