Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12239767
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
903 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/pillar/dbserver/cluster-A.sls b/pillar/dbserver/cluster-A.sls
index 4f0399a..cf0cbb3 100644
--- a/pillar/dbserver/cluster-A.sls
+++ b/pillar/dbserver/cluster-A.sls
@@ -1,22 +1,35 @@
dbserver_postgresql:
server:
# Fantoir database needs the pg_trgm extension
with_contrib: True
users:
# Password paths are relative to ops/secrets/
+
+ airflow:
+ password: dbserver/cluster-A/users/airflow
+ privileges:
+ - database: airflow
+ scope: schema
+ privileges:
+ - ALL
+
fantoir:
password: dbserver/cluster-A/users/fantoir
privileges:
- database: fantoir
scope: schema
privileges:
- ALL
databases:
+ airflow:
+ encoding: UTF8
+ owner: airflow
+
fantoir:
encoding: UTF8
owner: fantoir
extensions:
- pg_trgm
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 00:22 (13 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064309
Default Alt Text
(903 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment