Skip to content

vCenter 8 ova import #3654

@Jeremy-Boyle

Description

@Jeremy-Boyle

Describe the issue you are experiencing

Error: Failed to deploy OVF package. Cause: A specified parameter was not correct: The provided manifest file is invalid: Invalid OVF checksum algorithm: SHA2-256.

What operating system image do you use?

ova (for Virtual Machines)

What version of Home Assistant Operating System is installed?

13.2

Did the problem occur after upgrading the Operating System?

No

Hardware details

NA

Steps to reproduce the issue

  1. Upload OVA

Anything in the Supervisor logs that might be useful for us?

N/A

Anything in the Host logs that might be useful for us?

N/A

System information

N/A

Additional information

To fix

tar -xvf haos_ova-13.2.ova
home-assistant.ovf
home-assistant.vmdk
home-assistant.mf
sha1sum home-assistant.vmdk > new_manifest.mf
sha1sum home-assistant.ovf >> new_manifest.mf

# Manually edit format in new_manifest.mf
cat new_manifest.mf
SHA1(home-assistant.vmdk)=390fb0e2f4fc6bf8fc9b7dcc0050bba417f5edee
SHA1(home-assistant.ovf)=d4d00cef71a3b735a4309bbbbbfcd322c01cd318
mv home-assistant.mf home-assistant-2.mf
mv new_manifest.mf home-assistant.mf
tar -cvf haos_ova-13.2.ova home-assistant.ovf home-assistant.mf home-assistant.vmdk

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions