Skip to content
Snippets Groups Projects
Commit 10e9314f authored by Rowan Powell's avatar Rowan Powell
Browse files

ffmpeg install scripts

parent b42fd13d
No related branches found
No related tags found
No related merge requests found
......@@ -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|
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment