Update README for xenial

Documented workaround for readonly file system error in virtualbox.

Change-Id: I604dadcebce8a04db47eec57688395650dfe9626
This commit is contained in:
David C Kennedy 2016-11-24 14:42:20 +00:00
parent f9cbe3707f
commit a172dcdc7a
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# Monasca DevStack Plugin
The Monasca DevStack plugin currently only works on Ubuntu 14.04 (Trusty).
More Linux Distributions will be supported in the future.
The Monasca DevStack plugin works on Ubuntu 16.04 (Xenial) though note issues and workarounds noted below under 'Using Vagrant' if using a virtualbox vm image.
Running the Monasca DevStack plugin requires a machine with 10GB of RAM.
@ -72,6 +71,13 @@ To enable Horizon and the Monasca UI add `horizon`
Vagrant can be used to deploy a VM with Devstack and Monasca running in it using the Vagrantfile. After installing Vagrant, just run the command `vagrant up` as usual in the `../monasca-api/devstack` directory.
N.B. If you are running with virtualbox you may find that the `./stack.sh` fails with the filesystem becoming read only. There is a work around:
1. vagrant up --no-provision && vagrant halt
2. open virtualbox gui
3. open target vm settings and change storage controller from SCSI to SATA
4. vagrant up
## Enable Vertica as the Metrics DB using Vagrant
Monasca supports using both InfluxDB and Vertica for storing metrics and alarm state history.