Add License 16/67716/2
authorxudan <xudan16@huawei.com>
Sun, 28 Apr 2019 09:20:28 +0000 (05:20 -0400)
committerDan Xu <xudan16@huawei.com>
Thu, 9 May 2019 11:24:42 +0000 (11:24 +0000)
Many files in Dovetail repo are lacking of License after LF scanning.
Add all of them except the following files:
1. docker/Dockerfile.aarch64.patch
2. 0001-Allow-additional-properties-in-API-responses.patch
3. docs/images/dovetail_offline_mode.xcf
4. docs/images/dovetail_onfline_mode.xcf
5. all png files
6. all empty files

Change-Id: If1a0b7c2d35d6682c87c4eb9106e1998dc4ca3bc
Signed-off-by: xudan <xudan16@huawei.com>
106 files changed:
.coveragerc
INFO.yaml
docker/Dockerfile
docker/Dockerfile.centos7
docs/conf.py
docs/conf.yaml
dovetail/tests/unit/cmd_config.yml
dovetail/tests/unit/test_testcase.yaml
etc/compliance/debug.yml
etc/compliance/healthcheck.yml
etc/compliance/onap.heat.2019.04.yaml
etc/compliance/onap.tosca.2019.04.yaml
etc/compliance/ovp.2018.09.yaml
etc/compliance/proposed_tests.yml
etc/conf/bottlenecks_config.yml
etc/conf/cmd_config.yml
etc/conf/dovetail_config.yml
etc/conf/functest-k8s_config.yml
etc/conf/functest_config.yml
etc/conf/onap-vtp_config.yml
etc/conf/onap-vvp_config.yml
etc/conf/yardstick_config.yml
etc/patches/functest/disable-api-validation/apply.sh
etc/testcase/bottlenecks.stress.ping.yml
etc/testcase/functest.bgpvpn.router_association.yml
etc/testcase/functest.bgpvpn.router_association_floating_ip.yml
etc/testcase/functest.bgpvpn.subnet_connectivity.yml
etc/testcase/functest.bgpvpn.tenant_separation.yml
etc/testcase/functest.healthcheck.api_check.yml
etc/testcase/functest.healthcheck.connection_check.yml
etc/testcase/functest.healthcheck.snaps_health_check.yml
etc/testcase/functest.k8s.conformance.yml
etc/testcase/functest.k8s.smoke.yml
etc/testcase/functest.neutron_tempest_plugin_api.yml
etc/testcase/functest.rally.authenticate.yml
etc/testcase/functest.rally.cinder.yml
etc/testcase/functest.rally.glance.yaml
etc/testcase/functest.rally.gnocchi.yml
etc/testcase/functest.rally.heat.yml
etc/testcase/functest.rally.keystone.yml
etc/testcase/functest.rally.neutron.yml
etc/testcase/functest.rally.nova.yml
etc/testcase/functest.rally.quotas.yml
etc/testcase/functest.security.patrole.yml
etc/testcase/functest.security.patrole_vxlan_dependent.yml
etc/testcase/functest.snaps.smoke.yml
etc/testcase/functest.tempest.bgpvpn.yml
etc/testcase/functest.tempest.compute.yml
etc/testcase/functest.tempest.identity_v3.yml
etc/testcase/functest.tempest.image.yml
etc/testcase/functest.tempest.ipv6_api.yml
etc/testcase/functest.tempest.ipv6_scenario.yml
etc/testcase/functest.tempest.multi_node_scheduling.yml
etc/testcase/functest.tempest.network_api.yml
etc/testcase/functest.tempest.network_scenario.yml
etc/testcase/functest.tempest.network_security.yml
etc/testcase/functest.tempest.osinterop.yml
etc/testcase/functest.tempest.trunk-ports.yml
etc/testcase/functest.tempest.vm_lifecycle.yml
etc/testcase/functest.tempest.volume.yml
etc/testcase/functest.vnf.vepc.yml
etc/testcase/functest.vnf.vims.yml
etc/testcase/functest.vping.ssh.yml
etc/testcase/functest.vping.userdata.yml
etc/testcase/onap-vtp.validate.csar.yml
etc/testcase/onap-vvp.validate.heat.yml
etc/testcase/yardstick.ha.cinder_api.yml
etc/testcase/yardstick.ha.controller_restart.yml
etc/testcase/yardstick.ha.cpu_load.yml
etc/testcase/yardstick.ha.database.yml
etc/testcase/yardstick.ha.disk_load.yml
etc/testcase/yardstick.ha.glance_api.yml
etc/testcase/yardstick.ha.haproxy.yml
etc/testcase/yardstick.ha.keystone.yml
etc/testcase/yardstick.ha.neutron_l3_agent.yml
etc/testcase/yardstick.ha.neutron_server.yml
etc/testcase/yardstick.ha.nova_api.yml
etc/testcase/yardstick.ha.rabbitmq.yml
etc/userconfig/ansible.cfg
etc/userconfig/bgpvpn_testcases.yaml
etc/userconfig/env_config.sh.onap.sample
etc/userconfig/env_config.sh.sample
etc/userconfig/hosts.yaml.sample
etc/userconfig/rally_authenticate_testcases.yaml
etc/userconfig/rally_cinder_testcases.yaml
etc/userconfig/rally_glance_testcases.yaml
etc/userconfig/rally_gnocchi_testcases.yaml
etc/userconfig/rally_heat_testcases.yaml
etc/userconfig/rally_keystone_testcases.yaml
etc/userconfig/rally_neutron_testcases.yaml
etc/userconfig/rally_nova_testcases.yaml
etc/userconfig/rally_quotas_testcases.yaml
etc/userconfig/sdnvpn_config_tc000.yaml
etc/userconfig/sdnvpn_config_testcase1.yaml
etc/userconfig/sdnvpn_config_testcase2.yaml
etc/userconfig/sdnvpn_config_testcase3.yaml
etc/userconfig/sdnvpn_config_testcase4.yaml
etc/userconfig/sdnvpn_config_testcase8.yaml
etc/userconfig/tempest_conf.yaml.sample
etc/userconfig/tempest_custom_testcases.yaml
etc/userconfig/testcases.yaml
etc/userconfig/vnf_testcases.yaml
requirements.txt
setup.cfg
test-requirements.txt
tox.ini

