From 6c11ccaa5e9f036a1b56926d80aaccb3dc5e3d78 Mon Sep 17 00:00:00 2001 From: Venkata Harshavardhan Reddy Allu Date: Fri, 26 Oct 2018 20:01:37 +0530 Subject: Improve ansible tasks and fix license headers This patch does two things: 1. improve the ansible tasks: - register Openstack as VIM - create osmrc file - install OSM (master) 2. fix license headers in unit tests installer-type:osa deploy-scenario:os-odl-sfc_osm Change-Id: I02297dae2b0108397541cedeb2f47183f1df99fc Signed-off-by: Venkata Harshavardhan Reddy Allu --- sfc/unit_tests/unit/lib/test_odl_utils.py | 4 ++-- sfc/unit_tests/unit/lib/test_openstack_utils.py | 4 ++-- sfc/unit_tests/unit/lib/test_test_utils.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sfc') diff --git a/sfc/unit_tests/unit/lib/test_odl_utils.py b/sfc/unit_tests/unit/lib/test_odl_utils.py index 043c7bbe..04eeeff2 100644 --- a/sfc/unit_tests/unit/lib/test_odl_utils.py +++ b/sfc/unit_tests/unit/lib/test_odl_utils.py @@ -1,9 +1,9 @@ #!/usr/bin/env python ############################################################################### -# Copyright (c) 2018 All rights reserved. +# Copyright (c) 2018 Venkata Harshavardhan Reddy Allu and others. # -# This program and the accompanying materials +# 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 diff --git a/sfc/unit_tests/unit/lib/test_openstack_utils.py b/sfc/unit_tests/unit/lib/test_openstack_utils.py index 595aed0e..eca9316d 100644 --- a/sfc/unit_tests/unit/lib/test_openstack_utils.py +++ b/sfc/unit_tests/unit/lib/test_openstack_utils.py @@ -1,9 +1,9 @@ #!/usr/bin/env python ############################################################################### -# Copyright (c) 2018 All rights reserved. +# Copyright (c) 2018 Venkata Harshavardhan Reddy Allu and others. # -# This program and the accompanying materials +# 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 diff --git a/sfc/unit_tests/unit/lib/test_test_utils.py b/sfc/unit_tests/unit/lib/test_test_utils.py index f26f8df9..a7d2bfde 100644 --- a/sfc/unit_tests/unit/lib/test_test_utils.py +++ b/sfc/unit_tests/unit/lib/test_test_utils.py @@ -1,9 +1,9 @@ #!/usr/bin/env python ############################################################################### -# Copyright (c) 2018 All rights reserved. +# Copyright (c) 2018 Venkata Harshavardhan Reddy Allu and others. # -# This program and the accompanying materials +# 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 -- cgit 1.2.3-korg