Migrate all repos into monorepo context folders
Bahn: aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp,
Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit,
Projekt-KIQ-HP, teamlandkarte-mcp
Dhive: Jury-Voting
Privat: CV, NoteGraph (NOTE: NoteGraph needs complete redo after consolidation)
Shared: AI-Orchestrator, OrgMyLife, power_skills_and_more
Shared/references: symphony (read-only)
Bahn repos remain available as independent remotes - this monorepo
pulls them in via subtree, the originals are untouched.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
// Development environment parameters for DB Planet MCP Server
|
||||
using '../main.bicep'
|
||||
|
||||
param environment = 'DEV'
|
||||
param location = 'westeurope'
|
||||
param imageTag = 'latest'
|
||||
|
||||
// ── Existing infrastructure ──────────────────────────────────
|
||||
// gitleaks:allow
|
||||
param centralKeyVaultName = 'bahngpt-kv-c76j3yuqbfnmq'
|
||||
param centralKeyVaultResourceGroup = 'DevSecOps-DEV'
|
||||
param containerAppEnvironmentName = 'cae-devsecops-dev-c76j3yuq'
|
||||
param containerAppEnvironmentResourceGroup = 'DevSecOps-DEV'
|
||||
|
||||
// ── Registry ─────────────────────────────────────────────────
|
||||
param artifactoryServer = 'generativeai-docker-stage-dev-local.bahnhub.tech.rz.db.de'
|
||||
param registryUsername = 'techuser-generativeai'
|
||||
|
||||
// ── Application ──────────────────────────────────────────────
|
||||
param dbplanetBaseUrl = 'https://dbahn-staging.haiilo.cloud'
|
||||
|
||||
// ── Permissions ──────────────────────────────────────────────
|
||||
param secretsOfficerPrincipalId = ''
|
||||
|
||||
// ── Custom domain ────────────────────────────────────────────
|
||||
param certificateName = 'wildcard-cert'
|
||||
param dnsZoneName = 'genai-test.comp.db.de'
|
||||
param dnsRecordName = 'dbplanet-dev'
|
||||
param dnsZoneResourceGroup = 'Infrastructure'
|
||||
@@ -0,0 +1,29 @@
|
||||
// IAT environment parameters for DB Planet MCP Server
|
||||
using '../main.bicep'
|
||||
|
||||
param environment = 'IAT'
|
||||
param location = 'westeurope'
|
||||
param imageTag = 'latest'
|
||||
|
||||
// ── Existing infrastructure ──────────────────────────────────
|
||||
// gitleaks:allow
|
||||
param centralKeyVaultName = 'bahngpt-kv-6i2jt7tebagcq'
|
||||
param centralKeyVaultResourceGroup = 'DevSecOps-IAT'
|
||||
param containerAppEnvironmentName = 'cae-devsecops-iat-6i2jt7te'
|
||||
param containerAppEnvironmentResourceGroup = 'DevSecOps-IAT'
|
||||
|
||||
// ── Registry ─────────────────────────────────────────────────
|
||||
param artifactoryServer = 'generativeai-docker-stage-iat-local.bahnhub.tech.rz.db.de'
|
||||
param registryUsername = 'techuser-generativeai'
|
||||
|
||||
// ── Application ──────────────────────────────────────────────
|
||||
param dbplanetBaseUrl = 'https://dbahn-staging.haiilo.cloud'
|
||||
|
||||
// ── Permissions ──────────────────────────────────────────────
|
||||
param secretsOfficerPrincipalId = ''
|
||||
|
||||
// ── Custom domain ────────────────────────────────────────────
|
||||
param certificateName = 'wildcard-cert'
|
||||
param dnsZoneName = 'genai-test.comp.db.de'
|
||||
param dnsRecordName = 'dbplanet-iat'
|
||||
param dnsZoneResourceGroup = 'Infrastructure'
|
||||
Reference in New Issue
Block a user