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

staging: Add vault node

```
vault_summary =
hostname: vault
fqdn: vault.internal.staging.swh.network
network: ip=192.168.128.9/24,gw=192.168.128.1 macaddr=16:15:1C:79:CB:DB
```
parent d4a1f78b
No related branches found
No related tags found
No related merge requests found
......@@ -226,3 +226,21 @@ module "deposit" {
output deposit_summary {
value = "${module.deposit.summary}"
}
module "vault" {
source = "./modules/node"
config = "${local.config}"
hostname = "vault"
description = "Vault services node"
cores = "4"
memory = "16384"
network = {
ip = "192.168.128.9"
macaddr = "16:15:1C:79:CB:DB"
}
}
output vault_summary {
value = "${module.vault.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