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 --- scenarios/os-odl-sfc_osm/role/os-odl-sfc_osm/files/osmrc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 scenarios/os-odl-sfc_osm/role/os-odl-sfc_osm/files/osmrc (limited to 'scenarios/os-odl-sfc_osm/role/os-odl-sfc_osm/files') diff --git a/scenarios/os-odl-sfc_osm/role/os-odl-sfc_osm/files/osmrc b/scenarios/os-odl-sfc_osm/role/os-odl-sfc_osm/files/osmrc deleted file mode 100644 index d9028b2f..00000000 --- a/scenarios/os-odl-sfc_osm/role/os-odl-sfc_osm/files/osmrc +++ /dev/null @@ -1,2 +0,0 @@ -export OSM_HOSTNAME=127.0.0.1 -export OSM_SOL005=True -- cgit 1.2.3-korg