diff --git a/Vagrantfile b/Vagrantfile
index e021b8fe899fabf6f6831ac04663c899e01b4e4d..4688bf16623065a64f62f2985a3007925bd825b8 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -54,8 +54,8 @@ hosts = YAML.load_file(host_rspec_file)
 
 # Start creating VMS using xenial64 as the base box
 Vagrant.configure("2") do |config|
-  config.vm.box = "ubuntu/xenial64"
- 
+  #config.vm.box = "ubuntu/xenial64"
+  config.vm.box = "hashicorp/precise32"
 
   # Dynamic VMs
   hosts['hosts'].each do |host|
diff --git a/infra/streaming/rspec.yml b/infra/streaming/rspec.yml
index 8718a12e3e3bf13d96bf1c2c763f2d783db30af8..5aebbf7a2b3f02cee8e21cd61fa06edc10918004 100644
--- a/infra/streaming/rspec.yml
+++ b/infra/streaming/rspec.yml
@@ -82,3 +82,20 @@ hosts:
     ipendpoint_id: "metadata_database_I1_apache1"
     influxdb_url: "http://192.168.50.10:8086"
     database_name: "CLMCMetrics" 
+  - name: mpeg
+    cpus: 1
+    memory: 2048
+    disk: "10GB"
+    service_name: "mpeg"
+    forward_ports:
+      - guest: 80
+        host: 8085
+    ip_address: "192.168.50.14"
+    location: "DC1"
+    sfc_id: "MS_Template_1"
+    sfc_id_instance: "MS_I1"
+    sf_id: "metadata_database"
+    sf_id_instance: "metadata_database_I1"
+    ipendpoint_id: "metadata_database_I1_apache1"
+    influxdb_url: "http://192.168.50.10:8086"
+    database_name: "CLMCMetrics"