-
-
Notifications
You must be signed in to change notification settings - Fork 84
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 Fog Support for Azure Stack #367
Comments
Hi @ClaudiaBaur |
I made some changes to support Azure Stack blob storage. One issue is that the version of |
I'm very interested in this, is anyone willing to think about merging it? |
Hey all, A member of the team that maintains the cloud controller component for Cloud Foundry here. We would really like to be able to support folks on Azure Stack via Fog. It would be great to hear what y'all think about the example changes above and if you plan to make any of these updates soon. Thanks! |
@dsboulder @zrob We had an offline discussion with The short term plan is: I forked fog-azure-rm to my personal org (CloudFoundryOnAzure). How do you think of the above proposal? |
I am also still waiting for this, would be interested to test... |
I'd like to propose that the fog-azure team consider publishing an updated gem with updated mime-types. Any projects that have an issue moving forward can always pin their version to one that works for them. It seems awkward to block moving this project forward on another project updating its dependencies. This seems like exactly what Gemfiles are designed to help with. By not upgrading it also causes conflicts with other fog components that use up-to-date dependencies, for example #359. |
Thanks @zrob . I totally agree with you. @abbas-sheikh-confiz , after our last sync, could you please re-think about merging the codes? If you are OK, I can send a PR ASAP. |
@zrob @bingosummer |
Thanks @bilal-naeem-confiz . |
@bilal-naeem-confiz that sounds good and would be greatly appreciated :) |
@bingosummer @zrob |
Thanks @bilal-naeem-confiz . I will submit a PR to the new branch later. |
@bingosummer, @bilal-naeem-confiz Is this merged on master CF branch now? We are installing CF on azure stack and would like to utilize Azure Stack Blobstorage |
@lordcf this was merged into the CF cloud controller a few days ago, but has not made it into a release yet. It will be available in capi-release 1.67.0. You can watch for cf-deployment to begin consuming capi-release 1.67.0 or newer. |
I've verified cf-deployment v4.0.0 with capi-release v1.67.0, and it works well with Azure Stack Blobstorage. |
@bingosummer Yep, we could install CF 4.0 with capi-release v1.67.0 and it worked with Azure Stack Blobstorage as well for us. |
The cf cloud controller uses Fog for ARM as default for the blob store. In Fog, only endpoints for public Azure, China, US_Government and Germany are implemented, but not for Azure Stack yet.
See also storage_endpoint_suffix in
fog-azure-rm/lib/fog/azurerm/utilities/general.rb
Lines 109 to 126 in 72c7dd1
As a result, the storage_endpoint_suffix on Azure Stack is wrong, as it only uses the default for public Azure which is .core.windows.net.
Please add a storage endpoint for Azure Stack.
The text was updated successfully, but these errors were encountered: