feat: Move QoSProfile OPs form context to qos_profile module.
parent
4c479a1b
No related branches found
No related tags found
Showing
- deploy/tfs.sh 11 additions, 0 deletionsdeploy/tfs.sh
- manifests/qos_profileservice.yaml 4 additions, 1 deletionmanifests/qos_profileservice.yaml
- my_deploy.sh 2 additions, 1 deletionmy_deploy.sh
- proto/context.proto 7 additions, 56 deletionsproto/context.proto
- proto/qos_profile.proto 42 additions, 6 deletionsproto/qos_profile.proto
- src/context/client/ContextClient.py 1 addition, 36 deletionssrc/context/client/ContextClient.py
- src/context/service/ContextServiceServicerImpl.py 1 addition, 30 deletionssrc/context/service/ContextServiceServicerImpl.py
- src/qos_profile/Dockerfile 1 addition, 1 deletionsrc/qos_profile/Dockerfile
- src/qos_profile/client/QoSProfileClient.py 2 additions, 1 deletionsrc/qos_profile/client/QoSProfileClient.py
- src/qos_profile/requirements.in 5 additions, 0 deletionssrc/qos_profile/requirements.in
- src/qos_profile/service/QoSProfileService.py 3 additions, 2 deletionssrc/qos_profile/service/QoSProfileService.py
- src/qos_profile/service/QoSProfileServiceServicerImpl.py 27 additions, 41 deletionssrc/qos_profile/service/QoSProfileServiceServicerImpl.py
- src/qos_profile/service/__main__.py 14 additions, 1 deletionsrc/qos_profile/service/__main__.py
- src/qos_profile/service/database/Engine.py 55 additions, 0 deletionssrc/qos_profile/service/database/Engine.py
- src/qos_profile/service/database/QoSProfile.py 0 additions, 0 deletionssrc/qos_profile/service/database/QoSProfile.py
- src/qos_profile/service/database/__init__.py 14 additions, 0 deletionssrc/qos_profile/service/database/__init__.py
- src/qos_profile/service/database/models/QoSProfile.py 2 additions, 1 deletionsrc/qos_profile/service/database/models/QoSProfile.py
- src/qos_profile/service/database/models/_Base.py 74 additions, 0 deletionssrc/qos_profile/service/database/models/_Base.py
- src/qos_profile/service/database/models/__init__.py 13 additions, 0 deletionssrc/qos_profile/service/database/models/__init__.py
- src/qos_profile/tests/conftest.py 2 additions, 0 deletionssrc/qos_profile/tests/conftest.py
src/qos_profile/service/database/Engine.py
0 → 100644
File moved
src/qos_profile/service/database/__init__.py
0 → 100644
Please register or sign in to comment