Skip to content

Commit dcddcf0

Browse files
committed
OSSMDOC-571: Out of Support banner via snippet.
1 parent eb4f881 commit dcddcf0

14 files changed

+41
-1
lines changed

service_mesh/v1x/installing-ossm.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
Installing the {SMProductShortName} involves installing the OpenShift Elasticsearch, Jaeger, Kiali and {SMProductShortName} Operators, creating and managing a `ServiceMeshControlPlane` resource to deploy the control plane, and creating a `ServiceMeshMemberRoll` resource to specify the namespaces associated with the {SMProductShortName}.
1012

1113
[NOTE]

service_mesh/v1x/ossm-architecture.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
{SMProductName} provides a platform for behavioral insight and operational control over your networked microservices in a service mesh. With {SMProductName}, you can connect, secure, and monitor microservices in your {product-title} environment.
1012

1113
include::modules/ossm-understanding-service-mesh.adoc[leveloffset=+1]

service_mesh/v1x/ossm-config.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
After you create a `ServiceMeshControlPlane` resource, configure the resource to suit your environment and requirements.
1012

1113
This guide references the Bookinfo sample application to provide examples of security in an example application. Install the xref:../../service_mesh/v2x/prepare-to-deploy-applications-ossm.adoc#ossm-tutorial-bookinfo-overview_deploying-applications-ossm[Bookinfo application] to learn how these routing examples work.

service_mesh/v1x/ossm-custom-resources.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
You can customize your {SMProductName} by modifying the default {SMProductShortName} custom resource or by creating a new custom resource.
1012

1113
== Prerequisites

service_mesh/v1x/ossm-observability.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
You can view your application's topology, health and metrics in the Kiali console. If your service is having issues, the Kiali console offers ways to visualize the data flow through your service. You can view insights about the mesh components at different levels, including abstract applications, services, and workloads. It also provides an interactive graph view of your namespace in real time.
1012

1113
.Before you begin

service_mesh/v1x/ossm-security.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
If your service mesh application is constructed with a complex array of microservices, you can use {SMProductName} to customize the security of the communication between those services. The infrastructure of {product-title} along with the traffic management features of {SMProductShortName} can help you manage the complexity of your applications and provide service and identity security for microservices.
1012

1113
include::modules/ossm-security-mtls-1x.adoc[leveloffset=+1]

service_mesh/v1x/ossm-traffic-manage.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
You can control the flow of traffic and API calls between services in {SMProductName}. For example, some services in your service mesh may need to communicate within the mesh and others may need to be hidden. Manage the traffic to hide specific backend services, expose services, create testing or versioning deployments, or add a security layer on a set of services.
1012

1113
This guide references the Bookinfo sample application to provide examples of routing in an example application. Install the xref:../../service_mesh/v1x/prepare-to-deploy-applications-ossm.adoc#ossm-tutorial-bookinfo-overview_deploying-applications-ossm-v1x[Bookinfo application] to learn how these routing examples work.
@@ -20,6 +22,6 @@ include::modules/ossm-routing-ingress.adoc[leveloffset=+1]
2022

2123
include::modules/ossm-auto-route-1x.adoc[leveloffset=+1]
2224

23-
== Links
25+
== Links
2426

2527
For more information about configuring an {product-title} wildcard policy, see xref:../../networking/ingress-operator.adoc#using-wildcard-routes_configuring-ingress[Using wildcard routes].

service_mesh/v1x/ossm-vs-community.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
An installation of {SMProductName} differs from upstream Istio community installations in multiple ways. The modifications to {SMProductName} are sometimes necessary to resolve issues, provide additional features, or to handle differences when deploying on {product-title}.
1012

1113
The current release of {SMProductName} differs from the current upstream Istio community release in the following ways:

service_mesh/v1x/prepare-to-deploy-applications-ossm.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
When you deploy an application into the {SMProductShortName}, there are several differences between the behavior of applications in the upstream community version of Istio and the behavior of applications within a {SMProductName} installation.
1012

1113
== Prerequisites

service_mesh/v1x/preparing-ossm-installation.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
Before you can install {SMProductName}, review the installation activities, ensure that you meet the prerequisites:
1012

1113
== Prerequisites

service_mesh/v1x/removing-ossm.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
To remove {SMProductName} from an existing {product-title} instance, remove the control plane before removing the operators.
1012

1113
include::modules/ossm-control-plane-remove.adoc[leveloffset=+1]

service_mesh/v1x/servicemesh-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
== Making open source more inclusive
1012

1113
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see link:https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language[our CTO Chris Wright's message].

service_mesh/v1x/threescale-adapter.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
include::snippets/ossm-out-of-support.adoc[]
10+
911
The 3scale Istio Adapter is an optional adapter that allows you to label a service running within the {SMProductName} and integrate that service with the 3scale API Management solution.
1012
It is not required for {SMProductName}.
1113

snippets/ossm-out-of-support.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Text snippet included in all Service Mesh v1 assemblies.
2+
// NOTE: The OpenShift docs standards state that snippets should NOT contain xrefs. https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#writing-text-snippets
3+
//Because this snippet contains two xrefs it should ONLY be used in the v1 assemblies and never in a module.
4+
5+
:_content-type: SNIPPET
6+
7+
[WARNING]
8+
====
9+
*You are viewing documentation for a {SMProductName} release that is no longer supported.*
10+
11+
Service Mesh version 1.0 and 1.1 control planes are no longer supported. For information about upgrading your service mesh control plane, see xref:../../service_mesh/v2x/upgrading-ossm.adoc#ossm-versions_ossm-upgrade[Upgrading Service Mesh].
12+
13+
For information about the support status of a particular {SMProductName} release, see the https://access.redhat.com/support/policy/updates/openshift#ossm[Product lifecycle page].
14+
====

0 commit comments

Comments
 (0)