commit | 256b8020d661bc8e6ea491378fcbc48cc04007d2 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 15 19:07:10 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 15 19:07:10 2016 -0700 |
tree | d616a5606ae5191ecbeb61de98ad5a80dfc3e8ed | |
parent | 3ee76411fce2ec848122ec93790817df3758b1dd [diff] |
always config interfaces on compute nodes Change-Id: Ice8cb2970170eaef1d7a4bc8a5c12a53c85d95f6
diff --git a/roles/maas/templates/automation-compose.yml.j2 b/roles/maas/templates/automation-compose.yml.j2 index 825b1c3..4d2400b 100644 --- a/roles/maas/templates/automation-compose.yml.j2 +++ b/roles/maas/templates/automation-compose.yml.j2
@@ -23,7 +23,7 @@ environment: # need to explicitly set the resolver, else go will skip the /etc/hosts file - "GODEBUG=netdns=go" - - "INTERFACE_CONFIG={{ interface_config }}" + - "INTERFACE_CONFIG=1" - "PROVISION_PORT=4243" - "PROVISION_LISTEN=0.0.0.0" - "PROVISION_DEFAULT_ROLE=compute-node"