OpenStack (PackStack) with Brocade SDN Controller Part 1 - Preparation
This video is part one (1) in a series of videos that will walk you through setting up OpenStack with the Brocade SDN Controller. This video walk you through setting up the virtual machines and network connections between them as preparation for later videos.
Related Commands:
ip addr show
systemctl stop NetworkManager
Systemctl disable NetworkManager
sudo yum remove NetworkManager
chkconfig network
dhclient
ifup eth0
ifup eth1
sudo yum install net-tools
cd /etc/sysconfig/network-scripts
vi ifcfg-eth0
change onboot to yes
change Peerdns to no
Vi: I for insert, type whatever, esc to end typing, :x to save:: :q! to exit without saving
same for ifcfg-eth1
vi /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
shutdown -r now
Related Videos:
Download Links:
More Info Links:
- Brocade SDN Controller RESTCONF Developer Resources is where you can find tools, info and samples for programming Brocade SDN Controller via the RESTCONF API
- Brocade SDN Controller Wiki is where you can find out more information about Brocade SDN Controller.
- Brocade SDN Controller Blog is where you can find articles and videos about Brocade SDN Controller.
- Brocade SDN Controller DevNet Community is where you can find discussions and docs about Brocade SDN Controller and programming it.