diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-06-28 14:19:02 +0800 |
---|---|---|
committer | chigang <chigang@huawei.com> | 2017-06-30 20:07:48 +0800 |
commit | 06b95e349cf3e6bc5d45b7030683d53eeae490ec (patch) | |
tree | 06f6aec0638c09ab56a5cdbb9d8d1e5a9fdf0d90 /deploy/adapters/ansible/openstack/group_vars | |
parent | 81ddb0a110736415cab48240935b436cd6656ac7 (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/openstack/group_vars')
-rw-r--r-- | deploy/adapters/ansible/openstack/group_vars/all | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack/group_vars/all b/deploy/adapters/ansible/openstack/group_vars/all index 79859d0c..54fdabe1 100644 --- a/deploy/adapters/ansible/openstack/group_vars/all +++ b/deploy/adapters/ansible/openstack/group_vars/all @@ -38,6 +38,7 @@ NEUTRON_TUNNEL_TYPES: ['vxlan'] METADATA_SECRET: metadata_secret INSTANCE_TUNNELS_INTERFACE_IP_ADDRESS: 10.1.1.21 INTERFACE_NAME: eth2 +DNS: 8.8.8.8 EXTERNAL_NETWORK_CIDR: 203.0.113.0/24 EXTERNAL_NETWORK_GATEWAY: 203.0.113.1 |