Changes

stoney cloud: Upgrade

1,255 bytes added, 09:03, 11 August 2017
/* Basic Testing Steps */
chown apache:vm-storage foss-cloud-installer-${version}.iso
chmod 644 foss-cloud-installer-${version}.iso
</source>
 
Get the [http://www.sysresccd.org/SystemRescueCd_Homepage SystemRescueCd] ISO:
<source lang='bash'>
version=4.5.1 # SystemRescueCd version
sha256="4fda2fce55a46c7b258fba10c88a4a337821c8b801a8cd3c344cc223a9c4436d" # SHA256 checksum of the ISO
isoFile="systemrescuecd-x86-${version}.iso"
 
cd /var/virtualization/iso-choosable/
 
wget http://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/${version}/${isoFile}
 
# Check that the file was downloaded correctly
echo "${sha256} ${isoFile}" | sha256sum -c -
 
chown apache:vm-storage ${isoFile}
chmod 644 ${isoFile}
</source>
Get a Fedora ISO image:
<source lang='bash'>
version=21 # Fedora version
 
cd /var/virtualization/iso-choosable/
wget http://downloadmirror.fedoraprojectswitch.orgch/pubftp/mirror/fedora/linux/releases/20${version}/FedoraServer/x86_64/iso/Fedora-20Server-netinst-x86_64-netinst${version}.isochown apache:vm-storage Fedora-20Server-netinst-x86_64-netinst${version}.isochmod 644 Fedora-20Server-netinst-x86_64-netinst${version}.iso
</source>
Get your debian image:
<source lang='bash'>
version=78.40.0 # debian Debian version
cd /var/virtualization/iso-choosable/
chmod 644 ubuntu-${version}-desktop-amd64.iso
</source>
 
Get your ubuntu server image:
chmod 644 ubuntu-${version}-server-amd64.iso
</source>
 
Get a Windows 2012 Server R2 ISO image:
<source lang='bash'>
cd /var/virtualization/iso-choosable/
wget http://care.dlservice.microsoft.com/dl/download/6/2/A/62A76ABB-9990-4EFC-A4FE-C7D698DAEB96/9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_SERVER_EVAL_EN-US-IR3_SSS_X64FREE_EN-US_DV9.ISO -O windows_server_2012_r2_64bit_en.iso
chown apache:vm-storage windows_server_2012_r2_64bit_en.iso
chmod 644 windows_server_2012_r2_64bit_en.iso
</source>
 
If you need the newest Windows Drivers ISO image, visit https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/
Set three network ranges under https://192.168.140.10/vm-manager/subnet/index.html
Bureaucrat, administrator
38
edits