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

Unified Diff: Vagrantfile

Issue 11705024: Added new notification servers (Closed)
Patch Set: Fixed typos Created Sept. 19, 2013, 12:42 p.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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -43,9 +43,11 @@ Vagrant::Config.run do |config|
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'
define_standard_vm config, 'server18', '10.8.0.113'
define_standard_vm config, 'server19', '10.8.0.114'
define_standard_vm config, 'server20', '10.8.0.115'
define_standard_vm config, 'server21', '10.8.0.116'
define_standard_vm config, 'server22', '10.8.0.117'
+ define_standard_vm config, 'notification1', '10.8.0.118'
+ define_standard_vm config, 'notification2', '10.8.0.119'
end
« no previous file with comments | « no previous file | manifests/monitoringserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld