mclu.git
9 years agoRewrite to use ansible.
Richard W.M. Jones [Mon, 12 May 2014 12:50:12 +0000 (13:50 +0100)]
Rewrite to use ansible.

9 years agoChange node power subcommands.
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'

9 years agomclu: Add --viewer option to mclu start, to start virt-viewer.
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.

9 years agorun: No need to echo the command we are going to run.
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.

9 years agomclu: Add import subcommand to import existing guests.
Richard W.M. Jones [Sat, 10 May 2014 12:36:55 +0000 (13:36 +0100)]
mclu: Add import subcommand to import existing guests.

9 years agomclu build: Print the node that we started the guest on.
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.

9 years agoAdd 'mclu reboot' command.
Richard W.M. Jones [Fri, 9 May 2014 16:01:41 +0000 (17:01 +0100)]
Add 'mclu reboot' command.

9 years agostatus: Whitespace fixes.
Richard W.M. Jones [Fri, 9 May 2014 12:34:32 +0000 (13:34 +0100)]
status: Whitespace fixes.

9 years agoWhen building a guest, give it a fixed (but random) MAC address.
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.

9 years agobuild: Add 'make lint' rule and fix some problems found by pylint.
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.

9 years agoMove libvirt XML generation to separate module.
Richard W.M. Jones [Fri, 9 May 2014 11:40:17 +0000 (12:40 +0100)]
Move libvirt XML generation to separate module.

Code refactoring.

9 years agodocs: Add SELinux and other configuration tips.
Richard W.M. Jones [Fri, 9 May 2014 11:33:33 +0000 (12:33 +0100)]
docs: Add SELinux and other configuration tips.

9 years agoMove configuration documentation to separate file, and expand.
Richard W.M. Jones [Fri, 9 May 2014 09:07:08 +0000 (10:07 +0100)]
Move configuration documentation to separate file, and expand.

9 years agoFix mclu spec builds.
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

9 years agomclu.spec: Set git URL and source URL.
Richard W.M. Jones [Thu, 8 May 2014 22:10:18 +0000 (23:10 +0100)]
mclu.spec: Set git URL and source URL.

9 years agomclu initial commit.
Richard W.M. Jones [Tue, 6 May 2014 15:49:19 +0000 (16:49 +0100)]
mclu initial commit.