fuel-plugin-ovs/demo
Guo Ruijing be8d32b422 Update install packages script
Change-Id: I79f8c3a4cf05b18d8020e8c96ce8f6b2d8b989bc
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-05-30 16:09:09 -07:00
..
01_setup_network.sh Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +08:00
02_install_packages.sh Update install packages script 2016-05-30 16:09:09 -07:00
03_setup_vnc.sh Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +08:00
04_setup_fuel.sh Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +08:00
05_destroy_fuel.sh Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +08:00
README.md Add how to run network script without git 2016-05-31 13:57:47 +08:00
fuel-master.xml Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +08:00
fuel-slave.xml Add Fuel OVS plugin demo script 2016-05-31 13:37:52 +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. 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. HTTP_PROXY: proxy for package installation b. DNS_SERVER: DNS for fuel VM c. SOCK5_IP: socks5 proxy for fuel VM d. SOCK5_PORT: socks5 proxy for fuel VM

In fresh installation, 01_setup_network.sh can be run by:

curl --socks5 https://raw.githubusercontent.com/openstack/fuel-plugin-ovs/master/demo/01_setup_network.sh | bash

  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. Fuel ISO is copied to this directory before running the script.

  1. 05_destroy_fuel.sh

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