Visa version
Visa
< föregående
|
nästa >
Jämför
< föregående
|
nästa >
Ubuntu 14 devstack,mininet "all-in-one" installation
Step 1.
Install Mininet
1. git clone git://github.com/mininet/mininet
2. mininet/util/install.sh -a
Step 2.
Start openvswitch
1.etc/init.d/openvswitch-switch start
2. /etc/init.d/openvswitch-controller start
Step 3.
Install Opendaylight
1. apt-get install maven git openjdk-7-jre openjdk-7-jdk unzip
2. wget https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/distribution/opendaylight/target/distribution.opendaylight-osgipackage.zip
3. unzip distribution.opendaylight-osgipackage.zip
4. cd opendaylight
5. ##Add to ~/.bashrc for persistence through a reboot##
export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
6. ./run.sh
Step 4.
Install Openstack
1. git clone https://github.com/openstack-dev/devstack.git
2. cd devstack
3../stack.sh
*sources:
http://networkstatic.net
http://askubuntu.com
Prepared by: Epameinondas Kontothanasis