Video: Business Continuity with ACM + Ansible: Application Relocation ⏱ 2:26

How does Advanced Cluster Management and Ansible Automation Platform work together? Roger Lopez (Ansible Business Unit) outlines how they can work together for business continuity:
Video Length: :stopwatch: 2:26

A demo that moves an application between openshift clusters— automatically.

  • Triggered by a Prometheus alert
  • Directed by an EDA rulebook
  • Assisted by ACM Submariner & AAP automation controller
4 Likes

Thanks for posting this Sean!

2 Likes

No problem, great video. Thanks for joining the forum!

2 Likes

Now @Lopez has posted part 2 that goes into more depth: https://youtu.be/rPZH0BaaiHc

1 Like

Advanced Cluster Management (ACM) and Ansible Automation Platform (AAP) work together by enabling intelligent, automated responses to cluster events—like health issues or outages—across OpenShift environments. In the scenario Roger describes:

Prometheus detects a problem (e.g., degraded application state) and triggers an alert.

This alert is picked up by an Event-Driven Ansible (EDA) rulebook that defines what action to take.

The Ansible Automation Controller (formerly Tower) then orchestrates the migration or failover.

ACM, with Submariner, ensures networking between clusters is maintained during this transition.

This integration enhances business continuity by automating recovery processes and reducing downtime without requiring manual intervention. It’s a solid example of how hybrid cloud resilience can be achieved using Red Hat tools.