Fix 975 SDN-net error when plugin cannot be loaded 97/8397/3
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 11 Dec 2019 15:30:44 +0000 (15:30 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 17 Dec 2019 15:21:20 +0000 (15:21 +0000)
commit4126d05e24ada55226bb13a9d556655811cedadc
tree7877fff9a9a5cb58dce2d5809349cb95e1cffd31
parent1d2f2609c00490a2b25ffedfc01ff97bc3ed571d
Fix 975 SDN-net error when plugin cannot be loaded
Do not validate SDN type
Adding SDN floodlight openflow plugin

Change-Id: I3b997ed16cc67c18f0deee57e38a4e355a7eab4d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
16 files changed:
Dockerfile-local
RO-SDN-floodlight_openflow/Makefile [new file with mode: 0644]
RO-SDN-floodlight_openflow/osm_rosdn_floodlightof/floodlight_of.py [new file with mode: 0644]
RO-SDN-floodlight_openflow/osm_rosdn_floodlightof/sdnconn_floodlightof.py [new file with mode: 0644]
RO-SDN-floodlight_openflow/requirements.txt [new file with mode: 0644]
RO-SDN-floodlight_openflow/setup.py [new file with mode: 0644]
RO-SDN-floodlight_openflow/stdeb.cfg [new file with mode: 0644]
RO-SDN-floodlight_openflow/tox.ini [new file with mode: 0644]
RO-SDN-onos_openflow/osm_rosdn_onosof/onos_of.py
RO-SDN-onos_openflow/setup.py
RO/osm_ro/nfvo.py
RO/osm_ro/openmano_schemas.py
RO/osm_ro/sdn.py
RO/osm_ro/vim_thread.py
RO/osm_ro/wim/openflow_conn.py
devops-stages/stage-build.sh