On server ============== * create default VM, attached to private network: ```shell virt-install-debian srvXXX ``` * press +5 to disconnect from the console once the boostrapping is finished, be patient before the next step * confirm succesfull creation with -key Chef Bootstrapping (On Your Workstation) ======================================== * make sure you are connected to the VPN ```shell knife bootstrap --bootstrap-version 12.5.1 -E production -r "recipe[t3-base]" --ssh-user=root \ -N srvXXX.typo3.org 10.186.2.yyy ``` Customisation of virtual machine ===================================== Feel free to customise the machine via /etc/libvir/qemu/*.xml files and tools. Update Config (On server) ===================================== Optional, should not be required during daily operations * edit variables in `/root/machine.conf` Read the source of the shell script for further details