feature8030 move WIM connector to plugins 66/8066/10 py3
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 21 Oct 2019 15:31:27 +0000 (15:31 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Sat, 23 Nov 2019 15:08:17 +0000 (15:08 +0000)
commited3e4d4fc2819e425bb8b165e43fcbac259d3f1b
treed0fa50eb62d5576ddd57e369c42887bf7036437d
parent72e918cb69191ac04720444bbf4906680059d60c
feature8030 move WIM connector to plugins

Change-Id: I2e08ce7aa04f3e61adcf866925bf235b53e15baf
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
73 files changed:
Dockerfile
Dockerfile-local
RO-SDN-dynpac/Makefile [new file with mode: 0644]
RO-SDN-dynpac/osm_rosdn_dynpac/wimconn_dynpac.py [new file with mode: 0644]
RO-SDN-dynpac/requirements.txt [new file with mode: 0644]
RO-SDN-dynpac/setup.py [new file with mode: 0644]
RO-SDN-dynpac/stdeb.cfg [new file with mode: 0644]
RO-SDN-dynpac/tox.ini [new file with mode: 0644]
RO-SDN-onos_openflow/Makefile [new file with mode: 0644]
RO-SDN-onos_openflow/osm_rosdn_onosof/onos_of.py [new file with mode: 0644]
RO-SDN-onos_openflow/osm_rosdn_onosof/sdnconn_onosof.py [new file with mode: 0644]
RO-SDN-onos_openflow/requirements.txt [new file with mode: 0644]
RO-SDN-onos_openflow/setup.py [new file with mode: 0644]
RO-SDN-onos_openflow/stdeb.cfg [new file with mode: 0644]
RO-SDN-onos_openflow/tox.ini [new file with mode: 0644]
RO-SDN-tapi/Makefile [new file with mode: 0644]
RO-SDN-tapi/osm_rosdn_tapi/wimconn_ietfl2vpn.py [new file with mode: 0644]
RO-SDN-tapi/requirements.txt [new file with mode: 0644]
RO-SDN-tapi/setup.py [new file with mode: 0644]
RO-SDN-tapi/stdeb.cfg [new file with mode: 0644]
RO-SDN-tapi/tox.ini [new file with mode: 0644]
RO-client/README.rst
RO/README.rst
RO/osm_ro/__init__.py
RO/osm_ro/database_utils/install-db-server.sh
RO/osm_ro/database_utils/migrate_mano_db.sh
RO/osm_ro/database_utils/migrations/down/34_remove_wim_tables.sql
RO/osm_ro/database_utils/migrations/down/35_remove_sfc_ingress_and_egress.sql
RO/osm_ro/database_utils/migrations/up/34_add_wim_tables.sql
RO/osm_ro/database_utils/migrations/up/35_add_sfc_ingress_and_egress.sql
RO/osm_ro/http_tools/__init__.py
RO/osm_ro/http_tools/errors.py
RO/osm_ro/http_tools/request_processing.py
RO/osm_ro/http_tools/tests/__init__.py
RO/osm_ro/http_tools/tests/test_errors.py
RO/osm_ro/http_tools/tests/test_handler.py
RO/osm_ro/http_tools/tox.ini
RO/osm_ro/nfvo.py
RO/osm_ro/nfvo_db.py
RO/osm_ro/openmanod.py
RO/osm_ro/osm-ro.service
RO/osm_ro/scripts/RO-start.sh
RO/osm_ro/sdn.py [new file with mode: 0755]
RO/osm_ro/tests/__init__.py
RO/osm_ro/tests/test_db.py
RO/osm_ro/tests/test_utils.py
RO/osm_ro/vim_thread.py
RO/osm_ro/wim/__init__.py
RO/osm_ro/wim/engine.py
RO/osm_ro/wim/errors.py
RO/osm_ro/wim/failing_connector.py
RO/osm_ro/wim/openflow_conn.py [new file with mode: 0644]
RO/osm_ro/wim/persistence.py
RO/osm_ro/wim/schemas.py
RO/osm_ro/wim/sdnconn.py [new file with mode: 0644]
RO/osm_ro/wim/tests/__init__.py
RO/osm_ro/wim/tests/fixtures.py
RO/osm_ro/wim/tests/test_actions.py
RO/osm_ro/wim/tests/test_http_handler.py
RO/osm_ro/wim/tests/test_wim_thread.py
RO/osm_ro/wim/tox.ini
RO/osm_ro/wim/wan_link_actions.py
RO/osm_ro/wim/wim_thread.py
RO/osm_ro/wim/wimconn.py [deleted file]
RO/osm_ro/wim/wimconn_dynpac.py [deleted file]
RO/osm_ro/wim/wimconn_fake.py
RO/osm_ro/wim/wimconn_ietfl2vpn.py [deleted file]
RO/osm_ro/wim/wimconn_odl.py
RO/requirements.txt
RO/test/RO_tests/v3_2vdu_set_ip_mac/scenario_2vdu_set_ip_mac.yaml
RO/test/RO_tests/v3_2vdu_set_ip_mac/vnfd_2vdu_set_ip_mac.yaml
RO/test/RO_tests/v3_2vdu_set_ip_mac/vnfd_2vdu_set_ip_mac2.yaml
devops-stages/stage-build.sh