-
Notifications
You must be signed in to change notification settings - Fork 202
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
block_device_mappings setting is not optional #100
Comments
Just ran into this issue as well. |
Bit me tonight too. Thanks for posting. Saved me a lot of frustration. |
This should be fixed in the latest release of kitchen-ec2 (0.9.0) - please try that and let me know if you're still experiencing issues! If no It seems reasonable that we could default these fields if users don't want to specify all 3 of them. I'll file an issue so that a configuration like the following would work: block_device_mappings:
- ebs_device_name: /dev/sda1
# ebs_volume_size will be defaulted to 8
# ebs_delete_on_termination will be defaulted to true It seems reasonable to think that |
New Issue - #118 |
In the current HEAD the block_device_mappings is required. This was not the case before which I personally would have preferred.
Beside this I run into errors when I do not set all block_device_mapping configuration settings. In my humble opinion some default settings should be assumed for all entire block_device_mappings settings.
This configuration works:
No block_device_mappings et al:
Only ebs_device_name:
leads to
No ebs_delete_on_termination:
leads to
The text was updated successfully, but these errors were encountered: