Kustomize blueprint Odoo 18 CE (CURQ) BB Open platform
  • Shell 44.3%
  • Dockerfile 38.6%
  • Python 17.1%
Find a file
bb-open-bot a3472ce19d feat(image): +9 curq-modules (branding+container_install+release_note) voor odoo.captains.nl 1:1 DB-restore
DB-dump heeft 399 modules installed; image miste deze 9 -> Odoo start niet.
Bijgebakken zodat de restore 1:1 laadt; de-Onestein (branding/lockdown eruit)
gebeurt ná restore. website_altcha niet in curq-source -> wordt in DB gestript.
2026-07-06 08:16:11 +02:00
base chore(sizing): data-gedreven resource-baseline (ADR-0063) 2026-06-15 12:57:58 +02:00
image feat(image): +9 curq-modules (branding+container_install+release_note) voor odoo.captains.nl 1:1 DB-restore 2026-07-06 08:16:11 +02:00
overlays feat: overlays/<tier> wrappers voor Flux multi-source pattern 2026-05-12 09:58:28 +02:00
tier fix(brons): CNPG enablePDB:false — single-instance PDB blokkeerde node-drain 2026-06-15 14:59:10 +02:00
.gitignore chore: initial blueprint extracted from bb-open-platform-v2 2026-05-12 09:06:23 +02:00
DESIGN.md fix(tiers): remove tier/goud — CE not supported on Goud tier 2026-05-12 09:25:47 +02:00
LICENSE chore: initial blueprint extracted from bb-open-platform-v2 2026-05-12 09:06:23 +02:00
README.md fix(tiers): remove tier/goud — CE not supported on Goud tier 2026-05-12 09:25:47 +02:00

bb-odoo-18-ce

Kustomize-blueprint voor Odoo 18 Community Edition (CURQ-image) als BB Open multi-tenant app.

Status

Tier Productie-ready Notitie
Brons Default keuze voor MKB zonder EE-features
Zilver 3-instance CNPG HA, voor klanten die wel 30 GB storage willen
Goud (niet leverbaar) Goud-tier alleen voor EE/Nubus/OpenCloud

Layout

base/                         # core manifests (StatefulSet, CNPG, Service, Ingress, …)
tier/{brons,zilver}/          # sizing + replica + retention Components (Goud niet leverbaar voor CE)

Tenant-overlay pattern

# tenants/<tenant>/odoo/kustomization.yaml (in bb-open-platform-v2)
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: <tenant>-odoo

resources:
  - ../../../tenants/_base
  - https://forgejo.bb-open.com/bb-open/bb-odoo-18-ce.git//base?ref=v0.1.0

components:
  - ../../../tenants/_base/tier/brons
  - https://forgejo.bb-open.com/bb-open/bb-odoo-18-ce.git//tier/brons?ref=v0.1.0

patches:
  - target: { kind: Namespace, name: PLACEHOLDER }
    patch: |
      - op: replace
        path: /metadata/name
        value: <tenant>-odoo
  - target: { kind: Ingress, name: odoo }
    patch: |
      - op: replace
        path: /spec/rules/0/host
        value: <tenant>.bb-open.com
  - target: { kind: Cluster, name: odoo-db }
    patch: |
      - op: replace
        path: /spec/backup/barmanObjectStore/destinationPath
        value: s3://bbopen-backups/<tenant>/odoo/

OCA-addons

clone-oca-addons init-container clont OCA-repos naar emptyDir-volume. Default: no-op (CURQ-image addons + Odoo-standaard zijn voldoende). Tenant-overlay kan args patchen om extra OCA-modules te clonen:

- target: { kind: StatefulSet, name: odoo }
  patch: |
    - op: replace
      path: /spec/template/spec/initContainers/0/args
      value:
        - |
          mkdir -p /extra-addons
          cd /extra-addons
          git clone --depth 1 -b 18.0 https://github.com/OCA/account-financial-reporting.git
          git clone --depth 1 -b 18.0 https://github.com/OCA/web.git

Bijbehorend addons_path-patch op odoo.conf via ConfigMap-overlay.

Image

Stable Onestein CURQ-image. Niet zelf gebuild — pull via ghcr.io/onesteinbv/curq:18.0.

Vereisten op tenant-namespace

  • odoo-admin-master — Odoo master-password (Pass-item <tenant>-odoo-admin-master)
  • odoo-smtp-config — SMTP-creds (Pass-item smtp-scaleway-bb-open, transitie Soverin → Scaleway)
  • hetzner-bbopen-backups-nbg1 — S3-creds voor CNPG WAL-archive

Allemaal gerendered door proton-pass-sync CronJob in platform-secrets-sync ns.

License

Proprietary tooling-config — BB Open Solutions. Odoo-source onder LGPLv3.

Versioning

SemVer-tags op deze repo. Tenant-overlay refereert specifieke tag.