From a3fd284d7253b8e09fa87bf98bcaae7d1e42ea3f Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 10 Jul 2018 10:10:56 -0400 Subject: Adds IP to external network NIC on computes Deployments now fail in baremetal because the external NTP server cannot be reached because there is no IP on the extenal interfaces for computes. Change-Id: Ic1e67072b81bb7ca4e15930840dc77d27913737f Signed-off-by: Tim Rozet --- build/nics-template.yaml.jinja2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'build') diff --git a/build/nics-template.yaml.jinja2 b/build/nics-template.yaml.jinja2 index 959a3926..073d6680 100644 --- a/build/nics-template.yaml.jinja2 +++ b/build/nics-template.yaml.jinja2 @@ -242,7 +242,6 @@ resources: name: {{ nets['external'][0]['nic_mapping'][role]['members'][0] }} # force the MAC address of the bridge to this interface primary: true - {%- if role == 'controller' %} dns_servers: {get_param: DnsServers} addresses: - @@ -252,7 +251,6 @@ resources: default: true ip_netmask: 0.0.0.0/0 next_hop: {get_param: ExternalInterfaceDefaultRoute} - {%- endif %} {%- endif %} {%- if nets['storage']['enabled'] and nets['storage']['nic_mapping'][role]['vlan'] == 'native' %} - -- cgit 1.2.3-korg