-
Notifications
You must be signed in to change notification settings - Fork 203
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
As a developer, I can create a service bus #1175
Comments
Is there any ETA on this? I'm having to work around this manually right now, and I'd like to be able to use ASO for deploying and managing this. |
We're probably going to have to drop ASO without this supported. Is there any update that can be shared here? |
Hi Kyle, support for Service Bus is definitely planned to be available at the same time as Event Grid - see the resource list here: #1192 (comment) |
We've just released the v2.0.0-alpha.0 release of the operator, with support for Azure Service Bus. Please have a go and let us know how you get on. |
Awesome. When will it be installable via Operator Lifecycle Manager (operatorhub.io)? Also, are there any docs? Or just I just look at the CRDs after it's installed? |
@kyschouv - there aren't a ton of docs yet (we're working on them now). There are instructions for how to install in the v2.0.0-alpha.0 release @theunrepentantgeek linked above. You can just look at the CRD after it's installed as docs for now. We know that's not ideal and will be working to make that better. I've just filed #1715 which I think will be a good way forward on that. |
Thanks. Do you have a timeline on an OLM release? We're updating our infrastructure bootstrapping, and would prefer to continue installing ASO through OLM. |
Hi 👋
We just saw that OSBA has been deprecated: Azure/open-service-broker-azure@5cbcd74
In order to migrate we would need support for service buses
This user story covers the following:
Azure Service Bus
Queues
Topics
Namespaces
Creation of a resource helper library using Azure Go SDK that can be used to deploy/delete/update the resource. This can be used in the operator code.
Acceptance Criteria
[Update this once the owner starts looking at the user story]
User can create an instance of the Azure Service Bus given the location and resource group using the helper library
User can delete an particular instance of the Azure Service Bus using the helper library
User can update the settings of a particular instance of the Azure Service Bus using the helper library
Unit tests exist for the helper functions
The service principal information, subscription ID and tenant ID can be passed as environment variables to the helper library
The helper library has the ability to diagnose issues. (Discuss the logger we want to use)
Epic reference*
#
Tasks
Reference this issue when you create tasks for this user story
The text was updated successfully, but these errors were encountered: