Merge branch 'develop' of https://gitlab.com/teraflow-h2020/controller into feat/webui
No related branches found
No related tags found
Showing
- src/common/tools/service/GenericRestServer.py 59 additions, 0 deletionssrc/common/tools/service/GenericRestServer.py
- src/common/tools/service/__init__.py 14 additions, 0 deletionssrc/common/tools/service/__init__.py
- src/compute/.gitlab-ci.yml 1 addition, 3 deletionssrc/compute/.gitlab-ci.yml
- src/compute/Config.py 1 addition, 15 deletionssrc/compute/Config.py
- src/compute/Dockerfile 1 addition, 0 deletionssrc/compute/Dockerfile
- src/compute/client/ComputeClient.py 22 additions, 17 deletionssrc/compute/client/ComputeClient.py
- src/compute/genproto.sh 17 additions, 4 deletionssrc/compute/genproto.sh
- src/compute/proto/context_pb2.py 452 additions, 43 deletionssrc/compute/proto/context_pb2.py
- src/compute/proto/service_pb2.py 2 additions, 12 deletionssrc/compute/proto/service_pb2.py
- src/compute/service/ComputeService.py 9 additions, 48 deletionssrc/compute/service/ComputeService.py
- src/compute/service/__main__.py 10 additions, 16 deletionssrc/compute/service/__main__.py
- src/compute/service/rest_server/RestServer.py 9 additions, 42 deletionssrc/compute/service/rest_server/RestServer.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py 26 additions, 0 deletions...e/service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_Service.py 27 additions, 23 deletions...rvice/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_Service.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_Services.py 26 additions, 16 deletions...vice/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_Services.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_SiteNetworkAccesses.py 44 additions, 32 deletions...erver/nbi_plugins/ietf_l2vpn/L2VPN_SiteNetworkAccesses.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/__init__.py 1 addition, 1 deletion...te/service/rest_server/nbi_plugins/ietf_l2vpn/__init__.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/schemas/vpn_service.py 1 addition, 1 deletion...rest_server/nbi_plugins/ietf_l2vpn/schemas/vpn_service.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/tools/ContextMethods.py 39 additions, 0 deletions...est_server/nbi_plugins/ietf_l2vpn/tools/ContextMethods.py
- src/compute/tests/MockService_Dependencies.py 58 additions, 0 deletionssrc/compute/tests/MockService_Dependencies.py
src/common/tools/service/__init__.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment