Adapted Interdomain to common proto folder
- Moved imports from *.proto folder to common.proto folder - Removed interdomain's genproto.sh script - Minor code and linting fixing - Arranged requirements to accelerate Docker image creation - Updated Dockerfile - Arranged GitLab CI/CD pipeline
Showing
- src/interdomain/.gitlab-ci.yml 15 additions, 11 deletionssrc/interdomain/.gitlab-ci.yml
- src/interdomain/Dockerfile 38 additions, 19 deletionssrc/interdomain/Dockerfile
- src/interdomain/client/InterdomainClient.py 2 additions, 2 deletionssrc/interdomain/client/InterdomainClient.py
- src/interdomain/genproto.sh 0 additions, 52 deletionssrc/interdomain/genproto.sh
- src/interdomain/proto/__init__.py 0 additions, 14 deletionssrc/interdomain/proto/__init__.py
- src/interdomain/proto/context_pb2.py 0 additions, 3071 deletionssrc/interdomain/proto/context_pb2.py
- src/interdomain/proto/interdomain_pb2.py 0 additions, 98 deletionssrc/interdomain/proto/interdomain_pb2.py
- src/interdomain/proto/interdomain_pb2_grpc.py 0 additions, 198 deletionssrc/interdomain/proto/interdomain_pb2_grpc.py
- src/interdomain/proto/kpi_sample_types_pb2.py 0 additions, 78 deletionssrc/interdomain/proto/kpi_sample_types_pb2.py
- src/interdomain/proto/slice_pb2.py 0 additions, 78 deletionssrc/interdomain/proto/slice_pb2.py
- src/interdomain/requirements.in 0 additions, 6 deletionssrc/interdomain/requirements.in
- src/interdomain/service/InterdomainService.py 1 addition, 1 deletionsrc/interdomain/service/InterdomainService.py
- src/interdomain/service/InterdomainServiceServicerImpl.py 3 additions, 3 deletionssrc/interdomain/service/InterdomainServiceServicerImpl.py
- src/interdomain/service/RemoteDomainClients.py 1 addition, 1 deletionsrc/interdomain/service/RemoteDomainClients.py
src/interdomain/genproto.sh
deleted
100755 → 0
src/interdomain/proto/__init__.py
deleted
100644 → 0
src/interdomain/proto/context_pb2.py
deleted
100644 → 0
This diff is collapsed.
src/interdomain/proto/slice_pb2.py
deleted
100644 → 0
Please register or sign in to comment