aboutsummaryrefslogtreecommitdiff
path: root/script/jepsen.garage/Vagrantfile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-25 14:04:39 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-25 14:04:39 +0200
commit9df7fa0bcd8b00dee5926fe7778853d857b5636d (patch)
tree0f4fb3960fea830f27d75f9b63ee0a30ab4b673e /script/jepsen.garage/Vagrantfile
parentfd85010a403775bbb18030ae2d9d3689b34f3e8a (diff)
downloadgarage-9df7fa0bcd8b00dee5926fe7778853d857b5636d.tar.gz
garage-9df7fa0bcd8b00dee5926fe7778853d857b5636d.zip
jepsen: use 7 nodes
Diffstat (limited to 'script/jepsen.garage/Vagrantfile')
-rw-r--r--script/jepsen.garage/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/jepsen.garage/Vagrantfile b/script/jepsen.garage/Vagrantfile
index 1125bccf..4d02397d 100644
--- a/script/jepsen.garage/Vagrantfile
+++ b/script/jepsen.garage/Vagrantfile
@@ -28,4 +28,5 @@ Vagrant.configure("2") do |config|
config.vm.define "n4" do |config| vm(config, "n4", "192.168.56.24") end
config.vm.define "n5" do |config| vm(config, "n5", "192.168.56.25") end
config.vm.define "n6" do |config| vm(config, "n6", "192.168.56.26") end
+ config.vm.define "n7" do |config| vm(config, "n7", "192.168.56.27") end
end