diff --git a/Vagrantfile b/Vagrantfile index 3ccfdcd27a1a161682d2a3d028d866d3c4036f68..c5a42fe47ab9a6545276968f824d881ff295113d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -91,8 +91,7 @@ Vagrant.configure("2") do |config| when 'test-runner' instance_config.vm.provision :shell, :path => "test/services/pytest/install.sh" when 'clmc-service' - instance_config.vm.provision :shell, :path => "scripts/clmc-service/install.sh" - instance_config.vm.provision :shell, :path => "test/services/pytest/install.sh" + instance_config.vm.provision :shell, :path => "scripts/clmc-service/install.sh" else # specific service install instance_config.vm.provision :shell, :path => "test/services/#{host["service_name"]}/install.sh", env: {"REPO_ROOT" => "/vagrant"} diff --git a/test/telegraf-agents/rspec.yml b/test/telegraf-agents/rspec.yml index e2290d4342ae999e89af4ddc8506a7a7d1ee5f48..6dad4be08d89d3f1bcc31e65e92e909c591d14fd 100644 --- a/test/telegraf-agents/rspec.yml +++ b/test/telegraf-agents/rspec.yml @@ -95,4 +95,9 @@ hosts: sf_id_instance: "adaptive_streaming_I1" ipendpoint_id: "adaptive_streaming_I1_apache1" influxdb_url: "http://192.168.50.10:8086" - database_name: "CLMCMetrics" \ No newline at end of file + database_name: "CLMCMetrics" + - name: test-runner + cpus: 1 + memory: 2048 + disk: "10GB" + ip_address: "192.168.50.17" \ No newline at end of file