summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard W.M. Jones [Sat, 10 May 2014 14:48:42 +0000 (15:48 +0100)]
Change node power subcommands.
'mclu wake' -> 'mclu on'
'mclu shutdown' -> 'mclu off'
Richard W.M. Jones [Sat, 10 May 2014 14:44:39 +0000 (15:44 +0100)]
mclu: Add --viewer option to mclu start, to start virt-viewer.
Richard W.M. Jones [Sat, 10 May 2014 14:32:10 +0000 (15:32 +0100)]
run: No need to echo the command we are going to run.
Richard W.M. Jones [Sat, 10 May 2014 12:36:55 +0000 (13:36 +0100)]
mclu: Add import subcommand to import existing guests.
Richard W.M. Jones [Sat, 10 May 2014 12:37:01 +0000 (13:37 +0100)]
mclu build: Print the node that we started the guest on.
Richard W.M. Jones [Fri, 9 May 2014 16:01:41 +0000 (17:01 +0100)]
Add 'mclu reboot' command.
Richard W.M. Jones [Fri, 9 May 2014 12:34:32 +0000 (13:34 +0100)]
status: Whitespace fixes.
Richard W.M. Jones [Fri, 9 May 2014 12:34:00 +0000 (13:34 +0100)]
When building a guest, give it a fixed (but random) MAC address.
Otherwise libvirt generates a new random MAC address on
every guest restart.
Richard W.M. Jones [Fri, 9 May 2014 11:48:31 +0000 (12:48 +0100)]
build: Add 'make lint' rule and fix some problems found by pylint.
Richard W.M. Jones [Fri, 9 May 2014 11:40:17 +0000 (12:40 +0100)]
Move libvirt XML generation to separate module.
Code refactoring.
Richard W.M. Jones [Fri, 9 May 2014 11:33:33 +0000 (12:33 +0100)]
docs: Add SELinux and other configuration tips.
Richard W.M. Jones [Fri, 9 May 2014 09:07:08 +0000 (10:07 +0100)]
Move configuration documentation to separate file, and expand.
Richard W.M. Jones [Thu, 8 May 2014 22:14:48 +0000 (23:14 +0100)]
Fix mclu spec builds.
You can now build an RPM by doing:
make
make dist
rpmbuild -ta mclu-VERSION.tar.gz
Richard W.M. Jones [Thu, 8 May 2014 22:10:18 +0000 (23:10 +0100)]
mclu.spec: Set git URL and source URL.
Richard W.M. Jones [Tue, 6 May 2014 15:49:19 +0000 (16:49 +0100)]
mclu initial commit.