Hi,
The recommended list contains some packages which can be spared. For
instance, virt-manager is a graphical tool and you can just do everything
using virsh.
Also, the "-r" switch is corrected in the SFC documentation, for instance:
http://artifacts.opnfv.org/sfc/colorado/3.0/docs/
installatio
Hi Bryan,
To deploy virtual FUEL, I use this every time I have a fresh Ubuntu
installation :
sudo apt-get install -y\
python-pip\
python-dev\
libffi-dev\
libssl-dev\
sshfs\
fuseiso\
isoinfo\
genisoimage\
sshpass\
sudo pip install --upgrade pip
sudo pip install pyyaml
sudo pip install
Next issue (note this also applies to the master doc:
http://artifacts.opnfv.org/sdnvpn/docs/userguide/feature.userguide.html#preparing-the-host-to-install-fuel-by-script)
Re "Scenario Preparation":
cp /deploy/config/labs/devel-pipeline/elx \
/deploy/config/labs/devel-pipeline/
This should be
Hi SDNVPN and Fuel teams,
I am trying to do a Fuel virtual install. This is not documented in the Fuel
docs, but I was referred to the doc
http://artifacts.opnfv.org/sdnvpn/colorado/docs/userguide/feature.userguide.html#preparing-the-host-to-install-fuel-by-script
by Jose.
I have some question