Satellite

Patch Dev Workflow


Author: Unknown

Patch Dev Workflow

End-to-end Satellite patching workflow for development environments. Syncs the Satellite inventory, publishes a new content view version, patches development hosts, and reports results. Demonstrates the full content management lifecycle from content publication through to host remediation.

Prerequisites

  • Satellite Collection credential configured
  • Content views and lifecycle environments configured in Satellite
  • Dev hosts registered with Satellite
  • Run APD ǀ Single demo setup with satellite

Survey prompts

Prompt Variable Type Required
Email email text Yes

Workflow nodes

Step Template Description
1 Satellite Inventory Sync Satellite dynamic inventory into AAP
2 SATELLITE ǀ Publish Content View Version Publish a new content view version with latest errata
3 LINUX ǀ Patching Apply patches to development hosts from the updated content view
4 SUBMIT FEEDBACK Send notification email with workflow results

See other Satellite demos

Browse all Satellite demos →

Workflow

graph LR
  S["🏠 Start"]
  S --> A
  A["🔄 Satellite Inventory"] --> B["📦 Publish Content View"]
  B --> C["🩹 Patching"]
  C --> D["📧 Submit Feedback"]
  style A fill:#2d2d2d,stroke:#888,color:#fff
  style B fill:#2d1f4e,stroke:#a78bfa,color:#fff
  style C fill:#3d1a1a,stroke:#cc0000,color:#fff
  style D fill:#162c46,stroke:#58a6ff,color:#fff
  style S fill:#212427,stroke:#8a8d90,color:#fff