change SDN types from tapi to ietfl2vpn, from arista to arista_cloudvision 32/8432/8
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 20 Dec 2019 12:16:46 +0000 (12:16 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 17 Jun 2020 09:17:09 +0000 (09:17 +0000)
commit667d158c0d3ee7b4c176ad0b27ac428c81b0ddbc
tree9dcb757c4b2895e73c66b36ca23fa836bce7286d
parent07df0d2f27b26e7723b923c9583970be9530fe69
change SDN types from tapi to ietfl2vpn, from arista to arista_cloudvision

Change-Id: I01d61cf64521707c92f58c668f0372b5daa010c5
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
36 files changed:
Dockerfile-local
RO-SDN-arista/Makefile [deleted file]
RO-SDN-arista/debian/python3-osm-rosdn-arista.postinst [deleted file]
RO-SDN-arista/osm_rosdn_arista/aristaConfigLet.py [deleted file]
RO-SDN-arista/osm_rosdn_arista/aristaTask.py [deleted file]
RO-SDN-arista/osm_rosdn_arista/wimconn_arista.py [deleted file]
RO-SDN-arista/requirements.txt [deleted file]
RO-SDN-arista/setup.py [deleted file]
RO-SDN-arista/stdeb.cfg [deleted file]
RO-SDN-arista/tox.ini [deleted file]
RO-SDN-arista_cloudvision/Makefile [new file with mode: 0644]
RO-SDN-arista_cloudvision/debian/python3-osm-rosdn-arista-cloudvision.postinst [new file with mode: 0755]
RO-SDN-arista_cloudvision/osm_rosdn_arista_cloudvision/aristaConfigLet.py [new file with mode: 0644]
RO-SDN-arista_cloudvision/osm_rosdn_arista_cloudvision/aristaTask.py [new file with mode: 0644]
RO-SDN-arista_cloudvision/osm_rosdn_arista_cloudvision/wimconn_arista.py [new file with mode: 0644]
RO-SDN-arista_cloudvision/requirements.txt [new file with mode: 0644]
RO-SDN-arista_cloudvision/setup.py [new file with mode: 0644]
RO-SDN-arista_cloudvision/stdeb.cfg [new file with mode: 0644]
RO-SDN-arista_cloudvision/tox.ini [new file with mode: 0644]
RO-SDN-ietfl2vpn/Makefile [new file with mode: 0644]
RO-SDN-ietfl2vpn/osm_rosdn_ietfl2vpn/wimconn_ietfl2vpn.py [new file with mode: 0644]
RO-SDN-ietfl2vpn/requirements.txt [new file with mode: 0644]
RO-SDN-ietfl2vpn/setup.py [new file with mode: 0644]
RO-SDN-ietfl2vpn/stdeb.cfg [new file with mode: 0644]
RO-SDN-ietfl2vpn/tox.ini [new file with mode: 0644]
RO-SDN-tapi/Makefile [deleted file]
RO-SDN-tapi/osm_rosdn_tapi/wimconn_ietfl2vpn.py [deleted file]
RO-SDN-tapi/requirements.txt [deleted file]
RO-SDN-tapi/setup.py [deleted file]
RO-SDN-tapi/stdeb.cfg [deleted file]
RO-SDN-tapi/tox.ini [deleted file]
RO-client/osm_roclient/roclient.py
RO/osm_ro/openmanoclient.py
RO/osm_ro/wim/schemas.py
RO/osm_ro/wim/tests/fixtures.py
devops-stages/stage-build.sh