Skip to content

VM Provisioning

keyvanfatehi edited this page Aug 7, 2012 · 12 revisions

Cloning MasterTemplate

  1. Open Virtual Machine Manager on the Hypervisor
  2. Right click 00_MasterTemplate and Clone
  3. Choose a number and a name: 01_Sandbox
  4. Set the OS drive: 01_Sandbox.img
  5. Set the data drive: 01_Sandbox-Data.img
  6. Wait for disk copy.

Provisioning

  1. Boot the VM and open the console
  2. Login as root with password get1W2pl
  3. Fix /etc/udev/rules.d/70-persistence-net.rules: remove first entry and rename eth1 to eth0
  4. Adjust the IP address in /etc/network/interfaces to reflect the VM number (01)
  5. Change password for curator passwd curator and write it down somewhere. Do the same for scribbeo user
  6. Reboot the VM
  7. On the hypervisor, modify /etc/sysconfig/iptables using the examples to forwarding ports for this VM
  8. Restart iptables on hypervisor: service iptables restart
  9. Change passwords, keep a record of everything

Clone this wiki locally