Jump Server Configuration:
(Rough Placeholder, edit me)
Fuel
wget http://mirrors.kernel.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1503-01.iso
systemctl disable NetworkManager
service network restart
vi /etc/resolv.conf
yum -y update yum -y install kvm qemu-kvm libvirt systemctl enable libvirtd
shutdown -r now
vi /etc/ssh/sshd_config
Uncomment "UseDNS yes", change 'yes' to 'no'.
Save
systemctl restart sshd
yum -y install virt-install
mkdir /home/qemu; mkdir -p /home/qemu/VMs/fuel-6.0/disk
chown -R qemu:qemu /home/qemu
cd /home/qemu
virt-install -n opnfv-2015-05-22_18-34-07-fuel -r 4096 --vcpus=4 --cpuset=0-3 -c opnfv-2015-05-22_18-34-07.iso --os-type=linux --os-variant=rhel6 --boot hd,cdrom --disk path=/home/qemu/VMs/mirantis-fuel-6.0/disk/fuel-vhd0.qcow2,bus=virtio,size=50,format=qcow2 -w bridge=br0,model=virtio --graphics vnc,listen=0.0.0.0
iptables -F
Foreman
TBA