Skip to content
Snippets Groups Projects
Verified Commit d4a1f78b authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

staging: Add deposit node

```
deposit_summary =
hostname: deposit
fqdn: deposit.internal.staging.swh.network
network: ip=192.168.128.7/24,gw=192.168.128.1 macaddr=9E:81:DD:58:15:3B
```
parent 7ba09522
No related branches found
No related tags found
No related merge requests found
......@@ -208,3 +208,21 @@ module "webapp" {
output webapp_summary {
value = "${module.webapp.summary}"
}
module "deposit" {
source = "./modules/node"
config = "${local.config}"
hostname = "deposit"
description = "Deposit service node"
cores = "4"
memory = "16384"
network = {
ip = "192.168.128.7"
macaddr = "9E:81:DD:58:15:3B"
}
}
output deposit_summary {
value = "${module.deposit.summary}"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment