downburst
downburst copied to clipboard
Fast Ubuntu Cloud Image creation on libvirt
Discover the debian image from https://cdimage.debian.org/cdimage/openstack/
This pull request removes some hard-coded things in `template.xml` that were incompatible with RHEL 6. The first commit in this pull request removes the hard-coded machine type from `template.xml`. The...
The architecture defaults to amd64 and the virtualizer defaults to kvm, hence downburst will not work out-of-the box with a 32bits machine.
ubuntu@chef-node-01:~$ sudo useradd -d /home/chef -m chef sudo: unable to resolve host chef-node-01 Apparently this is some sort of mismatch between /etc/hosts and /etc/hostname? Anyway, it doesn't preclude things working,...
gregf@pudgy:~/src/downburst [master]$ ./virtualenv/bin/downburst create downburst-test-01 Traceback (most recent call last): File "./virtualenv/bin/downburst", line 9, in load_entry_point('downburst==0.0.1', 'console_scripts', 'downburst')() File "/home/gregf/src/downburst/downburst/cli.py", line 48, in main args = parse_args() File "/home/gregf/src/downburst/downburst/cli.py", line...