-
Notifications
You must be signed in to change notification settings - Fork 2
Add list of known CAPI providers #174
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
Conversation
58ad684
to
06ba2af
Compare
881a1e5
to
02bd098
Compare
02bd098
to
fea8ff5
Compare
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.
Looks pretty good to me, with a couple of minor optional tidyups.
…erprise into add-provider
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.
Looks gold!
One tiny thing, we get a funny artifact in the dropdown if the provider is ""
(e.g. broken template on test cluster)
So filtering out empty providers when building the autocomplete component might be a shout wdyt @AlinaGoaga ?
Ouch, yes, let me fix that now |
aws
azure
digitalocean
docker
gcp
openstack
packet
vsphere
Note: this is not a list of the CAPI providers that we have tested WGE with, just the list of CAPI providers we can recognise.
Fixes #162