Hi,
I found the error, Rocky is not supported for, so I switched to CentOS machine. The script starts but I had two problems :
The
trovestack
script searches for a package named qemu and don't find it, so I modified the script to use qemu* instead of qemu
The second problem is related to the download itself, I have this error :
2022-04-07 13:18:02.677 | Caching guest-agent from
https://opendev.org/openstack/trove in /home/deployer/.cache/
image-create/source-repositories/guest_agent_842a440b9b12731c50f3b4042bf842ea7e58467d
2022-04-07 13:22:31.299 | error: RPC failed; curl 18 transfer closed with outstanding read data remaining
2022-04-07 13:22:31.299 | error: 6149 bytes of body are still expected
2022-04-07 13:22:31.300 | fetch-pack: unexpected disconnect while reading sideband packet
2022-04-07 13:22:31.300 | fatal: early EOF
2022-04-07 13:22:31.301 | fatal: fetch-pack: invalid index-pack output
Any ideas?
Regards.