Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

### Changed (2026-06-16)

- **Rebranded "Red Hat Insights" → "Red Hat Lightspeed"** in the architecture
diagram, README workflow steps, and MOTD banner (`playbooks/files/motd`).
Closes #141.



- **Architecture diagram updated** — replaced `docs/images/instantaneous-patching-architecture.png`
with a new diagram reflecting the actual SNow CVE demo flow: 6 steps, EDA as a
distinct component, no Jira, and the 4 AAP workflow nodes (Link CMDB CI →
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ identify, remediate, and record CVEs and advisories — with full ITSM integrati
![Instantaneous Patching Architecture](docs/images/instantaneous-patching-architecture.png)

```
1. RHEL hosts registered to Red Hat Insights
2. Red Hat Insights scans for CVEs and advisories
1. RHEL hosts registered to Red Hat Lightspeed
2. Red Hat Lightspeed scans for CVEs and advisories
3. CVE identified — triggers automated response
4. ServiceNow incident created automatically
5. Event-Driven Ansible picks up the event and fires the remediation workflow
6. AAP Remediation Workflow:
a. Link CMDB CI to the incident
b. Fetch the Insights remediation plan
b. Fetch the Lightspeed remediation plan
c. Patch the RHEL host
d. Close the incident ("Solved Permanently")
```
Expand Down Expand Up @@ -64,7 +64,7 @@ Lightspeed login banner, installed by
| ============================================= |
| |
| Powered by: |
| - Red Hat Insights (detect) |
| - Red Hat Lightspeed (detect) |
| - Event-Driven Ansible (respond) |
| - Ansible Automation Platform (remediate) |
| - ServiceNow ITSM (track) |
Expand All @@ -85,7 +85,7 @@ Lightspeed login banner, installed by

- Ansible Automation Platform 2.4+
- Red Hat Lightspeed subscription
- RHEL hosts registered to Red Hat Insights
- RHEL hosts registered to Red Hat Lightspeed
- `~/.ansible.cfg` configured with Automation Hub token (see `ansible.cfg.example`)

---
Expand Down
Binary file modified docs/images/instantaneous-patching-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion playbooks/files/motd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| ============================================= |
| |
| Powered by: |
| - Red Hat Insights (detect) |
| - Red Hat Lightspeed (detect) |
| - Event-Driven Ansible (respond) |
| - Ansible Automation Platform (remediate) |
| - ServiceNow ITSM (track) |
Expand Down
Loading