CloudVE / cloudbridge

A consistent interface to multiple IaaS clouds; in Python.
https://cloudbridge.cloudve.org
MIT License
113 stars 51 forks source link

Azure - ability to use multiple resource groups #320

Closed patchkez closed 4 months ago

patchkez commented 9 months ago

We have sub-teams locked to their own resource groups. Then we have dedicated resource group which has virtual network assigned, which can be used by these sub-teams. Cloudbridge support only one resource group which is used for all operations.

Would it be possible to add option e.g. to specify other resource group used e.g. for picking network resources?

patchkez commented 9 months ago

Can someone please have a look on this issue? I can provide more info if it is not clear from the issue description.

almahmoud commented 9 months ago

Hey @patchkez , thank you for the suggestion. I think adding the feature is doable, but I cannot guarantee that anyone has time/bandwidth to implement it in the near future. If you start the implementation, I would be willing to review the PR. Otherwise, it might take a bit, but we'll hopefully get time to address it eventually

nuwang commented 9 months ago

Another option here is to instantiate a new provider instance for the new resource group. Would that approach not work as a workaround?

patchkez commented 5 months ago

@almahmoud could you please review PR #321 which should fix this issue?