17 lines
1.2 KiB
Ruby
17 lines
1.2 KiB
Ruby
# pigsty 10-node simulation for quick setup, demonstration, and development
|
|
|
|
Specs = [
|
|
|
|
{ "name" => "meta-0" , "ip" => "10.10.10.10" ,"cpu" => "6" ,"mem" => "16384" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "meta-1" , "ip" => "10.10.10.11" ,"cpu" => "4" ,"mem" => "8192" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "meta-2" , "ip" => "10.10.10.12" ,"cpu" => "4" ,"mem" => "8192" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "node-3" , "ip" => "10.10.10.13" ,"cpu" => "2" ,"mem" => "4096" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "node-4" , "ip" => "10.10.10.14" ,"cpu" => "2" ,"mem" => "4096" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "node-5" , "ip" => "10.10.10.15" ,"cpu" => "2" ,"mem" => "4096" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "node-6" , "ip" => "10.10.10.16" ,"cpu" => "2" ,"mem" => "4096" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "node-7" , "ip" => "10.10.10.17" ,"cpu" => "2" ,"mem" => "4096" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "node-8" , "ip" => "10.10.10.18" ,"cpu" => "2" ,"mem" => "4096" ,"image" => "bento/rockylinux-9" },
|
|
{ "name" => "node-9" , "ip" => "10.10.10.19" ,"cpu" => "2" ,"mem" => "4096" ,"image" => "bento/rockylinux-9" },
|
|
|
|
]
|