diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-10 10:10:56 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-10 10:10:56 -0400 |
commit | a3fd284d7253b8e09fa87bf98bcaae7d1e42ea3f (patch) | |
tree | 4d06c2f36007e02c7867147b898b13ffbce9dc63 /build/nics-template.yaml.jinja2 | |
parent | d6af6ae3c5a38e752a8df664b1d5aa3d49d1fa57 (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'build/nics-template.yaml.jinja2')
-rw-r--r-- | build/nics-template.yaml.jinja2 | 2 |
1 files changed, 0 insertions, 2 deletions
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' %} - |