aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/ansible_plugins/lookup/yamlfile.py
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-09-13 10:58:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-13 10:58:25 +0000
commitadb0f6b01771e8f017fc33d4dc91f6fc4fe9066c (patch)
treeb5760465d3bf0ef130bbfd8459ffb402bfc1e181 /deploy/ansible_plugins/lookup/yamlfile.py
parent052f11551e0c817e41454ea877ca90dc56c9580d (diff)
parentf1161160215e2027988a2e557fece399b65d2eae (diff)
Merge "Add license"
Diffstat (limited to 'deploy/ansible_plugins/lookup/yamlfile.py')
-rw-r--r--deploy/ansible_plugins/lookup/yamlfile.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/deploy/ansible_plugins/lookup/yamlfile.py b/deploy/ansible_plugins/lookup/yamlfile.py
index c915adc7..489dccce 100644
--- a/deploy/ansible_plugins/lookup/yamlfile.py
+++ b/deploy/ansible_plugins/lookup/yamlfile.py
@@ -1,4 +1,13 @@
#!/bin/venv python
+##############################################################################
+# Copyright (c) 2018 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
+##############################################################################
+
import yaml
import sys