Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3805003
D2980.id7606.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2980.id7606.diff
View Options
diff --git a/pillar/nodes/nodes.sls b/pillar/nodes/nodes.sls
--- a/pillar/nodes/nodes.sls
+++ b/pillar/nodes/nodes.sls
@@ -78,6 +78,26 @@
netmask: *intranought_netmask
gateway: 172.27.27.1
+ db-B-001:
+ forest: nasqueron-infra
+ hostname: db-B-001.nasqueron.drake
+ roles:
+ - dbserver-mysql
+ zfs:
+ pool: arcology
+ dbserver:
+ cluster: B
+ network:
+ ipv6_tunnel: False
+
+ interfaces:
+ intranought:
+ device: vmx0
+ ipv4:
+ address: 172.27.27.9
+ netmask: *intranought_netmask
+ gateway: 172.27.27.1
+
dwellers:
forest: nasqueron-dev-docker
hostname: dwellers.nasqueron.org
diff --git a/roles/core/motd/files/db-B-001 b/roles/core/motd/files/db-B-001
new file mode 100644
--- /dev/null
+++ b/roles/core/motd/files/db-B-001
@@ -0,0 +1,10 @@
+ ____
+ .-' `'. db-B-001.nasqueron.drake
+ / _ _\
+ | ,_(o\ /o)_ IP: {{ ipv4_address.ljust(16) }} OS: FreeBSD 13
+ | \` - " - / GW: {{ ipv4_gateway.ljust(16) }} Cluster B | MySQL
+ | `~`>_<~`
+ / ,/ \, This server hosts databases for Nasqueron projects
+ \ \`. ,'/ and our Alkane platform. Additionally, it serves
+ '-._``\___/''-.._ as a repository for databases we have inherited
+ `--..,___.-' and continue to support on this cluster.
diff --git a/top.sls b/top.sls
--- a/top.sls
+++ b/top.sls
@@ -31,6 +31,8 @@
- roles/opensearch
'db-A-001':
- roles/dbserver-pgsql
+ 'db-B-001':
+ - roles/dbserver-mysql
'docker-002':
- roles/paas-docker
'dwellers':
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 1, 00:20 (18 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2273787
Default Alt Text
D2980.id7606.diff (1 KB)
Attached To
Mode
D2980: Provision db-B-001 MariaDB server
Attached
Detach File
Event Timeline
Log In to Comment