diff options
author | 2017-07-03 14:40:34 +0800 | |
---|---|---|
committer | 2017-07-03 15:35:45 +0800 | |
commit | d529e77a45c77c10ac6970ca9e733e92e89d138f (patch) | |
tree | ccfe80af7b21392c335cb56b2afb6843502dc942 /deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | |
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/openstack/HA-ansible-multinodes.yml')
-rw-r--r-- | deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index 29796323..663f02b8 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -1,12 +1,11 @@ -############################################################################## +# ############################################################################# # Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - +# ############################################################################# --- - hosts: all remote_user: root @@ -31,6 +30,6 @@ - role: setup-infrastructure - role: setup-openstack - role: setup-openvswitch - when: NEUTRON_MECHANISM_DRIVERS[0] == "openvswitch" or + when: NEUTRON_MECHANISM_DRIVERS[0] == "openvswitch" or NEUTRON_MECHANISM_DRIVERS[0] == "opendaylight" - role: openstack-post |