Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ami-creator - A simple tool based on python-imgcreate to create Fedora/Red Hat style images that can be used as an AMI in EC2.
- Description:
A simple tool based on python-imgcreate to create Fedora/Red Hat style
images that can be used as an AMI in EC2.
Takes a kickstart config like the rest of livecd-creator, etc and spits out a
disk image file that's suitable to upload as an s3 ami. To do the upload right
now, you'll want to run something like
ec2-bundle-image
ec2-upload-bundle
ec2-register
after having created your base image file.
Tested with the following as guests:
* CentOS 5.5
* Fedora 14
See the configs/ directory for example configs that work for each of these.
Packages
ami-creator-0.3-1.vl7.noarch
[11 KiB] |
Changelog
by Igor Yozhikov (2015-12-22):
- daa52e9 Suffix update for ami-creator * Modification made according to https://github.com/openstack/fuel-specs/blob/master/specs/8.0/separate-mos-from-centos.rst#rpm-packages-versioning
- 53df796 ami-creator package for centos7 (MOS 8.0)
- 2dfea5f Added .gitreview
|