diff options
author | chigang <chigang@huawei.com> | 2017-07-03 14:40:34 +0800 |
---|---|---|
committer | chigang <chigang@huawei.com> | 2017-07-03 15:35:45 +0800 |
commit | d529e77a45c77c10ac6970ca9e733e92e89d138f (patch) | |
tree | ccfe80af7b21392c335cb56b2afb6843502dc942 /deploy/adapters/ansible/roles/config-controller/templates/controller.j2 | |
parent | 06b95e349cf3e6bc5d45b7030683d53eeae490ec (diff) |
Fix DNS flush
JIRA:-
It doesn't need to config DNS in ansible roles, just need to
set NAMESERVERS variable
Change-Id: I37a70b32c766c1fad7afa5289ffbbc27b956b2d5
Signed-off-by: chigang <chigang@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/config-controller/templates/controller.j2')
-rwxr-xr-x | deploy/adapters/ansible/roles/config-controller/templates/controller.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/config-controller/templates/controller.j2 b/deploy/adapters/ansible/roles/config-controller/templates/controller.j2 index d28297db..215807f0 100755 --- a/deploy/adapters/ansible/roles/config-controller/templates/controller.j2 +++ b/deploy/adapters/ansible/roles/config-controller/templates/controller.j2 @@ -53,7 +53,6 @@ iface br-vlan inet static address {{ ip_settings[inventory_hostname]["br-prv"]["ip"] }} netmask 255.255.255.0 gateway {{ ip_settings[inventory_hostname]["br-prv"]["gw"] }} - dns-nameservers {{ DNS }} # compute1 Storage bridge auto br-storage |