Add license 27/62027/2
authorHarry Huang <huangxiangyu5@huawei.com>
Mon, 10 Sep 2018 01:52:39 +0000 (09:52 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Wed, 12 Sep 2018 08:31:44 +0000 (16:31 +0800)
Change-Id: I139c48ca3498a5a1e399abb3ef999da67a47c921
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
18 files changed:
README.md
deploy/adapters/ansible/kubernetes/roles/ha/files/chk_k8s_master.sh
deploy/adapters/ansible/kubernetes/roles/kargo/files/generate_inventories.py
deploy/adapters/ansible/openstack_pike/README.md
deploy/adapters/ansible/openstack_queens/README.md
deploy/adapters/ansible/roles/config-osa/files/op-venv-script.sh
deploy/adapters/cobbler/snippets/kickstart_client.rb
deploy/adapters/cobbler/snippets/kickstart_knife.rb
deploy/adapters/cobbler/snippets/preseed_knife.rb
deploy/ansible_plugins/lookup/yamlfile.py
deploy/bonding.py
docs/release/installation/configure-network.rst
docs/release/installation/featureTable.rst
docs/release/installation/offline-deploy.rst
plugins/odl_cluster/roles/setup-odl/files/odl_pkg.sh
plugins/odl_sfc/roles/setup-odl-sfc/files/odl_pkg.sh
util/docker-compose/roles/compass/files/prepare_ansible.sh
util/docker-compose/roles/compass/files/up_containers.sh

index 77a3005..ce08beb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
 
 # Compass4nfv Build Guide
 
index 62e79b3..db44246 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016-2018 compass4nfv 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
+##############################################################################
+
 #!/bin/bash
 
 count=`ss -tnl | grep 6443 | wc -l`
index 2ffb4ca..8f83601 100755 (executable)
@@ -1,3 +1,12 @@
+##############################################################################\r
+# Copyright (c) 2016-2018 compass4nfv and others.\r
+#\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Apache License, Version 2.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.apache.org/licenses/LICENSE-2.0\r
+##############################################################################\r
+\r
 import yaml\r
 import sys\r
 import os\r
index 7682d32..8a5b576 100644 (file)
@@ -1 +1,10 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 # keep for openstack pike
index d6945e0..bea4353 100644 (file)
@@ -1 +1,10 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 # keep for openstack queens
index fb19755..3fcab15 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 #!/usr/local/env bash
 
 set -ev
index 568ba46..a890272 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 mkdir -p /etc/chef
 cat << EOL > /etc/chef/client.rb
 log_level        :info
index e4ab081..aca3d5c 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 mkdir -p /root/.chef
 cat << EOL > /root/.chef/knife.rb
 log_level        :info
index 32047bb..fa9a808 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 mkdir -p /root/.chef
 cat << EOL > /root/.chef/knife.rb
 log_level        :info
index c915adc..489dccc 100644 (file)
@@ -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
index 17b5b20..9116c53 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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 os
 import sys
 import yaml
index 2303be4..25dfb76 100644 (file)
@@ -1,3 +1,6 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
+.. http://creativecommons.org/licenses/by/4.0
+
 Configure network
 =================
 network_cfg.yaml file describes networks configuration for openstack on hosts. It
index 1239aa4..c810a07 100644 (file)
@@ -1,3 +1,6 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
+.. http://creativecommons.org/licenses/by/4.0
+
 Features
 ========
 
index d35d7e1..a3a33a0 100644 (file)
@@ -1,3 +1,5 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
+.. http://creativecommons.org/licenses/by/4.0
 .. two dots create a comment. please leave this logo at the top of each of your rst files.
 
 Offline Deploy
index 5563990..a99b1af 100755 (executable)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 #!/bin/bash
 
 rm -rf /home/networking
index d93da3f..69f5cd6 100755 (executable)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 #!/bin/bash
 
 rm -rf /home/networking
index 031333c..22b7e90 100755 (executable)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 #!/bin/bash
 
 for i in `ls /root/compass4nfv/deploy/adapters/ansible | grep "openstack_"`; do
index 9aca591..6a57282 100755 (executable)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2016 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
+##############################################################################
+
 #!/bin/bash
 cd /root/docker_compose
 docker-compose up