diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-06-05 11:44:45 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-06-05 11:44:45 +0800 |
commit | c6622a66952b0d834b857d7adf7876cfa29a5581 (patch) | |
tree | 699ce422c2798f46ea043676e48202a28f55d88b | |
parent | 02603a05c4d3fe59876030dc914cab019193d4e6 (diff) |
Switch off congress role in ansible plabook
Installation often failed when creating user, role and service of congress.
So we switch off congress here. If compass users want to use congress,
just switch on congress in the ansible playbook.
Change-Id: I6f75ec7d86582650adbb7b273810a0961e8361c8
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
-rw-r--r-- | deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index 38b8b0e6..9b196007 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -86,7 +86,7 @@ - dashboard - heat - aodh - - congress +# - congress - hosts: all remote_user: root |