-
Notifications
You must be signed in to change notification settings - Fork 208
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
Monitoring: Missing suppressions interface #582
Comments
There are no plans for this. We're working on a replacement for Pyrax in the OpenStack SDK and accompanying Rackspace SDK. We don't have any support for Cloud Monitoring in the Rackspace extension yet, but that's where this type of code will end up. |
Hi @briancurtin Are OpenStack SDK and Rackspace SDK ready to use in production? |
Neither of them are complete enough to really be considered production ready in terms of the APIs that are available, but what is out there now is generally quite stable. The Rackspace extension to OpenStack SDK really only just supplies authentication and one tiny extension at the moment -- that will eventually contain support for all of our own services, like Cloud Monitoring. |
Thank you @briancurtin Per https://developer.rackspace.com/sdks/python/ the Rackspace's official SDK for Python is pyrax. Would you know any rough estimate (3 months, 6 months, etc.) when Rackspace SDK will take over pyrax? |
Yeah, I need to do some writing on what we're doing here now that things are a little more solidified, but also still a bit malleable. OpenStack SDK, the basis for the Rackspace SDK, is probably more on a 3 month schedule (should be quicker in reality, we're just working on a few key low level pieces and then a lot of functional/live testing). Getting the Rackspace extension up to feature parity with Pyrax is more of a 6 month thing, roughly. I haven't had time to really estimate all of the work that will have to go into the Rackspace specific parts, but off the top of my head it'll be some time early next year for us to have a fully tested (including functional/live tests) Rackspace offering that is production ready and able to replace what Pyrax currently offers. |
Awesome, thanks again for quick response @briancurtin |
Please review and merge pull request #585 |
Please review and merge pull request #586 |
Ok, so pull request is not accepted. If anyone else needs this you can get it from https://github.com/enver/pyrax (see installation instructions from github on https://github.com/rackspace/pyrax#installation) |
There is no interface in cloud monitoring for suppressions. Any ETA on implementation?
The text was updated successfully, but these errors were encountered: