Improve devstack vagrantfile

Add `lnav` (Logfile Navigator) to tools installed by default.

Add commented out `USE_PYTHON3` variable and tempest plugin.

Story: 2005432
Task: 30470
Change-Id: Icaedb2f2a241dcd850cf942d31bc834d802fc841
This commit is contained in:
Dobroslaw Zybort 2019-04-11 11:18:42 +02:00
parent 2b3ff63ac5
commit 65def2e6df
1 changed files with 7 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", privileged: false, inline: <<-SHELL
# sudo apt-get update
# sudo apt-get -y upgrade
sudo apt-get -y install git
sudo apt-get -y install git lnav
if [ $http_proxy ]; then
git config --global url.https://git.openstack.org/.insteadOf https://git.openstack.org/
@ -169,10 +169,16 @@ MONASCA_METRICS_DB=${MONASCA_METRICS_DB:-influxdb}
MONASCA_API_USE_MOD_WSGI=${MONASCA_API_USE_MOD_WSGI:-True}
# Start devstack with services running under Python 3
# USE_PYTHON3=True
# Uncomment one of the following lines and modify accordingly to enable the Monasca DevStack Plugin
enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api
# enable_plugin monasca-api file:///vagrant_home/Documents/repos/openstack/monasca-api.vertica
# Uncomment to install tempest tests
# enable_plugin monasca-tempest-plugin https://git.openstack.org/openstack/monasca-tempest-plugin
' > local.conf
./stack.sh
# Cache downloaded files for future runs