fixed mac address for manager node
This commit is contained in:
parent
6642f25f2a
commit
9d937bbb1c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ module "manager" {
|
||||||
name = "maestro"
|
name = "maestro"
|
||||||
domain_name = "tf-maestro"
|
domain_name = "tf-maestro"
|
||||||
memory = 1024
|
memory = 1024
|
||||||
|
mac = "CA:FE:C0:FF:EE:08"
|
||||||
}
|
}
|
||||||
|
|
||||||
module "workers" {
|
module "workers" {
|
||||||
|
|
Reference in a new issue