Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Vagrantfile

Issue 11166107: Set up notification server (Closed)
Patch Set: Created July 22, 2013, 10:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | manifests/monitoringserver.pp » ('j') | modules/notificationserver/manifests/init.pp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -37,9 +37,10 @@ Vagrant::Config.run do |config|
define_standard_vm config, 'server10', '10.8.0.105' do |config|
config.vm.customize ["modifyvm", :id, "--memory", 1024]
end
define_standard_vm config, 'server11', '10.8.0.106'
define_standard_vm config, 'server12', '10.8.0.107'
define_standard_vm config, 'server13', '10.8.0.108'
define_standard_vm config, 'server14', '10.8.0.109'
define_standard_vm config, 'server15', '10.8.0.110'
+ define_standard_vm config, 'server17', '10.8.0.112'
end
« no previous file with comments | « no previous file | manifests/monitoringserver.pp » ('j') | modules/notificationserver/manifests/init.pp » ('J')

Powered by Google App Engine
This is Rietveld