Add ssh server in demo

Change-Id: Ibd574f852480fc834a8eadc79db21b980f3f4cdf
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
This commit is contained in:
Guo Ruijing 2016-08-03 14:51:49 -04:00
parent 5e5db9819b
commit 9ec9a50e77
2 changed files with 7 additions and 4 deletions

View File

@ -6,8 +6,9 @@ Acquire::http::Proxy "$HTTP_PROXY";
EOF
sudo apt-get update -y
sudo apt-get install -y git
sudo apt-get install -y openssh-server git
mv ~/.gitconfig ~/.gitconfig.bak
git config --global http.proxy ${HTTP_PROXY}
git clone https://github.com/openstack/fuel-plugin-ovs/
git config --global --unset http.proxy
mv ~/.gitconfig.bak ~/.gitconfig

View File

@ -46,9 +46,11 @@ The script is to setup vnc. Default vnc password is 123456.
The script is to create 1 master VM and 4 slave VMs:
a. change DNS_SERVER
b. download ISO. Examle: http://seed-us1.fuel-infra.org/fuelweb-community-release/fuel-community-9.0.iso.
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
5. 05_destroy_fuel.sh
5. 94_destroy_fuel.sh
The script is to destroy 1 master VM and 4 slave VMs.