16 lines
1.0 KiB
Ruby
16 lines
1.0 KiB
Ruby
# full: pigsty full-featured 4-node sandbox for HA-testing & tutorial & practices
|
|
|
|
Specs = [
|
|
|
|
{ "name" => "minio-1" , "ip" => "10.10.10.10" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
{ "name" => "minio-2" , "ip" => "10.10.10.11" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
{ "name" => "minio-3" , "ip" => "10.10.10.12" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
{ "name" => "minio-4" , "ip" => "10.10.10.13" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
|
|
#{ "name" => "minio-5" , "ip" => "10.10.10.14" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
#{ "name" => "minio-6" , "ip" => "10.10.10.15" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
#{ "name" => "minio-7" , "ip" => "10.10.10.16" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
#{ "name" => "minio-8" , "ip" => "10.10.10.17" , "cpu" => "1" , "mem" => "2048" , "image" => "bento/rockylinux-9" },
|
|
|
|
]
|