Changes To simple scripts
Not logged in

Changes to "simple scripts" between 2015-12-18 08:52:11 and 2015-12-18 09:21:43

1
2
3
4
5
6
7
8
9











10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36









+
+
+
+
+
+
+
+
+
+
+















+
First phase of project is to provide following scripts:

<h2>Conventions</h2>

  #  [project directory layout]
  #  [virtual machine directory]
  #  [monitor locking]
  #  [snapshot management]

<h2>features</h2>
  
  *  sound - you get VM sound automatically redirected to your spice client
  *  usb - you can connect host usb devices using [vws] script or connect devices from the machine where your spice client is run via its GUI.
  *  cdrom - you can "insert" or "eject" iso images into virtual machine CD-ROM drive
  *  remote access - by default VM is accessable via localhost only. If you set 
     environment variable SPICE_PASSWORD to some password, you can access VMs via network using this password.
  *  snapshots - you can start VM in snapshot mode, where no changes to VM filesystem is save after VM shutdown. You can have stack of on-disk snapshots of known-good vm state, which can be restored anytime (but only powered-off vms can be snapshotted or reverted).
  *  moving around - you can copy vm to other host (when it is powered off) just copying its files.
  *  Easy import. You can create VMs based on virtual disk images from VMWare, Virtual box, virt-manager and so on. Any image, understandable by qemu-img would do

<h2>Requirements and system preparation</h2>

  #  [Software requirements]
  #  [Setting up bridge interface]
  #  [Users and groups]
  #  [Installation]
  #  [client configuration]

<h2>scripts</h2>
  #  [vm script]
  #  [Virtual machine creator]
  #  [vws]
  #  [bridgecfg]
  #  [find_free_port]
  #  [vws.conf]