Fix some bugs about ansible deployment
[stor4nfv.git] / ci / ansible / roles / osdsdb / tasks / main.yml
index 5b42eaf..f8fa944 100644 (file)
@@ -1,11 +1,25 @@
+# Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\r
+#\r
+# Licensed under the Apache License, Version 2.0 (the "License");\r
+# you may not use this file except in compliance with the License.\r
+# You may obtain a copy of the License at\r
+#\r
+#     http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+# Unless required by applicable law or agreed to in writing, software\r
+# distributed under the License is distributed on an "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.\r
+\r
 ---\r
 - name: include scenarios/etcd.yml\r
   include: "{{ item }}"\r
   with_first_found:\r
     - "scenarios/etcd_{{ ansible_architecture }}.yml"\r
     - "scenarios/etcd.yml"\r
-  when: db_driver == "etcd" and container_enabled == false\r
+  when: db_driver == "etcd" and etcd_container_enabled == false\r
 \r
 - name: include scenarios/container.yml\r
   include: scenarios/container.yml\r
-  when: db_driver == "etcd" and container_enabled == true\r
+  when: db_driver == "etcd" and etcd_container_enabled == true\r