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

BC-7024-migration-to-ionos-postgres-dev #834

Merged
merged 38 commits into from
Apr 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b38cd7c
First draft for branch specific databases
YannickEvers Apr 4, 2024
beca83c
Set the real postgres hosts
YannickEvers Apr 4, 2024
69a5391
Add missing changes to postgres role
YannickEvers Apr 4, 2024
75a3ba1
Add missing changes to WITH
YannickEvers Apr 4, 2024
fd9ca0b
Fix loop
YannickEvers Apr 4, 2024
82e1e1a
Fix secret template
YannickEvers Apr 4, 2024
be8fe94
Additional loop to check if secrets already generated
YannickEvers Apr 4, 2024
78f6cc3
Fix secret check, limit loop output
YannickEvers Apr 4, 2024
24ef005
limit loop output
YannickEvers Apr 4, 2024
b1b768b
Fix parentheses
YannickEvers Apr 4, 2024
aaf9b11
Move cleanup from clean role (not used anymore) to suspended job in p…
YannickEvers Apr 5, 2024
409acfb
Fix indentation
YannickEvers Apr 5, 2024
87c900c
Merge deletion into one job
YannickEvers Apr 5, 2024
30cf471
Trigger database deletion in clean worflow, use loop
YannickEvers Apr 5, 2024
a12ff1a
Changes to test clean workflow
YannickEvers Apr 5, 2024
1fb88c8
Cleanup and fresh rollout
YannickEvers Apr 5, 2024
0941e08
Revert changes for testing clean workflow
YannickEvers Apr 5, 2024
82d5fe9
Make infra-tools image configurable
YannickEvers Apr 5, 2024
4bddf5d
Force Job replacement
YannickEvers Apr 5, 2024
b9022e9
Make cleanup script independent from the postgres database list
YannickEvers Apr 11, 2024
b799875
Merge branch 'main' into BC-7024-migration-to-ionos-postgres-dev
YannickEvers Apr 11, 2024
b47c1b6
Add apply for job to avoid problems with autogenerated properties
YannickEvers Apr 11, 2024
26ad71f
Test idea without list/loop, but reusable role
YannickEvers Apr 11, 2024
d9989d6
Fix syntax include_role
YannickEvers Apr 11, 2024
3f76f1f
Fix length check
YannickEvers Apr 11, 2024
749b3dc
Escaping
YannickEvers Apr 11, 2024
3cba587
Escape in SQL
YannickEvers Apr 11, 2024
4bd6655
Change Postgres Clusters (switch from SSD to HDD)
YannickEvers Apr 11, 2024
52ca930
Merge branch 'BC-7024-migration-to-ionos-postgres-dev' into BC-7024-t…
YannickEvers Apr 12, 2024
d3b0ea1
Test moving postgres role into the roles that need it
YannickEvers Apr 22, 2024
adca529
Fix and in condition
YannickEvers Apr 22, 2024
1a02c6c
Remove dof_postgresql_management role (now part of the roles that nee…
YannickEvers Apr 22, 2024
2715271
Switch workflow back to main
YannickEvers Apr 23, 2024
b3fdc81
Merge branch 'main' into BC-7024-migration-to-ionos-postgres-dev
YannickEvers Apr 23, 2024
af9ed61
Move parts back to general role, add labels, smaller improvements
YannickEvers Apr 23, 2024
cca6fb5
Fix search-replace mistake for variable
YannickEvers Apr 23, 2024
b7213dd
Keep postgres deployment in kubernetes for loadtest for now
YannickEvers Apr 24, 2024
9df4d72
Merge branch 'main' into BC-7024-migration-to-ionos-postgres-dev
YannickEvers Apr 25, 2024
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
Prev Previous commit
Next Next commit
Keep postgres deployment in kubernetes for loadtest for now
YannickEvers authored Apr 24, 2024
commit b7213ddf4dbca044dd8e494f9145a150d9e079c9
1 change: 1 addition & 0 deletions ansible/group_vars/loadtest/with.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
WITH_MONGO_DATABASES: true
YannickEvers marked this conversation as resolved.
Show resolved Hide resolved
WITH_POSTGRES_DATABASES: true
WITH_SCHULCLOUD_INIT: true
WITH_CALENDAR_INIT: true
WITH_STORAGE: true