canonical / charmed-openstack-upgrader

Automatic upgrade tool for Charmed Openstack
https://canonical-charmed-openstack-upgrader.readthedocs-hosted.com/en/stable/
Apache License 2.0
4 stars 12 forks source link

Retrieve juju status less often #443

Open samuelallan72 opened 3 weeks ago

samuelallan72 commented 3 weeks ago

Getting the juju status for the model is slow in production environments. We should avoid that where possible, and find ways to get the data we need without pulling the whole status again.

See https://github.com/canonical/charmed-openstack-upgrader/pull/433#discussion_r1642391525 for example

jneo8 commented 6 days ago

Try to see if we can get this information from the Analysis class.