aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/config-controller/templates/controller.j2
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2017-06-28 14:19:02 +0800
committerchigang <chigang@huawei.com>2017-06-30 20:07:48 +0800
commit06b95e349cf3e6bc5d45b7030683d53eeae490ec (patch)
tree06f6aec0638c09ab56a5cdbb9d8d1e5a9fdf0d90 /deploy/adapters/ansible/roles/config-controller/templates/controller.j2
parent81ddb0a110736415cab48240935b436cd6656ac7 (diff)
Change the apt source
1. change the apt sorce from http://hk.archive.ubuntu.com to http://archive.ubuntu.com 2. if setup host failed, destroy the failed lxc. then retry to setup. 3. fix the dns-nameserver bug Change-Id: Ic609c75b50496e2174ab09425bce45a0ec2c09c0 Signed-off-by: wutianwei <wutianwei1@huawei.com> Signed-off-by: chigang <chigang@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/config-controller/templates/controller.j2')
-rwxr-xr-xdeploy/adapters/ansible/roles/config-controller/templates/controller.j22
1 files changed, 1 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 a4f073f0..d28297db 100755
--- a/deploy/adapters/ansible/roles/config-controller/templates/controller.j2
+++ b/deploy/adapters/ansible/roles/config-controller/templates/controller.j2
@@ -53,7 +53,7 @@ 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-nameserver 8.8.8.8 8.8.4.4
+ dns-nameservers {{ DNS }}
# compute1 Storage bridge
auto br-storage