Merge branch 'feat/compute-component' into 'develop'
First functional version of Compute component See merge request teraflow-h2020/controller!53
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- manifests/computeservice.yaml 10 additions, 0 deletionsmanifests/computeservice.yaml
- manifests/contextservice.yaml 4 additions, 0 deletionsmanifests/contextservice.yaml
- src/common/type_checkers/Checkers.py 6 additions, 1 deletionsrc/common/type_checkers/Checkers.py
- src/compute/.gitlab-ci.yml 4 additions, 3 deletionssrc/compute/.gitlab-ci.yml
- src/compute/Config.py 5 additions, 1 deletionsrc/compute/Config.py
- src/compute/Dockerfile 2 additions, 0 deletionssrc/compute/Dockerfile
- src/compute/requirements.in 5 additions, 0 deletionssrc/compute/requirements.in
- src/compute/service/ComputeService.py 6 additions, 6 deletionssrc/compute/service/ComputeService.py
- src/compute/service/__main__.py 5 additions, 6 deletionssrc/compute/service/__main__.py
- src/compute/service/rest_server/RestServer.py 13 additions, 5 deletionssrc/compute/service/rest_server/RestServer.py
- src/compute/service/rest_server/nbi_plugins/__init__.py 0 additions, 0 deletionssrc/compute/service/rest_server/nbi_plugins/__init__.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/Constants.py 3 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 69 additions, 0 deletions...rvice/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_Service.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_Services.py 55 additions, 0 deletions...vice/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_Services.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/L2VPN_SiteNetworkAccesses.py 161 additions, 0 deletions...erver/nbi_plugins/ietf_l2vpn/L2VPN_SiteNetworkAccesses.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/__init__.py 22 additions, 0 deletions...te/service/rest_server/nbi_plugins/ietf_l2vpn/__init__.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/schemas/Common.py 2 additions, 0 deletions...vice/rest_server/nbi_plugins/ietf_l2vpn/schemas/Common.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/schemas/__init__.py 0 additions, 0 deletions...ce/rest_server/nbi_plugins/ietf_l2vpn/schemas/__init__.py
- src/compute/service/rest_server/nbi_plugins/ietf_l2vpn/schemas/site_network_access.py 66 additions, 0 deletions...ver/nbi_plugins/ietf_l2vpn/schemas/site_network_access.py
File moved
Please register or sign in to comment