Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N21-2014 Setup new SHD client #926

Merged
merged 6 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/clean_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- schulcloud-client
- nuxt-client
- superhero-dashboard
- shd-client
- schulcloud-calendar
- antivirus_check_service
- version-aggregator
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- schulcloud-client
- nuxt-client
- superhero-dashboard
- shd-client
- schulcloud-calendar
- antivirus_check_service
- version-aggregator
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
path: repo/superhero-dashboard
token: ${{ secrets.token }}
ref: ${{ env.SUPERHERO_DASHBOARD_VERSION }}
- uses: actions/checkout@v4
with:
repository: hpi-schul-cloud/shd-client
path: repo/shd-client
token: ${{ secrets.token }}
ref: ${{ env.SHD_CLIENT_VERSION }}
- uses: actions/checkout@v4
with:
repository: hpi-schul-cloud/h5p-staticfiles-server
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/all/git_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_REPO_NAME: schulcloud-server
SCHULCLOUD_CLIENT_REPO_NAME: schulcloud-client
NUXT_CLIENT_REPO_NAME: nuxt-client
SUPERHERO_DASHBOARD_REPO_NAME: superhero-dashboard
SHD_CLIENT_REPO_NAME: shd-client
SCHULCLOUD_CALENDAR_REPO_NAME: schulcloud-calendar
ANTIVIRUS_CHECK_SERVICE_REPO_NAME: antivirus-check-service
VERSION_AGGREGATOR_REPO_NAME: version-aggregator
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/infra/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ RABBITMQ_REPLICAS: 1
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
1 change: 1 addition & 0 deletions ansible/group_vars/loadtest/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ RABBITMQ_REPLICAS: 1
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
4 changes: 4 additions & 0 deletions ansible/group_vars/production/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ SHD_CPU_LIMITS: "1000m"
SHD_CPU_REQUESTS: "100m"
SHD_MEMORY_LIMITS: "2Gi"
SHD_MEMORY_REQUESTS: "2Gi"
SHD_CLIENT_CPU_LIMITS: "1000m"
SHD_CLIENT_CPU_REQUESTS: "100m"
SHD_CLIENT_MEMORY_LIMITS: "2Gi"
SHD_CLIENT_MEMORY_REQUESTS: "2Gi"
STORAGE_CPU_LIMITS: "1000m"
STORAGE_CPU_REQUESTS: "100m"
STORAGE_MEMORY_LIMITS: "1Gi"
Expand Down
4 changes: 4 additions & 0 deletions ansible/group_vars/reference/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ SHD_CPU_LIMITS: "1000m"
SHD_CPU_REQUESTS: "100m"
SHD_MEMORY_LIMITS: "2Gi"
SHD_MEMORY_REQUESTS: "2Gi"
SHD_CLIENT_CPU_LIMITS: "1000m"
SHD_CLIENT_CPU_REQUESTS: "100m"
SHD_CLIENT_MEMORY_LIMITS: "2Gi"
SHD_CLIENT_MEMORY_REQUESTS: "2Gi"
STORAGE_CPU_LIMITS: "1000m"
STORAGE_CPU_REQUESTS: "100m"
STORAGE_MEMORY_LIMITS: "1Gi"
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/dev-loadtest-01/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/infra.dbildungscloud-01/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-brb/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RABBITMQ_REPLICAS: 3
ROCKET_CHAT_REPLICAS: 10
REDIS_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
API_FILE_STORAGE_REPLICAS: 5
AMQP_FILE_STORAGE_REPLICAS: 5
ERWINIDM_REPLICAS: 3
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-brb/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-dbc/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 5
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
API_FILE_STORAGE_REPLICAS: 5
AMQP_FILE_STORAGE_REPLICAS: 5
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-dbc/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-nbc/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 5
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
API_FILE_STORAGE_REPLICAS: 5
AMQP_FILE_STORAGE_REPLICAS: 5
ERWINIDM_REPLICAS: 3
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-nbc/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-thr/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 7
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
API_FILE_STORAGE_REPLICAS: 10
AMQP_FILE_STORAGE_REPLICAS: 5
ERWINIDM_REPLICAS: 3
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-thr/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-audit/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
ERWINIDM_REPLICAS: 3
API_FILE_STORAGE_REPLICAS: 3
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-audit/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-brb/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
ERWINIDM_REPLICAS: 3
API_FILE_STORAGE_REPLICAS: 3
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-brb/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-dbc/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
ERWINIDM_REPLICAS: 3
API_FILE_STORAGE_REPLICAS: 3
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-dbc/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-nbc/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
ERWINIDM_REPLICAS: 3
API_FILE_STORAGE_REPLICAS: 3
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-nbc/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-thr/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RABBITMQ_REPLICAS: 3
REDIS_REPLICAS: 1
ROCKET_CHAT_REPLICAS: 1
SHD_REPLICAS: 1
SHD_CLIENT_REPLICAS: 1
STORAGE_REPLICAS: 1
ERWINIDM_REPLICAS: 3
API_H5P_EDITOR_REPLICAS: 1
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/ref-thr/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SCHULCLOUD_SERVER_IMAGE_TAG: 32.41.3
SCHULCLOUD_CLIENT_IMAGE_TAG: 32.41.0
NUXT_CLIENT_IMAGE_TAG: 32.41.0
SUPERHERO_DASHBOARD_IMAGE_TAG: 32.41.0
SHD_CLIENT_IMAGE_TAG: 1.0.0
SCHULCLOUD_CALENDAR_IMAGE_TAG: 32.35.0
ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG: 32.31.1
VERSION_AGGREGATOR_IMAGE_TAG: 1.0.14
Expand Down
1 change: 1 addition & 0 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- schulcloud-client-core
- nuxt-client-core
- superhero-dashboard
- shd-client-core
- schulcloud-calendar-core
- schulcloud-calendar-init
- h5p-library-management
Expand Down
1 change: 1 addition & 0 deletions ansible/playbook_rollout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- role: h5p-proxy
- role: h5p-staticfiles-server-core
- role: superhero-dashboard
- role: shd-client-core
- role: schulcloud-calendar-core
- role: schulcloud-calendar-init
- role: antivirus_check_service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ deployments_for_scaled_objects:
- oidcmock-deployment
- rocketchat-deployment
- shd-deployment
- shd-client-deployment
- version-aggregator-deployment
- tldraw-deployment
- tldraw-client-deployment
Expand Down
Loading