Skip to content

Commit 785125a

Browse files
authored
Merge pull request #72141 from aireilly/TELCODOCS-1507
TELCODOCS-1507 - Updates for AMQP EOL + HTTP transport
2 parents 44b8a84 + cdefd21 commit 785125a

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

modules/nw-rfhe-introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="nw-rfhe-introduction_{context}"]
77
= How bare-metal events work
88

9-
The {redfish-operator} enables applications running on bare-metal clusters to respond quickly to Redfish hardware changes and failures such as breaches of temperature thresholds, fan failure, disk loss, power outages, and memory failure. These hardware events are delivered over a reliable low-latency transport channel based on Advanced Message Queuing Protocol (AMQP). The latency of the messaging service is between 10 to 20 milliseconds.
9+
The {redfish-operator} enables applications running on bare-metal clusters to respond quickly to Redfish hardware changes and failures such as breaches of temperature thresholds, fan failure, disk loss, power outages, and memory failure. These hardware events are delivered using an HTTP transport or AMQP mechanism. The latency of the messaging service is between 10 to 20 milliseconds.
1010

1111
The {redfish-operator} provides a publish-subscribe service for the hardware events. Applications can use a REST API to subscribe to the events. The {redfish-operator} supports hardware that complies with Redfish OpenAPI v1.8 or later.
1212

modules/ptp-reference-deployment-and-service-crs.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88

99
Use the following example `cloud-event-proxy` deployment and subscriber service CRs as a reference when deploying your PTP events consumer application.
1010

11-
[NOTE]
12-
====
13-
Use HTTP transport instead of AMQP for PTP and bare-metal events where possible.
14-
AMQ Interconnect is EOL from 30 June 2024.
15-
Extended life cycle support (ELS) for AMQ Interconnect ends 30 November 2030.
16-
For more information see, link:https://access.redhat.com/support/policy/updates/jboss_notes#p_Interconnect[Red Hat AMQ Interconnect support status].
17-
====
11+
include::snippets/ptp-amq-interconnect-eol.adoc[]
1812

1913
.Reference cloud-event-proxy deployment with HTTP transport
2014
[source,yaml]

modules/ztp-creating-hwevents-amqp.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
You can configure bare-metal events that use AMQP transport on managed clusters that you deploy with the {ztp-first} pipeline.
1010

11+
include::snippets/ptp-amq-interconnect-eol.adoc[]
12+
1113
.Prerequisites
1214

1315
* You have installed the OpenShift CLI (`oc`).

snippets/ptp-amq-interconnect-eol.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[NOTE]
22
====
3+
HTTP transport is the default transport for PTP and bare-metal events.
34
Use HTTP transport instead of AMQP for PTP and bare-metal events where possible.
45
AMQ Interconnect is EOL from 30 June 2024.
56
Extended life cycle support (ELS) for AMQ Interconnect ends 29 November 2029.

0 commit comments

Comments
 (0)