fuel-plugin-ovs/demo
Guo Ruijing 19d383d5e9 up dpdk interface
Change-Id: Ic214afa9ea4c7aa85e8cec76ffe6814a6da5c21d
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-08-09 14:44:51 -07:00
..
00_bootstrap.sh Add ssh server in demo 2016-08-03 14:57:15 -04:00
01_setup_redsocks.sh Decouple network setup 2016-06-03 05:24:11 +08:00
02_install_packages.sh Fix root permission issue 2016-07-27 18:50:11 -07:00
03_setup_vnc.sh Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +08:00
04_setup_fuel.sh up dpdk interface 2016-08-09 14:44:51 -07:00
94_destroy_fuel.sh Rename destroy_fuel.sh 2016-07-12 07:48:39 +08:00
README.DPDK.md Add how to enable hugepages for VM 2016-06-12 08:27:58 +08:00
README.md Add ssh server in demo 2016-08-03 14:57:15 -04:00
fuel-master.xml Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +08:00
fuel-slave-dpdk.xml Fix some issues 2016-08-10 10:18:19 +08:00
fuel-slave.xml Fix some issues 2016-08-10 10:18:19 +08:00

README.md

Fuel OVS Plugin Demo Script

Overview

This directory includes scripts to setup fuel ovs plugin demo.

The scripts are ONLY tested in new installation of Ubuntu 14.04.03 Desktop 64bit in server: a. 16G Memory b. 1T Disk c. virtualization support

Extra configuration or Extra packages such as virtualbox may break functionality. All packages or network configuration are provided by the the following scripts.

Scripts

  1. 00_bootstrap.sh a. copy from https://raw.githubusercontent.com/openstack/fuel-plugin-ovs/master/demo/00_bootstrap.sh b. change HTTP_PROXY c. run the script

  2. 01_setup_network.sh

The script is to setup socks5 proxy. You may change the script to support NAT. The following network setting is updated before running the script:

a. SOCK5_IP: socks5 proxy for fuel VM b. SOCK5_PORT: socks5 proxy for fuel VM b. RED_TCPORT: redsocks tcp port

  1. 02_install_packages.sh

The script is to install all packages

  1. 03_setup_vnc.sh

The script is to setup vnc. Default vnc password is 123456.

  1. 04_setup_fuel.sh

The script is to create 1 master VM and 4 slave VMs:

a. change DNS_SERVER b. download ISO in fuel-plugin-ovs/demo Examle1: wget http://seed-us1.fuel-infra.org/fuelweb-community-release/fuel-community-9.0.iso. Examle2: wget http://artifacts.opnfv.org/fuel/opnfv-2016-08-03_23-58-37.iso c. run the script

  1. 94_destroy_fuel.sh

The script is to destroy 1 master VM and 4 slave VMs.