drop statusim.net domain config in favor of status.im
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
dd53f463ec
commit
dd60d47d22
1
dash.tf
1
dash.tf
|
@ -5,7 +5,6 @@ module "nimbus_dashboard" {
|
||||||
env = "dash"
|
env = "dash"
|
||||||
group = "log-dash"
|
group = "log-dash"
|
||||||
stage = "nimbus"
|
stage = "nimbus"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
/* Scaling */
|
/* Scaling */
|
||||||
host_count = 1
|
host_count = 1
|
||||||
|
|
1
eth1.tf
1
eth1.tf
|
@ -12,7 +12,6 @@ module "nimbus_eth1_node_innova" {
|
||||||
group = "nimbus-eth1-metal"
|
group = "nimbus-eth1-metal"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = ["194.33.40.237"] # metal-01.ih-eu-mda1.nimbus.eth1
|
ips = ["194.33.40.237"] # metal-01.ih-eu-mda1.nimbus.eth1
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,6 @@ module "nimbus_nodes_fluffy_innova" {
|
||||||
group = "nimbus-fluffy-metal"
|
group = "nimbus-fluffy-metal"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"194.33.40.238", # metal-01.ih-eu-mda1.nimbus.fluffy
|
"194.33.40.238", # metal-01.ih-eu-mda1.nimbus.fluffy
|
||||||
|
|
1
geth.tf
1
geth.tf
|
@ -5,7 +5,6 @@ module "nimbus_geth_mainnet" {
|
||||||
env = "nimbus"
|
env = "nimbus"
|
||||||
stage = "geth"
|
stage = "geth"
|
||||||
group = "nimbus-geth-mainnet"
|
group = "nimbus-geth-mainnet"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
/* Scaling */
|
/* Scaling */
|
||||||
type = "t3a.xlarge"
|
type = "t3a.xlarge"
|
||||||
|
|
|
@ -7,7 +7,6 @@ module "nimbus_nodes_holesky_innova_geth" {
|
||||||
group = "nimbus-holesky-geth"
|
group = "nimbus-holesky-geth"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"194.33.40.71", # geth-01.ih-eu-mda1.nimbus.holesky
|
"194.33.40.71", # geth-01.ih-eu-mda1.nimbus.holesky
|
||||||
|
@ -32,7 +31,6 @@ module "nimbus_nodes_holesky_innova_erigon" {
|
||||||
group = "nimbus-holesky-erigon"
|
group = "nimbus-holesky-erigon"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"194.33.40.148", # erigon-01.ih-eu-mda1.nimbus.holesky
|
"194.33.40.148", # erigon-01.ih-eu-mda1.nimbus.holesky
|
||||||
|
@ -57,7 +55,6 @@ module "nimbus_nodes_holesky_innova_neth" {
|
||||||
group = "nimbus-holesky-neth"
|
group = "nimbus-holesky-neth"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"194.33.40.247", # neth-01.ih-eu-mda1.nimbus.holesky
|
"194.33.40.247", # neth-01.ih-eu-mda1.nimbus.holesky
|
||||||
|
@ -82,7 +79,6 @@ module "nimbus_nodes_holesky_innova_macm2" {
|
||||||
group = "nimbus-holesky-macm2"
|
group = "nimbus-holesky-macm2"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"185.181.230.76" # macm2-01.ih-eu-mda1.nimbus.holesky
|
"185.181.230.76" # macm2-01.ih-eu-mda1.nimbus.holesky
|
||||||
|
|
1
logs.tf
1
logs.tf
|
@ -7,7 +7,6 @@ module "nimbus_log_store" {
|
||||||
group = "logs.nimbus"
|
group = "logs.nimbus"
|
||||||
region = "eu-hel1"
|
region = "eu-hel1"
|
||||||
prefix = "he"
|
prefix = "he"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"65.108.226.62", /* store-01.he-eu-hel1.logs.nimbus */
|
"65.108.226.62", /* store-01.he-eu-hel1.logs.nimbus */
|
||||||
|
|
|
@ -11,7 +11,6 @@ module "nimbus_nodes_mainnet_innova" {
|
||||||
group = "nimbus-mainnet-metal"
|
group = "nimbus-mainnet-metal"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"194.33.40.70", /* linux-01.ih-eu-mda1.nimbus.mainnet */
|
"194.33.40.70", /* linux-01.ih-eu-mda1.nimbus.mainnet */
|
||||||
|
@ -58,7 +57,6 @@ module "nimbus_nodes_mainnet_stable_small" {
|
||||||
env = "nimbus"
|
env = "nimbus"
|
||||||
stage = "mainnet"
|
stage = "mainnet"
|
||||||
group = "nimbus-mainnet-small"
|
group = "nimbus-mainnet-small"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
/* Scaling */
|
/* Scaling */
|
||||||
type = "t3a.large"
|
type = "t3a.large"
|
||||||
|
|
|
@ -7,7 +7,6 @@ module "nimbus_nodes_prater_innova" {
|
||||||
group = "nimbus-prater-metal"
|
group = "nimbus-prater-metal"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"185.181.230.78", # linux-01.ih-eu-mda1.nimbus.prater
|
"185.181.230.78", # linux-01.ih-eu-mda1.nimbus.prater
|
||||||
|
|
|
@ -7,7 +7,6 @@ module "nimbus_nodes_sepolia_innova" {
|
||||||
group = "nimbus-sepolia-linux"
|
group = "nimbus-sepolia-linux"
|
||||||
region = "eu-mda1"
|
region = "eu-mda1"
|
||||||
prefix = "ih"
|
prefix = "ih"
|
||||||
domain = var.domain
|
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"185.181.230.77", # linux-01.ih-eu-mda1.nimbus.sepolia
|
"185.181.230.77", # linux-01.ih-eu-mda1.nimbus.sepolia
|
||||||
|
|
|
@ -5,11 +5,6 @@ variable "public_domain" {
|
||||||
default = "status.im"
|
default = "status.im"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "domain" {
|
|
||||||
description = "DNS Domain to update"
|
|
||||||
default = "statusim.net"
|
|
||||||
}
|
|
||||||
|
|
||||||
/* RESOURCES ------------------------------------*/
|
/* RESOURCES ------------------------------------*/
|
||||||
|
|
||||||
variable "hosts_count" {
|
variable "hosts_count" {
|
||||||
|
|
Loading…
Reference in New Issue