Skip to content

Commit

Permalink
[designate] set dbType as mariadb per default
Browse files Browse the repository at this point in the history
  • Loading branch information
galkindmitrii committed Jan 9, 2025
1 parent 13e8631 commit 2f0aea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/designate/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ image_version_designate: v1
image_version_designate_tempest: v1

db_name: designate
dbType: "mariadb"

max_pool_size: 100
max_overflow: 100
pool_id: testPoolUUID
Expand Down
2 changes: 2 additions & 0 deletions openstack/designate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ global_setup: false
tempest_enabled: false
nanny_enabled: false

dbType: "mariadb"

sentry:
enabled: true

Expand Down

0 comments on commit 2f0aea7

Please sign in to comment.