index 8777f5d..bbea428 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 [run]
 omit = dovetail/tests/*
 [report]
index cb5d706..79c00c0 100644 (file)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 project: 'OPNFV qualification testing (dovetail)'
 project_creation_date: 'September 1st, 2015'
index 15c0a4f..0116a78 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 FROM ubuntu:18.04
 MAINTAINER Stamatis Katsaounis <mokats@intracom-telecom.com>
 LABEL version="0.1" description="OPNFV Dovetail Docker Container"
index c423bad..258b939 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 FROM centos:centos7
 MAINTAINER Tomofumi Hayashi <tohayash@redhat.com>
 LABEL version="0.1" description="OPNFV Dovetail Docker Container"
index 317a2ae..a3d9ebb 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 from docs_conf.conf import *
 
 linkcheck_ignore = [
index 5b62ac6..fa2e75d 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 project_cfg: opnfv
 project: dovetail
index 98a2a9d..cc15d64 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 cli:
   arguments:
index d140612..eac0421 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 dovetail.ipv6.tc001:
   name: dovetail.ipv6.tc001
index e74cff2..b15c3ce 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 # only used for dovetail tool development and the integration testing
 # of new test cases. New test case candidates for the next release,
index 01b670d..aabccf5 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 # Pre-flight check before running more complex tests
 # Will be used for running on CI
index d6a92dc..1777bda 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 onap.heat.2019.04:
   name: onap.heat.2019.04
index 45df66e..1507201 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 onap.tosca.2019.04:
   name: onap.tosca.2019.04
index 14e92ac..f0e9919 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 ovp.2018.09:
   name: ovp.2018.09
index ad845e9..16bb5d4 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 proposed_tests:
   # proposed new test cases for next release
index eb067c4..bd5e106 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 
 {% set validate_testcase = validate_testcase or '' %}
index 1ea2d0a..1a7c887 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 cli:
   arguments:
index 72d7fda..e59c1b8 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 cli_file_name: 'cmd_config.yml'
 result_file: 'results.json'
index e478171..4887559 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 
 {% set validate_testcase = validate_testcase or '' %}
index 3bf9021..540431c 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 
 {% set validate_testcase = validate_testcase or '' %}
index eb9b024..2cfc96f 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 
 {% set validate_testcase = validate_testcase or '' %}
index 3333cae..ee09b71 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 
 {% set build_tag = build_tag or '' %}
index 610cbfd..aec569c 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 
 {% set attack_host = attack_host or '' %}
index 915bce4..fefa255 100755 (executable)
@@ -1,4 +1,13 @@
 #!/bin/bash
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 set -e
 set -u
 
index 48e452e..875f282 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 bottlenecks.stress.ping:
   name: bottlenecks.stress.ping
index 1f720ca..b0fc01d 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.bgpvpn.router_association:
   name: functest.bgpvpn.router_association
index 6e13f5d..9deaea5 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.bgpvpn.router_association_floating_ip:
   name: functest.bgpvpn.router_association_floating_ip
index 8ff57e9..a092842 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.bgpvpn.subnet_connectivity:
   name: functest.bgpvpn.subnet_connectivity
index b40dd00..096a381 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.bgpvpn.tenant_separation:
   name: functest.bgpvpn.tenant_separation
index 18a2892..377eecd 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.healthcheck.api_check:
   name: functest.healthcheck.api_check
index 6dc9d45..30b6347 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.healthcheck.connection_check:
   name: functest.healthcheck.connection_check
index 9b21547..13dcc25 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.healthcheck.snaps_health_check:
   name: functest.healthcheck.snaps_health_check
index 78ed6ac..c7e85e2 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.k8s.conformance:
   name: functest.k8s.conformance
index e3f61ae..35c9d6c 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.k8s.smoke:
   name: functest.k8s.smoke
index 36d68b1..02e56b4 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.neutron_tempest_plugin_api:
   name: functest.tempest.neutron_tempest_plugin_api
index ee78c1e..b5979f3 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.authenticate:
   name: functest.rally.authenticate
index 04aecd4..137c2f8 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.cinder:
   name: functest.rally.cinder
index 2a8c978..8439d99 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.glance:
   name: functest.rally.glance
index c1c85a2..5ddb605 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.gnocchi:
   name: functest.rally.gnocchi
index c1d1fc8..44e7ab1 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.heat:
   name: functest.rally.heat
index 9dd45b9..5e33430 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.keystone:
   name: functest.rally.keystone
index 5679a2d..9bce0b3 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.neutron:
   name: functest.rally.neutron
index b3ff688..a0c72f6 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.nova:
   name: functest.rally.nova
index a5fc8e2..dc88b38 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.rally.quotas:
   name: functest.rally.quotas
index 369e915..0d8cc9e 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.security.patrole:
   name: functest.security.patrole
index cd2a378..c2e2bd5 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.security.patrole_vxlan_dependent:
   name: functest.security.patrole_vxlan_dependent
index 68a5714..7699ce3 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.snaps.smoke:
   name: functest.snaps.smoke
index 62aae8d..bd11b43 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.bgpvpn:
   name: functest.tempest.bgpvpn
index a2a8e85..d44f17f 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.compute:
   name: functest.tempest.compute
index 93451b6..3dd498c 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.identity_v3:
   name: functest.tempest.identity_v3
index f4ebae2..eb1f37d 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.image:
   name: functest.tempest.image
index a0171e5..d36af05 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.ipv6_api:
   name: functest.tempest.ipv6_api
index db56dc1..8649eee 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.ipv6_scenario:
   name: functest.tempest.ipv6_scenario
index 6ccc307..090d00f 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.multi_node_scheduling:
   name: functest.tempest.multi_node_scheduling
index 3fdf6a9..6327201 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.network_api:
   name: functest.tempest.network_api
index 01104ac..a5de34d 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.network_scenario:
   name: functest.tempest.network_scenario
index ac0d0ce..96348e5 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.network_security:
   name: functest.tempest.network_security
index 84c5c9f..c9b3899 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.osinterop:
   name: functest.tempest.osinterop
index 73853ca..07d27ce 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.neutron_trunk_ports:
   name: functest.tempest.neutron_trunk_ports
index f9fa61d..4c8b248 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.vm_lifecycle:
   name: functest.tempest.vm_lifecycle
index 5c3d15d..73d4870 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.tempest.volume:
   name: functest.tempest.volume
index 33543ba..aba1e4b 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.vnf.vepc:
   name: functest.vnf.vepc
index 3cd3538..b0a5e25 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.vnf.vims:
   name: functest.vnf.vims
index 5ca2649..b844062 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.vping.ssh:
   name: functest.vping.ssh
index 07e0a2f..58597e7 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 functest.vping.userdata:
   name: functest.vping.userdata
index da64c6e..8406743 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 onap-vtp.validate.csar:
   name: onap-vtp.validate.csar
index c6071e6..884c8cf 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 onap-vvp.validate.heat:
   name: onap-vvp.validate.heat
index e03949d..c3cec3c 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.cinder_api:
   name: yardstick.ha.cinder_api
index 4ede1b3..01a6fc6 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.controller_restart:
   name: yardstick.ha.controller_restart
index 897a843..53f0fc6 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.cpu_load:
   name: yardstick.ha.cpu_load
index c308d83..91227ca 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.database:
   name: yardstick.ha.database
index 4fd1aed..a7959b6 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.disk_load:
   name: yardstick.ha.disk_load
index 3ba48a6..9bd1b57 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.glance_api:
   name: yardstick.ha.glance_api
index d579932..2a566ea 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.haproxy:
   name: yardstick.ha.haproxy
index a40da4a..d1d6e79 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.keystone:
   name: yardstick.ha.keystone
index e827038..60fc37a 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.neutron_l3_agent:
   name: yardstick.ha.neutron_l3_agent
index 6d50beb..85a70c1 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.neutron_server:
   name: yardstick.ha.neutron_server
index da9c199..bddf3e5 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.nova_api:
   name: yardstick.ha.nova_api
index 28c66f8..df08edc 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 yardstick.ha.rabbitmq:
   name: yardstick.ha.rabbitmq
index 14c8065..15e9c25 100644 (file)
@@ -1,2 +1,11 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 [defaults]
 host_key_checking = False
index cadfe02..e5acb1b 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 7644f0d..81363e4 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ## Special environment parameters for TOSCA validation tests.
 
 # The url under which the VNF SDK container is accessible through the host.
index f39d8d0..3909427 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 # Project-level authentication scope (name or ID), recommend admin project.
 export OS_PROJECT_NAME=admin
 
index 45f8db3..445711d 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 hosts_info:
   192.168.141.101:
index 0ff630c..e2e6744 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 5b6c77f..245b128 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 507ecfb..abaead7 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 904c627..378b5f5 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 1318df8..311d4f3 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index ff05d68..6a60ca7 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 99f0175..66a7b03 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 9f1f44e..8c54de2 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index d0c1a24..add0cca 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 80f1b5d..dfa1547 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 defaults:
   flavor: m1.tiny # adapt to your environment
 
index 5736dcf..95eb0f4 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 defaults:
   flavor: m1.tiny # adapt to your environment
 
index 2be3bdb..9e614a9 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 defaults:
   flavor: m1.tiny # adapt to your environment
 
index c1ffc13..e1ccc0d 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 defaults:
   flavor: m1.tiny # adapt to your environment
 
index f3f5a56..4255495 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 defaults:
   flavor: m1.tiny # adapt to your environment
 
index 8712122..073f45f 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 defaults:
   flavor: m1.tiny # adapt to your environment
 
index 944e3a9..43a2a76 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 # This is an empty configuration file to be filled up with the desired options
 # to generate a custom tempest.conf
 # Examples:
index 5821a6f..03170b4 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 44b99bb..440807b 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index fbf91ca..21586ab 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ---
 tiers:
     -
index 7f95c60..df7b971 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 ansible==2.2.0
 click==6.7
 Jinja2==2.10
index 1c81594..2ef30db 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 [metadata]
 name = dovetail
 version = 2018.09.0
index 230ba1c..6daa100 100644 (file)
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 flake8<3.0  # MIT
 pytest  # MIT
 pytest-cov  # MIT
diff --git a/tox.ini b/tox.ini
index 8f0f011..1fb696a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
 [tox]
 minversion = 2.5
 skipsdist = True