name "dulcy"
-description "Master role applied to dulcy
-"
+description "Master role applied to dulcy"
default_attributes(
:networking => {
:interfaces => {
- :external_ipv4 => {
- :interface => "p18p1",
- :role => :external,
- :family => :inet,
- :address => "193.63.75.109",
- :hwaddress => "0c:c4:7a:66:96:d2"
+ :internal => {
+ :interface => "bond0",
+ :role => :internal,
+ :inet => {
+ :address => "10.0.48.9"
+ },
+ :bond => {
+ :mode => "802.3ad",
+ :lacprate => "fast",
+ :xmithashpolicy => "layer3+4",
+ :slaves => %w[ens18f0 ens18f1]
+ }
},
- :external_ipv6 => {
- :interface => "p18p1",
+ :external => {
+ :interface => "bond0.3",
:role => :external,
- :family => :inet6,
- :address => "2001:630:12:500:ec4:7aff:fe66:96d2"
+ :inet => {
+ :address => "184.104.179.137"
+ },
+ :inet6 => {
+ :address => "2001:470:1:fa1::9"
+ }
+ }
+ }
+ },
+ :postgresql => {
+ :versions => ["15"],
+ :settings => {
+ :defaults => {
+ :work_mem => "240MB",
+ :effective_io_concurrency => "500"
}
}
+ },
+ :nominatim => {
+ :state => "standalone",
+ :dbcluster => "15/main",
+ :postgis => "3",
+ :flatnode_file => "/ssd/nominatim/nodes.store",
+ :logdir => "/ssd/nominatim/log",
+ :api_flavour => "python",
+ :api_workers => 14,
+ :api_pool_size => 10,
+ :config => {
+ :forward_dependencies => "yes"
+ }
}
)
run_list(
- "role[ic]"
+ "role[equinix-ams]",
+ "role[nominatim]"
)