EGI-Federation / fedcloud-vm-monitoring

Monitors VMs running on fedcloud for a given project, killing them if not acknowledged
MIT License
2 stars 1 forks source link

Update poetry lock #20

Closed sebastian-luna-valero closed 2 months ago

sebastian-luna-valero commented 2 months ago

Summary

Update poetry lock.

The current version fedcloudclient is 1.4.2 in the existing poetry.lock which throws:

fedcloud-vo-monitor --oidc-access-token $OS_ACCESS_TOKEN                               
Site config in file https://raw.githubusercontent.com/EGI-Federation/fedcloud-catchall-operations/main/sites/GRNET-OPENSTACK.yaml is in wrong format
Exception: Additional properties are not allowed ('images' was unexpected)

Updating to fedcloudclient version 1.4.3 solves the issue.

Thanks for reporting @mrorro. Could you please test before we merge?


Related issue :

enolfc commented 2 months ago

Should this be reflected also in https://github.com/EGI-Federation/fedcloud-vm-monitoring/blob/main/pyproject.toml#L14?

sebastian-luna-valero commented 2 months ago

Indeed, thanks for the reminder!

I have just done it.

sebastian-luna-valero commented 2 months ago

Merging now.

@mrorro feel free to test and report back any issues.