-
Notifications
You must be signed in to change notification settings - Fork 17
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
Dynamically Support Friendlier Images and/or Flavors #12
Comments
This is pretty much done with #17 , no? |
As it was worded, very true. I've updated the description to reflect the current state of things. |
@RoboticCheese I recommend doing what vagrant-rackspace does. It let's users specify the image as any of:
|
As long as the compatibility with the vagrant box names is maintained, I'm okay with also allowing IDs/Names/Regexes. E.g. as long as 'centos-65' still works, as that will keep the configurations usable across different test-kitchen drivers. I regularly switch between kitchen-vagrant and kitchen-<rackspace/aws/etc>, and so do many other projects. |
Yeah, it would still work fine, because the keys (which are what match vagrant) would remain the same. I'm just talking about mapping the keys to more maintainable values. |
With #48 and Rackspace dropping point releases from names, my colleagues and I are stuck in a position of having kitchen-vagrant platforms and kitchen-rackspace platforms that don't overlap. We want to switch back and forth from those two drivers, but there's no platform strings they have in common for CentOS. It feels like regex support may be something useful for all the drivers. |
#17 added a hash of friendly image names:Rackspace image IDs. The next step beyond that would be to grab the available images and flavors from Fog and parse those so this project doesn't need updates each time there's a new image released.
The text was updated successfully, but these errors were encountered: