Feature 10915: SOL003 STD Support for OSM 08/11908/11
authorselvi.j <selvi.j@tataelxsi.co.in>
Thu, 21 Apr 2022 14:52:15 +0000 (14:52 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 16 May 2022 21:23:34 +0000 (23:23 +0200)
commit59e9d88971c2f513c85ca7095a1e8493f9ebb513
treeb14ccddaba70664ce641c0e1cf3bdca5f0bfa995
parenta9a1fc8427db17f47ea7ff782e35d24be4094f95
Feature 10915: SOL003 STD Support for OSM

Added implementation code for SOL003 STD support API's for VNF Lifecycle management interface

Change-Id: Ibd483a99aec24b1e7d8166d9e17a899e70b27647
Signed-off-by: selvi.j <selvi.j@tataelxsi.co.in>
osm_nbi/engine.py
osm_nbi/nbi.py
osm_nbi/osm_vnfm/__init__.py [new file with mode: 0644]
osm_nbi/osm_vnfm/base_methods.py [new file with mode: 0644]
osm_nbi/osm_vnfm/vnf_instance_actions.py [new file with mode: 0644]
osm_nbi/osm_vnfm/vnf_instances.py [new file with mode: 0644]
osm_nbi/resources_to_operations.yml
osm_nbi/tests/test_db_descriptors.py
osm_nbi/tests/test_osm_vnfm.py [new file with mode: 0644]
osm_nbi/vnf_instance_topics.py [new file with mode: 0644]