We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A lot of instances providers have APIs or even nodejs SDK (see Amazon Node SDK or a wrapper for Digital Ocean API)
It seems there is already a Node lib interfacing with a lot of cloud providers: https://github.com/pkgcloud/pkgcloud
Through a plugin, it should be possible to display the running instances like VMs in XO.
Our current hierarchy is "Pool/Host/VM", thus it should be "Provider/Instance" (or Privider/Region/Instance?)
The idea will be to have one plugin per provider, and add features step by step (first list, then maybe interact basically, then provision etc.)
The text was updated successfully, but these errors were encountered:
Idea added into the wiki
Sorry, something went wrong.
No branches or pull requests
A lot of instances providers have APIs or even nodejs SDK (see Amazon Node SDK or a wrapper for Digital Ocean API)
It seems there is already a Node lib interfacing with a lot of cloud providers: https://github.com/pkgcloud/pkgcloud
Through a plugin, it should be possible to display the running instances like VMs in XO.
Our current hierarchy is "Pool/Host/VM", thus it should be "Provider/Instance" (or Privider/Region/Instance?)
The idea will be to have one plugin per provider, and add features step by step (first list, then maybe interact basically, then provision etc.)
The text was updated successfully, but these errors were encountered: