Skip to content

Instantly share code, notes, and snippets.

@frizop
Created January 29, 2019 19:52
Show Gist options
  • Save frizop/8f81bc53ae2ceda5d34f0753c0567329 to your computer and use it in GitHub Desktop.
Save frizop/8f81bc53ae2ceda5d34f0753c0567329 to your computer and use it in GitHub Desktop.
ansible error for ceph
2019-01-29 00:28:25,573 p=15236 u=mistral | TASK [ceph-validate : validate provided configuration] *************************
2019-01-29 00:28:25,573 p=15236 u=mistral | Tuesday 29 January 2019 00:28:25 +0000 (0:00:00.235) 0:00:21.771 *******
2019-01-29 00:28:25,622 p=15236 u=mistral | [ERROR]: [overcloud-ceph-all-1] Validation failed for variable: item[0]
2019-01-29 00:28:25,622 p=15236 u=mistral | [ERROR]: [overcloud-ceph-all-1] Reason: -> item[0] key did not match
'osd_scenario' (required item in schema is missing: osd_scenario)
2019-01-29 00:28:25,648 p=15236 u=mistral | [ERROR]: [overcloud-ceph-all-0] Validation failed for variable: item[0]
2019-01-29 00:28:25,648 p=15236 u=mistral | [ERROR]: [overcloud-ceph-all-0] Reason: -> item[0] key did not match
'osd_scenario' (required item in schema is missing: osd_scenario)
2019-01-29 00:28:25,652 p=15236 u=mistral | fatal: [192.168.24.9]: FAILED! => {
"changed": false,
"failed": true,
"msg": "[overcloud-ceph-all-1] Validation failed for variable: item[0]\n[overcloud-ceph-all-1] Reason: -> item[0] key did not match 'osd_scenario' (required item in schem
a is missing: osd_scenario)\n",
"stderr_lines": [
"[overcloud-ceph-all-1] Validation failed for variable: item[0]"
]
}
2019-01-29 00:28:25,672 p=15236 u=mistral | [ERROR]: [overcloud-ceph-all-2] Validation failed for variable: item[0]
2019-01-29 00:28:25,673 p=15236 u=mistral | [ERROR]: [overcloud-ceph-all-2] Reason: -> item[0] key did not match
'osd_scenario' (required item in schema is missing: osd_scenario)
2019-01-29 00:28:25,676 p=15236 u=mistral | fatal: [192.168.24.14]: FAILED! => {
"changed": false,
"failed": true,
"msg": "[overcloud-ceph-all-0] Validation failed for variable: item[0]\n[overcloud-ceph-all-0] Reason: -> item[0] key did not match 'osd_scenario' (required item in schema is missing: osd_scenario)\n",
"stderr_lines": [
"[overcloud-ceph-all-0] Validation failed for variable: item[0]"
]
}
2019-01-29 00:28:25,700 p=15236 u=mistral | fatal: [192.168.24.7]: FAILED! => {
"changed": false,
"failed": true,
"msg": "[overcloud-ceph-all-2] Validation failed for variable: item[0]\n[overcloud-ceph-all-2] Reason: -> item[0] key did not match 'osd_scenario' (required item in schema is missing: osd_scenario)\n",
"stderr_lines": [
"[overcloud-ceph-all-2] Validation failed for variable: item[0]"
]
}
2019-01-29 00:28:25,725 p=15236 u=mistral | ok: [192.168.24.11] => {
"changed": false,
"failed": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment