aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml
diff options
context:
space:
mode:
authorchenshuai@huawei.com <chenshuai@huawei.com>2016-01-25 16:54:54 +0800
committershuai chen <chenshuai@huawei.com>2016-01-25 09:45:52 +0000
commitab4fb9101b705a13da6228e8221ac120f5ee0484 (patch)
treebddf41730ff7c39e21fc622cdc4a9751f089e59f /deploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml
parente30859a707dad0d43292374aeb346e5044e3be8b (diff)
bugfix: odl cluster function problem
JIRA:COMPASS-285 Change-Id: I78eebc04576141dc48961e0beeb9408b28b10793 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com> (cherry picked from commit efa46a5b06c8c138aadbf396f6431acd7b606ed9)
Diffstat (limited to 'deploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml')
-rwxr-xr-xdeploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/deploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml b/deploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml
index 147338c7..6d43b9ef 100755
--- a/deploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml
+++ b/deploy/adapters/ansible/roles/odl_cluster/tasks/odl_controller.yml
@@ -95,22 +95,22 @@
##########################################################################################################
################################# OpenDayLight Cluster Configuration #################################
##########################################################################################################
-- name: create initial directory
- shell: >
- mkdir -p {{ odl_home }}/configuration/initial;
+#- name: create initial directory
+# shell: >
+# mkdir -p {{ odl_home }}/configuration/initial;
-- name: create akka config
- template:
- src: akka.conf
- dest: "{{ odl_home }}/configuration/initial/akka.conf"
+#- name: create akka config
+# template:
+# src: akka.conf
+# dest: "{{ odl_home }}/configuration/initial/akka.conf"
# notify:
# - restart odl service
-- name: create module-shards config
- template:
- src: module-shards.conf
- dest: "{{ odl_home }}/configuration/initial/module-shards.conf"
+#- name: create module-shards config
+# template:
+# src: module-shards.conf
+# dest: "{{ odl_home }}/configuration/initial/module-shards.conf"
# notify:
# - restart odl service