jepsen: add cluster reconfiguration nemesis

This commit is contained in:
Alex Auvolat
2023-10-20 15:48:37 +02:00
parent f5b0972781
commit 654775308e
4 changed files with 106 additions and 14 deletions
+1
View File
@@ -27,4 +27,5 @@ Vagrant.configure("2") do |config|
config.vm.define "n3" do |config| vm(config, "n3", "192.168.56.23") end
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
end