From 10e9314f938c5ec2e3ce2a3a0e12164dc3724949 Mon Sep 17 00:00:00 2001 From: Rowan Powell <rp17@it-innovation.soton.ac.uk> Date: Fri, 9 Feb 2018 12:29:34 +0000 Subject: [PATCH] ffmpeg install scripts --- Vagrantfile | 4 ++-- infra/streaming/rspec.yml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index e021b8f..4688bf1 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 8718a12..5aebbf7 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" -- GitLab