File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 15
15
retryInterval : 5s
16
16
---
17
17
apiVersion : k8s.mariadb.com/v1alpha1
18
+ kind : Database
19
+ metadata :
20
+ name : octavia-persistence
21
+ namespace : openstack
22
+ spec :
23
+ name : " octavia_persistence"
24
+ # If you want the database to be created with a different name than the resource name
25
+ # name: data-custom
26
+ mariaDbRef :
27
+ name : mariadb # name of the MariaDB kind
28
+ waitForIt : true
29
+ characterSet : utf8
30
+ collate : utf8_general_ci
31
+ retryInterval : 5s
32
+ ---
33
+ apiVersion : k8s.mariadb.com/v1alpha1
18
34
kind : User
19
35
metadata :
20
36
name : octavia
50
66
grantOption : true
51
67
host : " %"
52
68
retryInterval : 5s
69
+ ---
70
+ apiVersion : k8s.mariadb.com/v1alpha1
71
+ kind : Grant
72
+ metadata :
73
+ name : octavia-grant-persistence
74
+ namespace : openstack
75
+ spec :
76
+ mariaDbRef :
77
+ name : mariadb # name of the MariaDB kind
78
+ waitForIt : true
79
+ privileges :
80
+ - " ALL"
81
+ database : " octavia_persistence"
82
+ table : " *"
83
+ username : octavia
84
+ grantOption : true
85
+ host : " %"
86
+ retryInterval : 5s
Original file line number Diff line number Diff line change 50
50
ovn :
51
51
ovn_nb_connection : tcp:ovn-ovsdb-nb.openstack.svc.cluster.local:6641
52
52
ovn_sb_connection : tcp:ovn-ovsdb-sb.openstack.svc.cluster.local:6642
53
+ task_flow :
54
+ jobboard_enabled : false
53
55
54
56
dependencies :
55
57
dynamic :
You can’t perform that action at this time.
0 commit comments