@@ -119,107 +119,6 @@ The `--volume` option is used to instruct OpenStack to create an external volume
Some OSM installer options are supported, in particular the following: `-r -k -u -R -t`. Other options will be supported in the future.
### Vagrant installation
Pre-built OSM Vagrant images are available here: <https://app.vagrantup.com/osm>
The pre-built image requires 6GB of memory and 2 vCPUs.
#### 1) Install Vagrant and VirtualBox
Follow the instructions to install them in their respective sites:
-[Vagrant](https://www.vagrantup.com/)
-[VirtualBox](https://www.virtualbox.org/)
#### 2) Create the initial Vagrantfile in a predefined directory of your choice
```bash
vagrant init osm/releaseeight
```
- NOTE: to ensure the latest version is downloaded, destroy any previous existing OSM boxes (i.e. using `vagrant box list` and, if needed, `vagrant box remove`)
#### 3) Edit the generated `Vagrantfile`
Editing the `Vagrantfile` is required if you need to customize the image for opened ports, assigned memory, etc.
For Release EIGHT, these are the recommended contents for the `Vagrantfile`:
Please note that you may need to add more forwarded ports, for example, to access Grafana, you would need to add a line like this one to your `Vagrantfile`, then run `vagrant reload`: