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

staging: Add worker1

parent cc3d45c1
No related branches found
No related tags found
No related merge requests found
......@@ -172,3 +172,21 @@ module "worker0" {
output worker0_summary {
value = "${module.worker0.summary}"
}
module "worker1" {
source = "./modules/node"
config = "${local.config}"
hostname = "worker1"
description = "Loader/lister service node"
cores = "4"
memory = "16384"
network = {
ip = "192.168.128.6"
macaddr = "D6:A9:6F:02:E3:66"
}
}
output worker1_summary {
value = "${module.worker1.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