Description of problem: Attempting to deploy ceph-docker a task is run to check if there are leftover files from a cluster running.
The variable "statleftover" was removed and never added back to the new playbook, yet it is still being referenced
Version-Release number of selected component (if applicable):
ceph-ansible from commit 7fedc8ebf4565a9efb28a8f2e24a3f7a41932c49 (HEAD -> master, origin/master, origin/HEAD)
How reproducible: No need to even try to reproduce this. The var is completely undefined except where it is being consumed.
Actual results:
TASK [ceph-docker-common : stat for ceph config and keys] **********************
task path: /Users/alfredo/python/upstream/ceph-ansible/roles/ceph-docker-common/tasks/stat_ceph_files.yml:40
TASK [ceph-docker-common : fail if we find existing cluster files] *************
task path: /Users/alfredo/python/upstream/ceph-ansible/roles/ceph-docker-common/tasks/checks.yml:4
fatal: [ceph-mon0]: FAILED! => {
"failed": true
}
MSG:
'statleftover' is undefined
Additional info: See commit:
commit a60c74f61eb4b7523ef6d4065624312bfd0aa03a
Author: Sébastien Han <seb>
Date: Wed Aug 30 14:44:34 2017 +0200
ceph-docker-common: re-organize stat ceph file
Use a single file to run the checks instead of duplicating code.
Signed-off-by: Sébastien Han <seb>
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
Description of problem: Attempting to deploy ceph-docker a task is run to check if there are leftover files from a cluster running. The variable "statleftover" was removed and never added back to the new playbook, yet it is still being referenced Version-Release number of selected component (if applicable): ceph-ansible from commit 7fedc8ebf4565a9efb28a8f2e24a3f7a41932c49 (HEAD -> master, origin/master, origin/HEAD) How reproducible: No need to even try to reproduce this. The var is completely undefined except where it is being consumed. Actual results: TASK [ceph-docker-common : stat for ceph config and keys] ********************** task path: /Users/alfredo/python/upstream/ceph-ansible/roles/ceph-docker-common/tasks/stat_ceph_files.yml:40 TASK [ceph-docker-common : fail if we find existing cluster files] ************* task path: /Users/alfredo/python/upstream/ceph-ansible/roles/ceph-docker-common/tasks/checks.yml:4 fatal: [ceph-mon0]: FAILED! => { "failed": true } MSG: 'statleftover' is undefined Additional info: See commit: commit a60c74f61eb4b7523ef6d4065624312bfd0aa03a Author: Sébastien Han <seb> Date: Wed Aug 30 14:44:34 2017 +0200 ceph-docker-common: re-organize stat ceph file Use a single file to run the checks instead of duplicating code. Signed-off-by: Sébastien Han <seb>