chore(agentrun): declare d518 v02 yaml lane

This commit is contained in:
Codex
2026-06-27 16:17:02 +00:00
parent e310253358
commit 0feeb3d4ad
2 changed files with 357 additions and 0 deletions
+76
View File
@@ -243,6 +243,36 @@ postgres:
user: agentrun_v02
address: 74.48.78.17/32
method: scram-sha-256
- type: hostssl
database: agentrun_d518_v02
user: agentrun_d518_v02
address: 10.0.8.0/22
method: scram-sha-256
- type: hostssl
database: postgres
user: agentrun_d518_v02
address: 10.0.8.0/22
method: scram-sha-256
- type: hostssl
database: agentrun_d518_v02
user: agentrun_d518_v02
address: 202.98.13.68/32
method: scram-sha-256
- type: hostssl
database: postgres
user: agentrun_d518_v02
address: 202.98.13.68/32
method: scram-sha-256
- type: hostssl
database: agentrun_d518_v02
user: agentrun_d518_v02
address: 74.48.78.17/32
method: scram-sha-256
- type: hostssl
database: postgres
user: agentrun_d518_v02
address: 74.48.78.17/32
method: scram-sha-256
- type: hostssl
database: hwlab_d601_v03
user: hwlab_d601_v03_app
@@ -334,6 +364,20 @@ secrets:
AGENTRUN_V02_DB_NAME: agentrun_v02
randomHex:
AGENTRUN_V02_DB_PASSWORD: 32
- name: agentrun-d518-v02-db-credentials
sourceRef: platform-db/agentrun-d518-v02-db.env
type: env
requiredKeys:
- AGENTRUN_D518_V02_DB_USER
- AGENTRUN_D518_V02_DB_PASSWORD
- AGENTRUN_D518_V02_DB_NAME
createIfMissing:
enabled: true
values:
AGENTRUN_D518_V02_DB_USER: agentrun_d518_v02
AGENTRUN_D518_V02_DB_NAME: agentrun_d518_v02
randomHex:
AGENTRUN_D518_V02_DB_PASSWORD: 32
- name: hwlab-d601-v03-db-credentials
sourceRef: platform-db/hwlab-d601-v03-db.env
type: env
@@ -386,6 +430,15 @@ objects:
createdb: false
createrole: false
superuser: false
- name: agentrun_d518_v02
passwordRef:
sourceRef: platform-db/agentrun-d518-v02-db.env
key: AGENTRUN_D518_V02_DB_PASSWORD
login: true
attributes:
createdb: false
createrole: false
superuser: false
- name: hwlab_d601_v03_app
passwordRef:
sourceRef: platform-db/hwlab-d601-v03-db.env
@@ -416,6 +469,11 @@ objects:
encoding: UTF8
locale: C.UTF-8
extensions: []
- name: agentrun_d518_v02
owner: agentrun_d518_v02
encoding: UTF8
locale: C.UTF-8
extensions: []
- name: hwlab_d601_v03
owner: hwlab_d601_v03_app
encoding: UTF8
@@ -484,6 +542,21 @@ exports:
- scope: agentrun-v02
secret: agentrun-v02-mgr-db
key: DATABASE_URL
- name: agentrun-d518-v02-database-url
sourceSecretRef: platform-db/agentrun-d518-v02-db.env
render:
envKey: DATABASE_URL
format: postgresql://$(AGENTRUN_D518_V02_DB_USER):$(AGENTRUN_D518_V02_DB_PASSWORD)@$(PGHOST):5432/$(AGENTRUN_D518_V02_DB_NAME)?sslmode=require&uselibpqcompat=true
variables:
PGHOST: 82.156.23.220
writeToSecretSource:
sourceRef: agentrun/d518-v02-mgr-db.env
key: DATABASE_URL
mode: update-or-insert
consumers:
- scope: agentrun-v02
secret: agentrun-v02-mgr-db
key: DATABASE_URL
- name: hwlab-d601-v03-cloud-api-database-url
sourceSecretRef: platform-db/hwlab-d601-v03-db.env
render:
@@ -555,6 +628,9 @@ observability:
- kind: psql-app-role
database: agentrun_v02
user: agentrun_v02
- kind: psql-app-role
database: agentrun_d518_v02
user: agentrun_d518_v02
- kind: psql-app-role
database: hwlab_d601_v03
user: hwlab_d601_v03_app