Skip to content

Commit

Permalink
fix: OpenStack Nova database settings updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Jun 26, 2024
1 parent 836a11d commit ebbf55f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
19 changes: 0 additions & 19 deletions components/nova/nova-api-mariadb-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,6 @@ spec:
retryInterval: 5s
---
apiVersion: mariadb.mmontes.io/v1alpha1
kind: User
metadata:
name: nova
namespace: openstack
spec:
# If you want the user to be created with a different name than the resource name
# name: user-custom
mariaDbRef:
name: mariadb # name of the MariaDB kind
waitForIt: true
passwordSecretKeyRef:
name: nova-db-password
key: password
# This field is immutable and defaults to 10, 0 means unlimited.
maxUserConnections: 0
host: "%"
retryInterval: 5s
---
apiVersion: mariadb.mmontes.io/v1alpha1
kind: Grant
metadata:
name: nova-grant
Expand Down
19 changes: 0 additions & 19 deletions components/nova/nova-cell0-mariadb-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,6 @@ spec:
retryInterval: 5s
---
apiVersion: mariadb.mmontes.io/v1alpha1
kind: User
metadata:
name: nova
namespace: openstack
spec:
# If you want the user to be created with a different name than the resource name
# name: user-custom
mariaDbRef:
name: mariadb # name of the MariaDB kind
waitForIt: true
passwordSecretKeyRef:
name: nova-db-password
key: password
# This field is immutable and defaults to 10, 0 means unlimited.
maxUserConnections: 0
host: "%"
retryInterval: 5s
---
apiVersion: mariadb.mmontes.io/v1alpha1
kind: Grant
metadata:
name: nova-grant
Expand Down

0 comments on commit ebbf55f

Please sign in to comment.