suitcase
suitcase copied to clipboard
Packer based build system for CentOS OS images
~/Unarchived/suitcase-master$ brew install files/ec2-ami-tools.rb ==> Cloning [email protected]:Jana-Mobile/ec2-ami-tools.git Cloning into '/Library/Caches/Homebrew/ec2-ami-tools--git'... Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts. Permission denied (publickey)....
Add ability to build VMware images that can be imported to vSphere or an ESXi host.
This test in tests/spec/common/vboxguestadditions_spec fails, although scripts/common/cleanup.sh clearly removes this file: ``` describe file('/tmp/VBoxGuestAdditions.iso') do it { should_not be_file } end ``` Disabling this test allows the build to succeed,...
The virtualbox profile was not running cleanup.sh, which was causing a test failure in tests/spec/vboxguestadditions_spec.rb which expects /tmp/VBoxGuestAdditions.iso to have been removed. Disabling this test allowed me to make progress,...
Not sure if this is exactly the path you want to take upstream, I'm just offering to help sort of make this more generic and usable for others like me...
Suitcase was written with my personal workflow and needs in mind. The Rakefile tasks are coupled together based on those needs. Adding or altering that setup is a pain. Need...
Would like to be able to create arbitrary key=value tags on images for better tracking.
Images can then be recreated using the version of Suitcase initially used.