diff --git a/user/pages/02.Tutorials/05.lbaas/docs.en.md b/user/pages/02.Tutorials/05.lbaas/docs.en.md index 5f39a214..a286390f 100644 --- a/user/pages/02.Tutorials/05.lbaas/docs.en.md +++ b/user/pages/02.Tutorials/05.lbaas/docs.en.md @@ -40,8 +40,6 @@ This repository is used in both setups described below: ## HTTP Load Balancer with Terraform and Octavia -!! Octavia is currently in the public beta phase. This means we invite you to test Octavia load balancers, but we do not recommend you to use them for production workloads yet. - In this tutorial we demonstrate an Octavia LBaaS setup (in Terraform they call it infrastructure) with the following features: * an HTTP load balancer @@ -189,8 +187,6 @@ This repository is used in both setups described below: ## HTTP Load Balancer with Heat and Octavia -!! Octavia is currently in the public beta phase. This means we invite you to test Octavia load balancers, but we do not recommend you to use them for production workloads yet. - In this tutorial we demonstrate an Octavia LBaaS setup with the following features: * an HTTP load balancer diff --git a/user/pages/04.Reference/08.network/02.lbaas/docs.en.md b/user/pages/04.Reference/08.network/02.lbaas/docs.en.md index f3ffd039..b28abab8 100644 --- a/user/pages/04.Reference/08.network/02.lbaas/docs.en.md +++ b/user/pages/04.Reference/08.network/02.lbaas/docs.en.md @@ -11,8 +11,6 @@ taxonomy: The SysEleven Stack offers LBaaS via two different generations of APIs: Neutron LBaaSv2 (obsolete) and Octavia LBaaS. -!! Octavia is currently in the public beta phase. This means we invite you to test Octavia load balancers, but we do not recommend you to use them for production workloads yet. - Looking at the API definition both services are similar. But there are differences in the feature set provided by the SysEleven Stack. With Neutron LBaaS only simple TCP-based load balancers are supported, with Octavia also HTTP and HTTPS can be used. Both services optionally allow to set up health monitoring. @@ -56,8 +54,6 @@ L7 rules and policies | No | No ## Octavia LBaaS -!! Octavia is currently in the public beta phase. This means we invite you to test Octavia load balancers, but we do not recommend you to use them for production workloads yet. - Octavia is our more advanced load balancer option. Below you will find the reference documentation. If you want a quick start, please refer to our [LBaaS tutorial](../../../02.Tutorials/05.lbaas/docs.en.md). Octavia LBaaS Feature | Supported in CBK region | Supported in DBL region | Supported in FES region diff --git a/user/pages/04.Reference/08.network/docs.en.md b/user/pages/04.Reference/08.network/docs.en.md index 51cd2c43..0ba12498 100644 --- a/user/pages/04.Reference/08.network/docs.en.md +++ b/user/pages/04.Reference/08.network/docs.en.md @@ -127,8 +127,6 @@ Using load balancers, you can improve the availability and scalability of your s SysEleven Stack offers two options: Neutron LBaaSv2 (TCP-only) and Octavia LBaaS (TCP, HTTP, HTTPS). -!! Octavia is currently in the public beta phase. This means we invite you to test Octavia load balancers, but we do not recommend you to use them for production workloads yet. - Please refer to the [LBaaS reference documentation](02.lbaas/docs.en.md) for a comparison between the two and for more information. For how to get started, have a look at our [LBaaS tutorial](../../02.Tutorials/05.lbaas/docs.en.md). diff --git a/user/pages/04.Reference/13.secrets/docs.en.md b/user/pages/04.Reference/13.secrets/docs.en.md index 03bb6cba..5e3c52bc 100644 --- a/user/pages/04.Reference/13.secrets/docs.en.md +++ b/user/pages/04.Reference/13.secrets/docs.en.md @@ -11,8 +11,6 @@ taxonomy: SysEleven Stack uses the OpenStack component `Barbican` for secret storage. We introduced the Barbican secret storage first of all to provide a safe way to store SSL certificates and private keys for [Octavia Load balancer as a Service](../08.network/02.lbaas/docs.en.md). -!! Barbican is part of the Octavia public beta phase. This means we invite you to test the Barbican secret storage, but we do not recommend you to use it for production workloads yet. - The barbican secret storage is part of our global region. This means, similar to [Keystone (Identity and Access)](../01.identity-and-access/docs.en.md) and [Designate (DNSaaS)](../07.dns/docs.en.md), there is one API for all regions. Barbican feature | Supported