website-and-documentation/content/en/docs/governance/_index.md

17 KiB

title linkTitle weight description
Governance Governance 100 Project history, decision context, and audit-oriented traceability (primary sources and evidence).

Governance Overview

This chapter is publicly accessible, but it is written from within the IPCEI-CIS project context and therefore builds heavily on internal shared understanding.

Most terminology, references, and primary sources in this chapter are internal (e.g., Confluence, Jira). Access and context are assumed.

Primary intended audience:

  • IPCEI-CIS auditors
  • IPCEI-CIS project management
  • Project leads of other IPCEI-CIS sub-projects
  • IPCEI-CIS central architecture

Project History

Mandate and product vision

Within the IPCEI-CIS work package for an Edge Developer Framework, the goal of the Developer Framework / EDP effort is to provide services that enable teams to develop, validate, roll out and operate applications efficiently across the edge cloud continuum.

The initial product framing emphasized:

  • A coherent developer experience spanning development, testing, validation, rollout, monitoring and (eventually) billing.
  • Reuse through templates and "golden paths".
  • A portal-centric interaction model where developers consume platform capabilities via stable APIs and UI, not ad-hoc cluster access.

Primary source (internal only): Confluence: Sub Project Developer Framework

Phases and milestones

The following phase model is based on the project artifacts currently present in Confluence and this repository. It is intentionally phrased as “what changed and why”, rather than as a release plan.

Phase 1 — Discovery & system design (2024)

Focus:

  • Establish a reference architecture for an Internal Developer Platform (IDP) style solution.
  • Evaluate IDP foundations (explicitly referencing CNOE as a favored baseline), using a “planes” model as conceptual structure.
  • Early emphasis on becoming self-hosting quickly (“eat your own dogfood”) and validating end-to-end paths.

Primary source (internal only): Confluence: System Design

Phase 2 — Proof of Concept (PoC) definition and scope (2024)

Focus:

  • Align on a shared understanding of the product “Developer Platform” (technical and business framing) and what is feasible within 2024.
  • Define PoC goals and acceptance criteria, including an end-to-end story centered on:
    • an IDP builder/orchestrator running in the target environment (OSC),
    • a developer portal (Backstage) for the user experience,
    • a “golden path” flow from source → CI/CD → deployment.

Primary sources:

Phase 3 — PoC consolidation: deliverables, repository structure, traceability (late 2024)

Focus:

  • Package outputs produced since mid-2024 into a demonstrable PoC product.
  • Make “traces” explicit from backlog items to concrete outputs (repos, docs, capabilities), to support governance and auditability.
  • Establish working agreements for branching, PR-based review, and Definition of Done.

Primary source: repository document Team and Work Structure (docs-old).

Phase 4 — “Forgejo as a Service” and Foundry-based provisioning (2025)

Focus:

  • Expand from “PoC capabilities” toward a service milestone around Forgejo, including supporting services (persistence, backups, caching, indexing, SSO, runners, observability).
  • Provision Foundry/EDP resources via Infrastructure-as-Code, initially in OTC.
  • Address reliability and migration risks while moving from earlier instances to production endpoints.

Evidence:

  • Confluence (internal only): Confluence: Forgejo as a service (service decomposition and operational concerns)
  • ADR: “Add Scaleway as Cloud resource Provider” explicitly places Foundry/EDP IaC provisioning in mid-April 2025 and captures platform issues and mitigation.
  • Postmortem (2025-07-14) documents downtime rooted in an incomplete Foundry migration and the need for explicit migration plans.

Phase 5 — EdgeConnect integration: deployment target + SDK/tooling (ongoing)

Focus:

  • Treat EdgeConnect as a sovereign deployment target operated outside EDP, and provide consumable tooling to integrate it into delivery workflows.
  • Provide reusable automation components (SDK, CLI client, Terraform provider, Forgejo Actions) so that EdgeConnect is used consistently through stable entry points.
  • Use EdgeConnect for deploying project artifacts (including this documentation website) to edge cloudlets.

