From 8d6cc82c2f6c7c78dfb54b37e00602bf178353e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Thu, 25 Feb 2021 09:59:19 -0500 Subject: [PATCH] Archive OpenShift3.11 (#42) * Updated docs with archived notes for OpenShift 3.11 --- README.md | 5 +++++ docs/PubSubPlusOpenShiftDeployment.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 04c41a0..08e0212 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # Deploying a Solace PubSub+ Software Event Broker onto an OpenShift 3.11 platform +**NOTE: This version of the quick start supporting OpenShift 3.11 is an archive and no longer maintained. The [latest version](https://github.com/SolaceProducts/pubsubplus-openshift-quickstart) of this quick start supports OpenShift 4.** + + The [Solace PubSub+ Platform](https://solace.com/products/platform/)'s [software event broker](https://solace.com/products/event-broker/software/) efficiently streams event-driven information between applications, IoT devices and user interfaces running in the cloud, on-premises, and hybrid environments using open APIs and protocols like AMQP, JMS, MQTT, REST and WebSocket. It can be installed into a variety of public and private clouds, PaaS, and on-premises environments, and brokers in multiple locations can be linked together in an [event mesh](https://solace.com/what-is-an-event-mesh/) to dynamically share events across the distributed enterprise. ## Overview +This project is a best practice template intended for development and demo purposes. It has been tested using OpenShift v3.11. The tested and recommended Solace PubSub+ Software Event Broker version is 9.8. + This document provides a quick getting started guide to install a Solace PubSub+ Software Event Broker in various configurations onto an OpenShift 3.11 platform. Detailed OpenShift-specific documentation is provided in the [Solace PubSub+ on OpenShift Documentation](/docs/PubSubPlusOpenShiftDeployment.md). There is also a general [Solace PubSub+ on Kubernetes Documentation](//github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/blob/master/docs/PubSubPlusK8SDeployment.md) available, which the OpenShift deployment builds upon. diff --git a/docs/PubSubPlusOpenShiftDeployment.md b/docs/PubSubPlusOpenShiftDeployment.md index e63b465..9473908 100644 --- a/docs/PubSubPlusOpenShiftDeployment.md +++ b/docs/PubSubPlusOpenShiftDeployment.md @@ -1,5 +1,8 @@ # Deploying a Solace PubSub+ Software Event Broker onto an OpenShift 3.11 platform +**NOTE: This version of the quick start supporting OpenShift 3.11 is an archive and no longer maintained. The [latest version](https://github.com/SolaceProducts/pubsubplus-openshift-quickstart) of this quick start supports OpenShift 4.** + + This is detailed documentation of deploying Solace PubSub+ Software Event Broker onto an OpenShift 3.11 platform including steps to set up a Red Hat OpenShift Container Platform platform on AWS. * For a hands-on quick start using an existing OpenShift platform, refer to the [Quick Start guide](/README.md). * For considerations about deploying in a general Kubernetes environment, refer to the [Solace PubSub+ on Kubernetes Documentation](https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/blob/master/docs/PubSubPlusK8SDeployment.md)