-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Azure storage native support #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution.
Please include unit tests in the PR, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please include unit tests in the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just leave a message to confirm the scope of this PR.
And do we want to make juju2/3 compatible in this PR? Or you will provide another PR to fix it?
Hi @ashugauttam225 , are you still work on this one? |
e1b3d43
- Add ubuntu release check - Use single variable for private key checking and conversion - Remove extra var in unit test
- Parametrize and mock ubuntu release
There was linting issue and also wrong unit tests.
This patch provide fix for installation fabric on bionic series. Adding pkg-config according documentation + disable system Python packages. fixes: #1968367
Like this, we can automatically trigger this workflow by our weekly tests.
* Add new release and promote workflow Using official actions directly. * apply suggestions * using officail action to setup LXD * Update .github/workflows/release.yaml Co-authored-by: Andrea Ieri <[email protected]> --------- Co-authored-by: Andrea Ieri <[email protected]>
i have added the functionality for native support for Azure storage, which makes it available to store backups in Azure in a Juju-managed way.
Please review and do comment and i will make the necessary changes accordingly.
I will add the unit test later.
Fixes: #29