Added 5GTANGO lightweight lifecycle manager (LLCM).
authorpeusterm <manuel.peuster@uni-paderborn.de>
Mon, 6 Aug 2018 14:09:23 +0000 (16:09 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 7 Aug 2018 13:26:54 +0000 (15:26 +0200)
commit20e54456216efbcca714ae7464f4cf196999b662
tree6fa3c691d1e8a0f01321ad3ddf667f1a5b912b1b
parent1662236de1bcda8b2eaf8194f00bbce19fb96be4
Added 5GTANGO lightweight lifecycle manager (LLCM).

This (optional) module allows to directly deploy
5GTANGO service packages on the emulator. This
allows for very quick prototyping of small 5GTANGO
services. It is a copy of the old SONATA DummyGatekeeper
component.

Change-Id: I61d8e5b5a4e0f682a52316de7330d95cf794a4a1
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
examples/tango_default_cli_topology_2_pop.py [new file with mode: 0644]
misc/eu.5gtango.emulator-example-service.0.1.tgo [new file with mode: 0644]
misc/tango-demo-service-project/project.yml [new file with mode: 0755]
misc/tango-demo-service-project/tango_default-vnf0.yml [new file with mode: 0755]
misc/tango-demo-service-project/tango_default-vnf1.yml [new file with mode: 0755]
misc/tango-demo-service-project/tango_emulator_example.yml [new file with mode: 0755]
src/emuvim/api/tango/__init__.py [new file with mode: 0755]
src/emuvim/api/tango/llcm.py [new file with mode: 0755]
src/emuvim/cli/son_emu_cli.py
src/emuvim/test/unittests/test_tango_llcm.py [new file with mode: 0644]