|
@@ -38,7 +38,7 @@ HOSTS = [
|
|
|
|
|
|
HOSTS = [
|
|
|
#{ :hostname => "db1", :ip => NETWORK+"11", :ram => 2048, :cpu => 1, :box => "rockylinux/8", :group => "db_servers", :synced_folder => "/backup/pelican/backup"},
|
|
|
- { :hostname => "db1", :ip => NETWORK+"11", :ram => 2048, :cpu => 1, :box => "rockylinux/8", :group => "db_servers" },
|
|
|
+ { :hostname => "db1", :ip => NETWORK+"11", :ram => 3072, :cpu => 1, :box => "rockylinux/8", :group => "db_servers" },
|
|
|
#{ :hostname => "db2", :ip => NETWORK+"12", :ram => 2048, :cpu => 1, :box => "rockylinux/8", :group => "db_servers" },
|
|
|
#{ :hostname => "db3", :ip => NETWORK+"13", :ram => 2048, :cpu => 1, :box => "rockylinux/8", :group => "db_servers" },
|
|
|
#{ :hostname => "lbsql1", :ip => NETWORK+"19", :ram => 1024, :cpu => 1, :box => "rockylinux/8", :group => "db_lbal_servers", :state => "MASTER", :priority => 101, :vip => NETWORK+"20" },
|
|
@@ -48,9 +48,9 @@ HOSTS = [
|
|
|
#{ :hostname => "ceph1", :ip => NETWORK+"71", :ram => 3072, :cpu => 2, :box => "ubuntu/focal64", :group => "ceph_servers", :disk_extra => "600GB", :disk_name => "ceph_storage_extra" },
|
|
|
#{ :hostname => "ceph2", :ip => NETWORK+"72", :ram => 2048, :cpu => 1, :box => "ubuntu/focal64", :group => "ceph_servers", :disk_extra => "600GB", :disk_name => "ceph_storage" },
|
|
|
#{ :hostname => "ceph3", :ip => NETWORK+"73", :ram => 2048, :cpu => 1, :box => "ubuntu/focal64", :group => "ceph_servers", :disk_extra => "600GB", :disk_name => "ceph_storage" },
|
|
|
- { :hostname => "ceph1", :ip => NETWORK+"71", :ram => 3072, :cpu => 2, :box => "ubuntu/focal64", :group => "ceph_servers" },
|
|
|
- { :hostname => "ceph2", :ip => NETWORK+"72", :ram => 2048, :cpu => 1, :box => "ubuntu/focal64", :group => "ceph_servers" },
|
|
|
- { :hostname => "ceph3", :ip => NETWORK+"73", :ram => 2048, :cpu => 1, :box => "ubuntu/focal64", :group => "ceph_servers" },
|
|
|
+ { :hostname => "ceph1", :ip => NETWORK+"71", :ram => 3072, :cpu => 2, :box => "rockylinux/8", :group => "ceph_servers" },
|
|
|
+ { :hostname => "ceph2", :ip => NETWORK+"72", :ram => 3072, :cpu => 2, :box => "rockylinux/8", :group => "ceph_servers" },
|
|
|
+ { :hostname => "ceph3", :ip => NETWORK+"73", :ram => 3072, :cpu => 2, :box => "rockylinux/8", :group => "ceph_servers" },
|
|
|
#{ :hostname => "web.test", :ip => NETWORK+"41", :ram => 2048, :cpu => 1, :box => "rockylinux/8", :group => "web_servers", :synced_folder => "/backup/pelican"},
|
|
|
{ :hostname => "web.test", :ip => NETWORK+"41", :ram => 3072, :cpu => 2, :box => "rockylinux/8", :group => "web_servers" },
|
|
|
#{ :hostname => "web.test", :ip => NETWORK+"41", :ram => 1024, :cpu => 1, :box => "rockylinux/8", :group => "web_servers", :ipdb => NETWORK+"20", :redisd => "keydb", :redisp => "6380", :redisv => NETWORK+"40", :priority => 101 },
|