From 418cce60e12698b0a4d1c4518070cf290a9f6581 Mon Sep 17 00:00:00 2001 From: xudan Date: Sun, 28 Apr 2019 05:20:28 -0400 Subject: Add License 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 --- etc/userconfig/ansible.cfg | 9 +++++++++ etc/userconfig/bgpvpn_testcases.yaml | 9 +++++++++ etc/userconfig/env_config.sh.onap.sample | 9 +++++++++ etc/userconfig/env_config.sh.sample | 9 +++++++++ etc/userconfig/hosts.yaml.sample | 9 +++++++++ etc/userconfig/rally_authenticate_testcases.yaml | 9 +++++++++ etc/userconfig/rally_cinder_testcases.yaml | 9 +++++++++ etc/userconfig/rally_glance_testcases.yaml | 9 +++++++++ etc/userconfig/rally_gnocchi_testcases.yaml | 9 +++++++++ etc/userconfig/rally_heat_testcases.yaml | 9 +++++++++ etc/userconfig/rally_keystone_testcases.yaml | 9 +++++++++ etc/userconfig/rally_neutron_testcases.yaml | 9 +++++++++ etc/userconfig/rally_nova_testcases.yaml | 9 +++++++++ etc/userconfig/rally_quotas_testcases.yaml | 9 +++++++++ etc/userconfig/sdnvpn_config_tc000.yaml | 9 +++++++++ etc/userconfig/sdnvpn_config_testcase1.yaml | 9 +++++++++ etc/userconfig/sdnvpn_config_testcase2.yaml | 9 +++++++++ etc/userconfig/sdnvpn_config_testcase3.yaml | 9 +++++++++ etc/userconfig/sdnvpn_config_testcase4.yaml | 9 +++++++++ etc/userconfig/sdnvpn_config_testcase8.yaml | 9 +++++++++ etc/userconfig/tempest_conf.yaml.sample | 9 +++++++++ etc/userconfig/tempest_custom_testcases.yaml | 9 +++++++++ etc/userconfig/testcases.yaml | 9 +++++++++ etc/userconfig/vnf_testcases.yaml | 9 +++++++++ 24 files changed, 216 insertions(+) (limited to 'etc/userconfig') diff --git a/etc/userconfig/ansible.cfg b/etc/userconfig/ansible.cfg index 14c80651..15e9c250 100644 --- a/etc/userconfig/ansible.cfg +++ b/etc/userconfig/ansible.cfg @@ -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 diff --git a/etc/userconfig/bgpvpn_testcases.yaml b/etc/userconfig/bgpvpn_testcases.yaml index cadfe025..e5acb1b8 100644 --- a/etc/userconfig/bgpvpn_testcases.yaml +++ b/etc/userconfig/bgpvpn_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/env_config.sh.onap.sample b/etc/userconfig/env_config.sh.onap.sample index 7644f0de..81363e48 100644 --- a/etc/userconfig/env_config.sh.onap.sample +++ b/etc/userconfig/env_config.sh.onap.sample @@ -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. diff --git a/etc/userconfig/env_config.sh.sample b/etc/userconfig/env_config.sh.sample index f39d8d05..3909427e 100644 --- a/etc/userconfig/env_config.sh.sample +++ b/etc/userconfig/env_config.sh.sample @@ -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 diff --git a/etc/userconfig/hosts.yaml.sample b/etc/userconfig/hosts.yaml.sample index 45f8db3e..445711db 100644 --- a/etc/userconfig/hosts.yaml.sample +++ b/etc/userconfig/hosts.yaml.sample @@ -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: diff --git a/etc/userconfig/rally_authenticate_testcases.yaml b/etc/userconfig/rally_authenticate_testcases.yaml index 0ff630c8..e2e67446 100644 --- a/etc/userconfig/rally_authenticate_testcases.yaml +++ b/etc/userconfig/rally_authenticate_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_cinder_testcases.yaml b/etc/userconfig/rally_cinder_testcases.yaml index 5b6c77f6..245b1285 100644 --- a/etc/userconfig/rally_cinder_testcases.yaml +++ b/etc/userconfig/rally_cinder_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_glance_testcases.yaml b/etc/userconfig/rally_glance_testcases.yaml index 507ecfb8..abaead70 100644 --- a/etc/userconfig/rally_glance_testcases.yaml +++ b/etc/userconfig/rally_glance_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_gnocchi_testcases.yaml b/etc/userconfig/rally_gnocchi_testcases.yaml index 904c627a..378b5f59 100644 --- a/etc/userconfig/rally_gnocchi_testcases.yaml +++ b/etc/userconfig/rally_gnocchi_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_heat_testcases.yaml b/etc/userconfig/rally_heat_testcases.yaml index 1318df82..311d4f3f 100644 --- a/etc/userconfig/rally_heat_testcases.yaml +++ b/etc/userconfig/rally_heat_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_keystone_testcases.yaml b/etc/userconfig/rally_keystone_testcases.yaml index ff05d682..6a60ca7c 100644 --- a/etc/userconfig/rally_keystone_testcases.yaml +++ b/etc/userconfig/rally_keystone_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_neutron_testcases.yaml b/etc/userconfig/rally_neutron_testcases.yaml index 99f0175d..66a7b030 100644 --- a/etc/userconfig/rally_neutron_testcases.yaml +++ b/etc/userconfig/rally_neutron_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_nova_testcases.yaml b/etc/userconfig/rally_nova_testcases.yaml index 9f1f44ed..8c54de21 100644 --- a/etc/userconfig/rally_nova_testcases.yaml +++ b/etc/userconfig/rally_nova_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/rally_quotas_testcases.yaml b/etc/userconfig/rally_quotas_testcases.yaml index d0c1a246..add0cca5 100644 --- a/etc/userconfig/rally_quotas_testcases.yaml +++ b/etc/userconfig/rally_quotas_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/sdnvpn_config_tc000.yaml b/etc/userconfig/sdnvpn_config_tc000.yaml index 80f1b5d9..dfa1547d 100644 --- a/etc/userconfig/sdnvpn_config_tc000.yaml +++ b/etc/userconfig/sdnvpn_config_tc000.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 +############################################################################## + defaults: flavor: m1.tiny # adapt to your environment diff --git a/etc/userconfig/sdnvpn_config_testcase1.yaml b/etc/userconfig/sdnvpn_config_testcase1.yaml index 5736dcff..95eb0f43 100644 --- a/etc/userconfig/sdnvpn_config_testcase1.yaml +++ b/etc/userconfig/sdnvpn_config_testcase1.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 +############################################################################## + defaults: flavor: m1.tiny # adapt to your environment diff --git a/etc/userconfig/sdnvpn_config_testcase2.yaml b/etc/userconfig/sdnvpn_config_testcase2.yaml index 2be3bdb5..9e614a96 100644 --- a/etc/userconfig/sdnvpn_config_testcase2.yaml +++ b/etc/userconfig/sdnvpn_config_testcase2.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 +############################################################################## + defaults: flavor: m1.tiny # adapt to your environment diff --git a/etc/userconfig/sdnvpn_config_testcase3.yaml b/etc/userconfig/sdnvpn_config_testcase3.yaml index c1ffc13b..e1ccc0d7 100644 --- a/etc/userconfig/sdnvpn_config_testcase3.yaml +++ b/etc/userconfig/sdnvpn_config_testcase3.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 +############################################################################## + defaults: flavor: m1.tiny # adapt to your environment diff --git a/etc/userconfig/sdnvpn_config_testcase4.yaml b/etc/userconfig/sdnvpn_config_testcase4.yaml index f3f5a56b..42554952 100644 --- a/etc/userconfig/sdnvpn_config_testcase4.yaml +++ b/etc/userconfig/sdnvpn_config_testcase4.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 +############################################################################## + defaults: flavor: m1.tiny # adapt to your environment diff --git a/etc/userconfig/sdnvpn_config_testcase8.yaml b/etc/userconfig/sdnvpn_config_testcase8.yaml index 8712122b..073f45f9 100644 --- a/etc/userconfig/sdnvpn_config_testcase8.yaml +++ b/etc/userconfig/sdnvpn_config_testcase8.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 +############################################################################## + defaults: flavor: m1.tiny # adapt to your environment diff --git a/etc/userconfig/tempest_conf.yaml.sample b/etc/userconfig/tempest_conf.yaml.sample index 944e3a9f..43a2a76b 100644 --- a/etc/userconfig/tempest_conf.yaml.sample +++ b/etc/userconfig/tempest_conf.yaml.sample @@ -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: diff --git a/etc/userconfig/tempest_custom_testcases.yaml b/etc/userconfig/tempest_custom_testcases.yaml index 5821a6ff..03170b40 100644 --- a/etc/userconfig/tempest_custom_testcases.yaml +++ b/etc/userconfig/tempest_custom_testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml index 44b99bb1..440807bb 100644 --- a/etc/userconfig/testcases.yaml +++ b/etc/userconfig/testcases.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 +############################################################################## + --- tiers: - diff --git a/etc/userconfig/vnf_testcases.yaml b/etc/userconfig/vnf_testcases.yaml index fbf91ca6..21586ab6 100644 --- a/etc/userconfig/vnf_testcases.yaml +++ b/etc/userconfig/vnf_testcases.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 +############################################################################## + --- tiers: - -- cgit 1.2.3-korg