aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-05-12 05:27:56 -0400
committerVictor Morales <victor.morales@intel.com>2018-05-12 05:27:56 -0400
commitc993457d9b2a580db9dde2d112ab754a8aaa6c7f (patch)
tree8368cb93eea9e4c5079b2dbc37b868fb6c7614d6 /Vagrantfile
parent1d88c96c47c15d06b4a85f4b579e51df84a052b3 (diff)
Pull images from csv file
It has been included another method for retrieving OOM images. This function uses a cvs file to get the information to previously loads the Docker registry for Helm Charts deployment. Change-Id: I2e6d154cd7911d65b44592f9cf512180bb05bef6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Vagrantfile b/Vagrantfile
index f10e8b0..ca6bb8d 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -161,17 +161,12 @@ nodes = [
:name => "oom",
:ips => ['10.252.0.21', "192.168.50.21"],
:macs => [],
- :cpus => 16,
+ :cpus => 32,
:cpu => "50",
- :ram => 70 * 1024,
+ :ram => 128 * 1024,
:groups => ["individual"],
:args => ["oom"],
:hd => { :virtualbox => "163840", :libvirt => "160G", },
- :fwds => [
- { :guest => 8880, :host => 8880, :guest_ip => '192.168.50.21' },
- { :guest => 8989, :host => 8989, :guest_ip => '192.168.50.21' },
- { :guest => 8080, :host => 8888, :guest_ip => '192.168.50.21' },
- ]
},
{
:name => "policy",