canonical / prometheus-juju-exporter

GNU General Public License v3.0
2 stars 8 forks source link

Add support for multiple-clouds controller environment in functional tests #44

Open sudeephb opened 1 year ago

sudeephb commented 1 year ago

When multiple clouds are available in a controller, the model is created as

juju add-model <modelname> <cloudname> 

If the is not provided, it results in an error. This is the case while creating model for functional tests in this project.