nikola and frootmig are flagging power events and drive warnings on the iLO interface and need drive replacement. Move both moments components onto anjie.kosherinata.internal until those hosts are back in service. Update the nginx upstream and the readme topology table to match; the postgres pg_ident.conf on magrathea now needs to map anjie's cert CN to both moments_ro and moments_rw (two lines for the same cert_cn). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
app: moments
|
|
environments:
|
|
prod:
|
|
components:
|
|
api:
|
|
hosts: [anjie.kosherinata.internal]
|
|
config:
|
|
bind: 0.0.0.0:42424
|
|
db_role: moments_ro
|
|
db_host: magrathea.kosherinata.internal
|
|
db_port: 5432
|
|
db_name: moments
|
|
worker:
|
|
hosts: [anjie.kosherinata.internal]
|
|
config:
|
|
db_role: moments_rw
|
|
db_host: magrathea.kosherinata.internal
|
|
db_port: 5432
|
|
db_name: moments
|
|
github_user: grenade
|
|
gitea_host: git.lair.cafe
|
|
gitea_user: grenade
|
|
hg_host: hg-edge.mozilla.org
|
|
hg_repos: build/puppet,build/tools,build/buildbot-configs
|
|
hg_author_terms: thijssen,grenade
|
|
bugzilla_host: bugzilla.mozilla.org
|
|
bugzilla_email: rthijssen@mozilla.com
|
|
secrets:
|
|
GITHUB_TOKEN: github.com/grenade/admin-token
|
|
# GITEA_TOKEN, BUGZILLA_API_KEY: optional, omit unless required.
|
|
web:
|
|
hosts: [oolon.kosherinata.internal]
|
|
config:
|
|
server_name: rob.tn
|
|
root: /var/www/rob.tn
|
|
api_upstream: http://anjie.kosherinata.internal:42424
|