Evidence:

  • Repository: EdgeConnect documentation under /docs/edgeconnect/ (SDK/client/actions).
  • Repository: docs-old “Publishing to Edge” describes the documentation deployment via edgeconnectdeployment.yaml.

Development and delivery process evolution

Across the phases above, delivery methods and team process evolved in response to scaling and operational needs:

  • Scrum ceremonies and working agreements are documented in Confluence (internal only): Confluence: How we SCRUM.
  • Collaborative delivery techniques (mob / ensemble programming) appear as an explicit practice, including in incident documentation (“Team: Mob”) and internal guidance on sustainable mobbing models.

Deliverables mapping

This section captures the traceability model and evidence-backed anchors that connect capabilities/phases to concrete outputs (repositories, documentation pages, deployed services). It does not yet claim a complete IPCEI deliverable-ID → epic → artifact mapping.

Traceability model (used for audit)

The working model (used throughout the PoC) is:

  • Deliverable / capability definition (often in Confluence) →
  • Ticket(s) in Jira / Forgejo →
  • Implementation via commits + pull requests →
  • Concrete output (repo, docs page, automation component, deployed service) →
  • Evidence (ADR / postmortem / runbook / deployment config) showing real operation.

Primary sources for the traceability intent:

  • Repository: PoC design README lists Jira parts and calls for a mapping table from “parts” to upstream references.
  • Repository: team-process documents emphasize “traces from tickets to outputs” and an outcome summary in the ticket as part of Definition of Done.

Matrix (evidence-backed overview)

This matrix is intended to be directly consumable: it summarizes what can already be evidenced from the current sources. It is an overview across phases/capabilities; it is not the full IPCEI deliverable-ID mapping.

Phase What is delivered / proven Concrete outputs (where) Evidence / trace hooks
Phase 1 — Discovery & system design Reference architecture framing and decision drivers Confluence (internal only): System Design (planes model, CNOE baseline preference, dogfooding) Architecture notes are the earliest “why” evidence for later component choices
Phase 2 — PoC definition PoC scope, acceptance criteria, end-to-end “golden path” story Repository: PoC structure page (docs-old) and PoC design README Jira parts exist for user docs + hands-on building blocks (see “Ticket anchors” below)
Phase 3 — PoC consolidation & traceability A packaged PoC with explicit traceability from backlog to outputs Repository: PoC team-process guidance (Definition of Done, PR review, “traces”) “Outcome” is expected to be summarized in the ticket with links to PR/commit artifacts
Phase 4 — Forgejo-as-a-Service + Foundry provisioning A service milestone with operational concerns (persistence, backups, SSO, runners) and IaC provisioning ADR (Scaleway as additional install channel) + postmortem (Foundry migration downtime) Concrete operational evidence that architecture and migration risks were handled as governance work
Phase 5 — EdgeConnect integration EdgeConnect as delivery target and integration tooling Repository: EdgeConnect docs section + docs-old “Publishing to Edge” (deployment yaml) Deployment configuration and workflow description provide concrete “proof of use”

Ticket anchors (PoC)

The PoC design README explicitly provides Jira anchors that can be used to build a full traceability matrix:

Compliance & Audit

Technology Choices

Documentation of technology evaluation and selection process for key components (e.g., VictoriaMetrics, GARM, Terraform, ArgoCD).

Forgejo

The internal service is officially designated as the Edge Developer Platform (EDP). It is hosted at edp.buildth.ing. The domain selection followed a democratic team process to establish a unique identity distinct from standard corporate naming conventions.

Solution selection:

The decision to utilize Forgejo as the core self-hosted Git service was driven by specific strategic requirements:

  • EU-Based Stewardship: Forgejo is stewarded by Codeberg e.V., a non-profit organization based in Berlin, Germany. This alignment ensures compliance with GDPR and data sovereignty requirements, placing governance under EU jurisdiction rather than US tech entities.
  • License Protection (GPL v3+): Unlike "Open Core" models, Forgejo uses a copyleft license. This legally protects our custom extensions (such as GARM support) from being appropriated into proprietary software, ensuring the ecosystem remains open.
  • Open Source Strategy: The platform aligns with the "Public Money, Public Code" philosophy, mandating that funded developments are returned to the community.

