diff --git a/ansible/group_vars/nimbus.mainnet.yml b/ansible/group_vars/nimbus.mainnet.yml index 50c507e..6510b88 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -108,6 +108,63 @@ nodes_layout: 'stable-small-02.aws-eu-central-1a.nimbus.mainnet': - { branch: 'stable', history: 'archive' } + # Innova Hosting --------------------------------------------------- + 'linux-01.ih-eu-mda1.nimbus.mainnet': + - { branch: 'stable', num: 1 } + - { branch: 'stable', num: 2 } + - { branch: 'testing', num: 1, open_libp2p_ports: false } + - { branch: 'testing', num: 2 } + - { branch: 'unstable', num: 1, public_api: true } + - { branch: 'unstable', num: 2 } + + 'linux-02.ih-eu-mda1.nimbus.mainnet': + - { branch: 'stable', num: 1 } + - { branch: 'stable', num: 2 } + - { branch: 'testing', num: 1, public_api: true } + - { branch: 'testing', num: 2 } + - { branch: 'unstable', num: 1, open_libp2p_ports: false } + - { branch: 'unstable', num: 2 } + + 'linux-03.ih-eu-mda1.nimbus.mainnet': + - { branch: 'stable', num: 1 } + - { branch: 'stable', num: 2 } + - { branch: 'testing', num: 1 } + - { branch: 'testing', num: 2 } + - { branch: 'unstable', num: 1 } + - { branch: 'unstable', num: 2 } + + 'linux-04.ih-eu-mda1.nimbus.mainnet': + - { branch: 'stable', num: 1 } + - { branch: 'stable', num: 2 } + - { branch: 'testing', num: 1 } + - { branch: 'testing', num: 2 } + - { branch: 'unstable', num: 1 } + - { branch: 'unstable', num: 2 } + + 'linux-05.ih-eu-mda1.nimbus.mainnet': + - { branch: 'stable', num: 1 } + - { branch: 'stable', num: 2 } + - { branch: 'testing', num: 1 } + - { branch: 'testing', num: 2 } + - { branch: 'unstable', num: 1 } + - { branch: 'unstable', num: 2 } + + 'linux-06.ih-eu-mda1.nimbus.mainnet': + - { branch: 'stable', num: 1 } + - { branch: 'stable', num: 2 } + - { branch: 'testing', num: 1 } + - { branch: 'testing', num: 2 } + - { branch: 'unstable', num: 1 } + - { branch: 'unstable', num: 2 } + + 'linux-07.ih-eu-mda1.nimbus.mainnet': + - { branch: 'stable', num: 1 } + - { branch: 'libp2p', num: 1 } + - { branch: 'libp2p', num: 2 } + - { branch: 'libp2p', num: 3 } + - { branch: 'libp2p', num: 4 } + + # Hetzner ---------------------------------------------------------- 'metal-01.he-eu-hel1.nimbus.mainnet': - { branch: 'stable', num: 1 } - { branch: 'stable', num: 2 } diff --git a/outputs.tf b/outputs.tf index 68785c0..1960077 100644 --- a/outputs.tf +++ b/outputs.tf @@ -5,6 +5,7 @@ output "hosts" { module.nimbus_geth_mainnet.hosts, module.nimbus_geth_goerli_metal.hosts, module.nimbus_nodes_mainnet_hetzner.hosts, + module.nimbus_nodes_mainnet_innova.hosts, module.nimbus_nodes_mainnet_stable_small.hosts, module.nimbus_nodes_prater_stable_large.hosts, module.nimbus_nodes_prater_testing_large.hosts,