summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 4b10392..64dfb00 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -97,6 +97,16 @@ nodes = [
:args => ["dcae"],
},
{
+ :name => "dmaap",
+ :ips => ['10.252.0.22', "192.168.50.22"],
+ :macs => [],
+ :cpus => 2,
+ :cpu => "50",
+ :ram => 4 * 1024,
+ :groups => ["individual"],
+ :args => ["dmaap"],
+ },
+ {
:name => "dns",
:ips => ['10.252.0.3', "192.168.50.3"],
:macs => [],