Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24895043
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/pillar/dbserver/windriver.sls b/pillar/dbserver/windriver.sls
index 0251f8e..16454ce 100644
--- a/pillar/dbserver/windriver.sls
+++ b/pillar/dbserver/windriver.sls
@@ -1,60 +1,77 @@
# -------------------------------------------------------------
# Database configuration for devserver
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# MySQL (MariaDB)
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dbserver_mysql:
server:
salt:
# Account used by Salt to configure the server
credentials: dbserver/windriver-mariadb/users/salt
# As of 2024-09, users and databases are managed manually.
# You're more than welcome to automate any user/db deployment here.
# cluster-B.sls can be helpful for syntax hints
users: {}
databases: {}
# -------------------------------------------------------------
# PostgreSQL
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dbserver_postgresql:
server:
cluster: windriver
# Fantoir database needs the pg_trgm extension
with_contrib: True
listen_addresses: "*"
# As of 2024-09, users and databases are managed manually.
# You're more than welcome to automate any user/db deployment here.
# cluster-A.sls can be helpful for syntax hints
users:
+ keruald:
+ password: dbserver/windriver-pgsql/users/keruald
+ privileges:
+ - database: test_keruald_db
+ scope: schema
+ privileges:
+ - ALL
+
netbox:
password: dbserver/windriver-pgsql/users/netbox
privileges:
- database: netbox
scope: schema
privileges:
- ALL
databases:
netbox:
encoding: UTF8
owner: netbox
+ test_keruald_db:
+ encoding: UTF8
+ owner: keruald
+
connections:
- db: netbox
user: netbox
ips: 127.0.0.1
method: password
+
+ - db: test_keruald_db
+ user: keruald
+ ips: 127.0.0.1
+ method: password
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Mar 18, 13:32 (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3540038
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment