From 9e8f4f7bc1585106b5133c3c5aad8d5d58121558 Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 9 Jun 2016 09:52:08 +0900 Subject: [PATCH] Added MOTD that explains how to run an example within the emulator VM --- README.md | 7 +++++++ utils/vagrant/motd | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 utils/vagrant/motd diff --git a/README.md b/README.md index b05908a..ba8a769 100755 --- a/README.md +++ b/README.md @@ -92,3 +92,10 @@ In the `~/son-emu` directory: ### CLI * [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview) + +### Vagrant VM creation +A Vagrantfile allows to automatically create and provision a VM in which son-emu is installed and ready to be used. + +* `cd ~/son-emu` +* `vagrant up` +* `vagrant ssh` to enter the new VM in which the emulator is installed. diff --git a/utils/vagrant/motd b/utils/vagrant/motd new file mode 100644 index 0000000..ea9e8ca --- /dev/null +++ b/utils/vagrant/motd @@ -0,0 +1,17 @@ +************************************************************ +** Welcome to SONATA's son-emu VM ** +** http://sonata-nfv.eu ** +** ** +** To run the emulator with a simple example topology ** +** and its fake-gatekeeper run the following commands. ** +** ** +** Switch to example folder: ** +** - cd son-emu/src/emuvim/examples ** +** ** +** Start the emulator with SONATA's example topology: ** +** - sudo python sonata_y1_demo_topology_1.py ** +** ** +** The emulator will be started and the fake-gatekeeper ** +** API will be accessible on port 5000 from both, the ** +** VM and your host machine. ** +************************************************************ \ No newline at end of file -- 2.17.1