Advertisement
blistovmhz

Untitled

Feb 4th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. [ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 120, "changed": true, "cmd": ["hosted-engine", "--vm-status", "--json"], "delta": "0:00:00.355367", "end": "2019-02-04 13:36:20.134876", "rc": 0, "start": "2019-02-04 13:36:19.779509", "stderr": "", "stderr_lines": [], "stdout": "{\"1\": {\"conf_on_shared_storage\": true, \"live-data\": true, \"extra\": \"metadata_parse_version=1\\nmetadata_feature_version=1\\ntimestamp=7273 (Mon Feb 4 13:36:10 2019)\\nhost-id=1\\nscore=3400\\nvm_conf_refresh_time=7273 (Mon Feb 4 13:36:10 2019)\\nconf_on_shared_storage=True\\nmaintenance=False\\nstate=EngineStop\\nstopped=False\\ntimeout=Wed Dec 31 18:06:02 1969\\n\", \"hostname\": \"ovirt1.localdomain\", \"host-id\": 1, \"engine-status\": {\"reason\": \"failed liveliness check\", \"health\": \"bad\", \"vm\": \"up\", \"detail\": \"Powering down\"}, \"score\": 3400, \"stopped\": false, \"maintenance\": false, \"crc32\": \"ebf4a303\", \"local_conf_timestamp\": 7273, \"host-ts\": 7273}, \"global_maintenance\": false}", "stdout_lines": ["{\"1\": {\"conf_on_shared_storage\": true, \"live-data\": true, \"extra\": \"metadata_parse_version=1\\nmetadata_feature_version=1\\ntimestamp=7273 (Mon Feb 4 13:36:10 2019)\\nhost-id=1\\nscore=3400\\nvm_conf_refresh_time=7273 (Mon Feb 4 13:36:10 2019)\\nconf_on_shared_storage=True\\nmaintenance=False\\nstate=EngineStop\\nstopped=False\\ntimeout=Wed Dec 31 18:06:02 1969\\n\", \"hostname\": \"ovirt1.localdomain\", \"host-id\": 1, \"engine-status\": {\"reason\": \"failed liveliness check\", \"health\": \"bad\", \"vm\": \"up\", \"detail\": \"Powering down\"}, \"score\": 3400, \"stopped\": false, \"maintenance\": false, \"crc32\": \"ebf4a303\", \"local_conf_timestamp\": 7273, \"host-ts\": 7273}, \"global_maintenance\": false}"]}
  2. [ INFO ] TASK [Check VM status at virt level]
  3. [ INFO ] changed: [localhost]
  4. [ INFO ] TASK [Fail if engine VM is not running]
  5. [ INFO ] skipping: [localhost]
  6. [ INFO ] TASK [Get target engine VM IPv4 address]
  7. [ INFO ] changed: [localhost]
  8. [ INFO ] TASK [Get VDSM's target engine VM stats]
  9. [ INFO ] changed: [localhost]
  10. [ INFO ] TASK [Convert stats to JSON format]
  11. [ INFO ] ok: [localhost]
  12. [ INFO ] TASK [Get target engine VM IPv4 address from VDSM stats]
  13. [ INFO ] ok: [localhost]
  14. [ INFO ] TASK [Fail if the Engine has no IP address]
  15. [ INFO ] skipping: [localhost]
  16. [ INFO ] TASK [Fail if Engine IP is different from engine's FQDN resolved IP]
  17. [ INFO ] skipping: [localhost]
  18. [ INFO ] TASK [Get target engine VM IPv4 address]
  19. [ INFO ] skipping: [localhost]
  20. [ INFO ] TASK [Reconfigure OVN central address]
  21. [ ERROR ] fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'stdout_lines'\n\nThe error appears to have been in '/usr/share/ovirt-hosted-engine-setup/ansible/create_target_vm.yml': line 530, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n # https://github.com/oVirt/ovirt-engine/blob/master/packaging/playbooks/roles/ovirt-provider-ovn-driver/tasks/main.yml\n - name: Reconfigure OVN central address\n ^ here\n"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement