ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 28 forks source link

CI volume upload fails #70

Closed resmo closed 3 years ago

resmo commented 3 years ago

TASK [cs_volume : test upload volume] ** fatal: [testhost]: FAILED! => {"api_http_method": "get", "api_key": "s7T2jkUw4lZNJd8d3931KuCDYcSS0TtbFDTZR-DQoL9-3jn_11UqE1LekwGXzPJLx87xF7nU-fi5yZzpDkOpIw", "api_timeout": 60, "api_url": "http://cloudstack-sim:8888/client/api", "api_verify_ssl_cert": null, "changed": true, "msg": "Failed: 'Invalid URL: http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-xen.vhd.bz2'", "zone": "Sandbox-simulator-advanced"}

resmo commented 3 years ago

fixed with https://github.com/ansible/ansible/pull/73943

mattclay commented 3 years ago

@resmo It doesn't look like the issue has been fixed in this collection -- only in the ansible/ansible repo.

resmo commented 3 years ago

@mattclay of course not. my bad

resmo commented 3 years ago

fixed by #71