Merge branch 'feat/183-create-qosprofile-component' into 'develop'
Resolve "Create QoSProfile component" See merge request !257
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- manifests/qos_profileservice.yaml 101 additions, 0 deletionsmanifests/qos_profileservice.yaml
- my_deploy.sh 3 additions, 0 deletionsmy_deploy.sh
- proto/context.proto 12 additions, 1 deletionproto/context.proto
- proto/qos_profile.proto 58 additions, 0 deletionsproto/qos_profile.proto
- scripts/show_logs_qos_profile.sh 27 additions, 0 deletionsscripts/show_logs_qos_profile.sh
- src/common/Constants.py 2 additions, 0 deletionssrc/common/Constants.py
- src/context/service/database/Constraint.py 2 additions, 1 deletionsrc/context/service/database/Constraint.py
- src/context/service/database/models/ConstraintModel.py 1 addition, 0 deletionssrc/context/service/database/models/ConstraintModel.py
- src/qos_profile/.gitlab-ci.yml 121 additions, 0 deletionssrc/qos_profile/.gitlab-ci.yml
- src/qos_profile/Config.py 14 additions, 0 deletionssrc/qos_profile/Config.py
- src/qos_profile/Dockerfile 68 additions, 0 deletionssrc/qos_profile/Dockerfile
- src/qos_profile/__init__.py 14 additions, 0 deletionssrc/qos_profile/__init__.py
- src/qos_profile/client/QoSProfileClient.py 91 additions, 0 deletionssrc/qos_profile/client/QoSProfileClient.py
- src/qos_profile/client/__init__.py 14 additions, 0 deletionssrc/qos_profile/client/__init__.py
- src/qos_profile/requirements.in 18 additions, 0 deletionssrc/qos_profile/requirements.in
- src/qos_profile/service/QoSProfileService.py 29 additions, 0 deletionssrc/qos_profile/service/QoSProfileService.py
- src/qos_profile/service/QoSProfileServiceServicerImpl.py 94 additions, 0 deletionssrc/qos_profile/service/QoSProfileServiceServicerImpl.py
- src/qos_profile/service/__init__.py 14 additions, 0 deletionssrc/qos_profile/service/__init__.py
manifests/qos_profileservice.yaml
0 → 100644
proto/qos_profile.proto
0 → 100644
scripts/show_logs_qos_profile.sh
0 → 100755
src/qos_profile/.gitlab-ci.yml
0 → 100644
src/qos_profile/Config.py
0 → 100644
src/qos_profile/Dockerfile
0 → 100644
src/qos_profile/__init__.py
0 → 100644
src/qos_profile/client/QoSProfileClient.py
0 → 100644
src/qos_profile/client/__init__.py
0 → 100644
src/qos_profile/requirements.in
0 → 100644
src/qos_profile/service/QoSProfileService.py
0 → 100644
src/qos_profile/service/__init__.py
0 → 100644
Please register or sign in to comment