Access Model:

The platform operates on a hybrid visibility model:

  • Public Access: The DEVFW-CICD organization is publicly accessible, fostering transparency.
  • Private Access: Sensitive development occurs in restricted organizations (e.g., DEVFW).
  • User Base: Primary users include the internal development team, with friendly user access granted to the IPCEI team and MMS BT.

Security Controls

Overview of implemented security controls and compliance measures.

Ticket References

Cross-references to Jira tickets, epics, and project tracking for audit trails.

Current, evidence-backed anchors:

  • PoC “parts” and hands-on scope are anchored in Jira and listed explicitly in the PoC design README (see Ticket anchors above).
  • PoC consolidation and governance intent (“traces from tickets to outputs”) is described in the team-process documentation.
  • The Forgejo ProjectMgmt prototype documents how tickets, milestones, and boards were structured in Forgejo to run demo slices and work packages.

Community & External Relations

Open Source Contributions

Contributions to the Forgejo community and other open-source projects.

Forgejo

We actively contributed our extensions back to the upstream Forgejo project on Codeberg.org.

Key Pull Requests:

External Stakeholders

User experience research and feedback integration.

References

This list is an index of all links referenced on this page, plus the intended meaning (“semantics”) of each link.

  • (internal only) Confluence: Sub Project Developer Framework — mandate, quick links, and high-level framing.
  • (internal only) Confluence: System Design — architecture framing (planes model, baseline preferences, early decision drivers).
  • (internal only) Confluence: Proof of Concept 2024 — PoC scope, goals, and evaluation/acceptance framing.
  • (internal only) Confluence: Forgejo as a service — service decomposition and operational concerns used as evidence for Phase 4.
  • (internal only) Confluence: How we SCRUM — delivery process reference.
  • (internal only) Jira: IPCEICIS-368 — PoC part 1 traceability anchor.
  • (internal only) Jira: IPCEICIS-765 — PoC part 2.1 traceability anchor.
  • (internal only) Jira: IPCEICIS-766 — PoC part 2.2 traceability anchor.
  • (internal only) Jira: IPCEICIS-514 — PoC golden path template traceability anchor.
  • (internal only) Jira: IPCEICIS-759 — PoC example app traceability anchor.
  • (internal only) Jira: IPCEICIS-760 — PoC CI/CD traceability anchor.
  • (internal only) Jira: IPCEICIS-761 — PoC telemetry traceability anchor.
  • (internal only) Jira: IPCEICIS-762 — PoC infrastructure traceability anchor.
  • (internal only) Jira: IPCEICIS-763 — PoC additional items traceability anchor.
  • (internal only) Jira: IPCEICIS-767 — PoC orchestration extension traceability anchor.
  • (internal only) Jira: IPCEICIS-768 — PoC part 3 (user documentation) traceability anchor.
  • Documentation site: PoC Structure — published docs-old summary of the PoC structure.
  • Documentation site: Team and Work Structure — published docs-old description of process and traceability intent.
  • Documentation site: Forgejo component page — internal documentation entry point for the Forgejo/EDP component.
  • Service entry point: edp.buildth.ing — EDP Forgejo instance.
  • Service org: edp.buildth.ing/DevFW-CICD — public organization referenced for transparency.
  • Service org: edp.buildth.ing/DevFW — private organization reference.
  • Upstream project: forgejo.org — Forgejo project homepage.
  • Upstream governance: Codeberg e.V. — referenced as steward/governance body.
  • Upstream contribution: PR #9409 — GARM endpoints contribution.
  • Upstream contribution: PR #9803 — webhook workflow events contribution.
  • Upstream contribution: PR #9962 — ephemeral runners contribution.
  • Upstream hosting: Codeberg.org — hosting platform used for upstream Forgejo contributions.