Concelier Ubuntu USN Connector - Operations Runbook

Last updated: 2026-04-21

This runbook is for operators who run the Ubuntu connector in a Stella Ops Concelier instance. It covers configuration, the Excititor VEX mirror bootstrap that shares the same feed, offline mirroring, and the failure modes specific to Ubuntu Security Notices.

1. Overview

The Concelier Ubuntu connector ingests Ubuntu Security Notices (USN) and maps advisories to Ubuntu package versions so the Stella Ops scanner can resolve fixed-versus-affected state per release.

The same public notice feed also backs the default Excititor VEX mirror bootstrap. Ubuntu does not currently publish native CSAF for this path, so Excititor synthesizes deterministic CSAF documents from the notice JSON while preserving the upstream source URI in metadata.

2. Authentication

3. Configuration (concelier.yaml)

concelier:
  sources:
    ubuntu:
      baseUri: "<ubuntu-usn-base>"
      maxDocumentsPerFetch: 20
      fetchTimeout: "00:00:45"
      requestDelay: "00:00:00"

4. Excititor default public VEX bootstrap

Operational guidance:

5. Offline and air-gapped deployments

6. Common failure modes