Concelier Oracle CPU Connector - Operations Runbook

Last updated: 2026-04-22

This runbook is for operators who run the Oracle Critical Patch Update (CPU) connector in a Stella Ops Concelier instance. It covers configuration, the Excititor VEX mirror bootstrap, offline/air-gapped deployment, and the common failure modes to watch for.

1. Overview

The Concelier Oracle connector ingests Oracle Critical Patch Update advisories and maps them to canonical IDs.

For the default Excititor VEX mirror bootstrap, Stella Ops discovers Oracle updates from Oracle public security RSS and derives the matching CSAF JSON document URIs deterministically.

2. Authentication

3. Configuration paths

The persisted source configuration is the primary operator path; see Advisory source credential entry for the shared workflow across connectors.

Primary operator path:

Use the UI/CLI path only when overriding the default Oracle landing page or pinning specific advisories for mirrored or offline flows. Leaving the URI fields blank keeps the built-in public default.

Compatibility fallback (concelier.yaml):

concelier:
  sources:
    vndr:
      oracle:
        calendarUris:
          - "https://www.oracle.com/security-alerts/"
        advisoryUris: []
        requestDelay: "00:00:01"

Notes:

Example: pinning a specific quarterly CPU advisory directly

concelier:
  sources:
    vndr:
      oracle:
        advisoryUris:
          - "https://www.oracle.com/security-alerts/cpuapr2025.html"
        requestDelay: "00:00:00"

4. Excititor default public VEX bootstrap

5. Offline and air-gapped deployments

6. Common failure modes