aboutsummaryrefslogtreecommitdiffstats
path: root/sfc
diff options
context:
space:
mode:
authorVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>2018-10-26 20:01:37 +0530
committerVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>2018-10-30 01:00:00 +0530
commit6c11ccaa5e9f036a1b56926d80aaccb3dc5e3d78 (patch)
treef9ceeb6112e536bed125b12a01f53eed704b84db /sfc
parent59697c6c0425b3179f0a51e92de7dc035c1ff38c (diff)
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 <venkataharshavardhan_ven@srmuniv.edu.in>
Diffstat (limited to 'sfc')
-rw-r--r--sfc/unit_tests/unit/lib/test_odl_utils.py4
-rw-r--r--sfc/unit_tests/unit/lib/test_openstack_utils.py4
-rw-r--r--sfc/unit_tests/unit/lib/test_test_utils.py4
3 files changed, 6 insertions, 6 deletions
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