This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
storperf:pharos-b [2016/02/11 18:37] Mark Beierl [Installing FUEL Master] |
storperf:pharos-b [2016/03/03 17:11] (current) Mark Beierl [Installing Controller Node] |
||
---|---|---|---|
Line 110: | Line 110: | ||
==== Installing Controller Node ==== | ==== Installing Controller Node ==== | ||
- | The Controller will sit on only two networks: | + | The controller and compute nodes are now all bare metal, so nothing further is needed. |
- | - br1, the POD9 Admin / PXE Boot network | + | The following was instructions from trying to create a controller VM node. I never did figure out how to deal with the VLANs inside the VM, so the kind folks at Pharos gave us another bare metal node to act as the controller. |
- | - br2, the POD9 Private network. This is the one that will be shared with the compute nodes. | + | |
+ | The Controller will sit on all the bridged networks, except the DMZ: | ||
+ | |||
+ | - bradmin: PXE | ||
+ | - brmanagement | ||
+ | - brprivate | ||
+ | - brpublic | ||
+ | - brstorage | ||
/usr/bin/qemu-img create -f qcow2 -o preallocation=metadata /var/lib/libvirt/images/controller.qcow2 200G | /usr/bin/qemu-img create -f qcow2 -o preallocation=metadata /var/lib/libvirt/images/controller.qcow2 200G | ||
- | virt-install --pxe --name=controller --ram=16384 --vcpus=8 --accelerate --disk path=/var/lib/libvirt/images/controller.qcow2,format=qcow2,bus=virtio --network bridge=br1,model=virtio --network bridge=br2,model=virtio --os-type=linux --os-variant=rhel6 --vnc | + | virt-install --pxe --name=controller --ram=16384 --vcpus=8 --accelerate --disk path=/var/lib/libvirt/images/controller.qcow2,format=qcow2,bus=virtio --os-type=linux --os-variant=rhel6 --vnc --network bridge=bradmin,model=virtio --network bridge=brmanagement,model=virtio --network bridge=brprivate,model=virtio --network bridge=brpublic,model=virtio --network bridge=brstorage,model=virtio |
Once booted, this should show up in the FUEL UI. Assign it the controller role. | Once booted, this should show up in the FUEL UI. Assign it the controller role. |