From 689d86d4b07757b82a42b9ea6f8fa10b5a64f068 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 31 Oct 2023 15:11:31 +0100 Subject: [PATCH 1/3] Add Minio end-user docs --- docs/modules/ROOT/nav.adoc | 3 +++ docs/modules/ROOT/pages/vshn-managed/minio.adoc | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/modules/ROOT/pages/vshn-managed/minio.adoc diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 1a4e7d6..85e8429 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -67,6 +67,9 @@ * xref:object-storage/delete.adoc[Deletion] * xref:object-storage/references.adoc[Reference Documentation] +.Minio +* xref:vshn-managed/minio.adoc[On APPPUiO Managed] + .Advanced * xref:references/permissions.adoc[Namespace Permissions] * xref:references/argocd.adoc[Usage with ArgoCD] diff --git a/docs/modules/ROOT/pages/vshn-managed/minio.adoc b/docs/modules/ROOT/pages/vshn-managed/minio.adoc new file mode 100644 index 0000000..bd0408d --- /dev/null +++ b/docs/modules/ROOT/pages/vshn-managed/minio.adoc @@ -0,0 +1,10 @@ += Minio by VSHN + +APPUiO Managed clusters will use the underlying cloud's Object Storage to provide Object Storage by default. +For example: if the APPUiO Managed cluster is running on Exoscale, then AppCat will provide Exoscale's SOS service for `ObjectBuckets`. +If you're on-premise without any existing Object Storage solution, then Minio will already be installed on the cluster, as it's required for AppCat to work. +If you have any other use-cases for Minio, please open a ticket or contact us via support@vshn.ch. +We will then provision Minio according to your specifications on the cluster. + +Once Minio is enabled on an APPUiO Managed cluster, please follow xref:object-storage/create.adoc[this page] on how to create an object bucket. +Please refer to the xref:object-storage/references.adoc[reference documentation] to learn how to select the Minio instances, if multiple instances are available. From f96357fbff3457bcac09a42d53f51283546826cb Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 31 Oct 2023 16:56:48 +0100 Subject: [PATCH 2/3] overhaul --- docs/modules/ROOT/nav.adoc | 4 ++-- docs/modules/ROOT/pages/index.adoc | 14 +++++++++++++- docs/modules/ROOT/pages/vshn-managed/minio.adoc | 12 ++++-------- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 85e8429..bde59b5 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -67,8 +67,8 @@ * xref:object-storage/delete.adoc[Deletion] * xref:object-storage/references.adoc[Reference Documentation] -.Minio -* xref:vshn-managed/minio.adoc[On APPPUiO Managed] +.MinIO +* xref:vshn-managed/minio.adoc[On On-Premise] .Advanced * xref:references/permissions.adoc[Namespace Permissions] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index bdeec87..66a6cc9 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -6,35 +6,47 @@ TIP: To get more information about the product, please consult our https://produ To get started, click xref:getting-started.adoc[here]. -[cols="1s,1,1", options="header", stripes="even"] +[cols="1s,1,1,1", options="header", stripes="even"] |=== |Service |Exoscale |cloudscale.ch +|On-Premise |PostgreSQL |xref:exoscale-dbaas/postgresql/create.adoc[Create] and xref:exoscale-dbaas/postgresql/usage.adoc[use] |xref:vshn-managed/postgresql/create.adoc[Create] and xref:vshn-managed/postgresql/usage.adoc[use] +|xref:vshn-managed/postgresql/create.adoc[Create] and xref:vshn-managed/postgresql/usage.adoc[use] |MySQL |xref:exoscale-dbaas/mysql/create.adoc[Create] and xref:exoscale-dbaas/mysql/usage.adoc[use] | +| |Redis |xref:exoscale-dbaas/redis/create.adoc[Create] and xref:exoscale-dbaas/redis/usage.adoc[use] |xref:vshn-managed/redis/create.adoc[Create] and xref:vshn-managed/redis/usage.adoc[use] +|xref:vshn-managed/redis/create.adoc[Create] and xref:vshn-managed/redis/usage.adoc[use] |Kafka |xref:exoscale-dbaas/kafka/create.adoc[Create] and xref:exoscale-dbaas/kafka/usage.adoc[use] | +| |OpenSearch |xref:exoscale-dbaas/opensearch/create.adoc[Create] and xref:exoscale-dbaas/opensearch/usage.adoc[use] | +| |Object Storage (S3) |xref:object-storage/create.adoc[Create] and xref:object-storage/create.adoc[use] |xref:object-storage/create.adoc[Create] and xref:object-storage/create.adoc[use] +|xref:object-storage/create.adoc[Create] and xref:object-storage/create.adoc[use] + +|MinIO +|xref:vshn-managed/minio.adoc[Create] and xref:object-storage/create.adoc[use] +|xref:vshn-managed/minio.adoc[Create] and xref:object-storage/create.adoc[use] +|xref:vshn-managed/minio.adoc[Create] and xref:object-storage/create.adoc[use] |=== diff --git a/docs/modules/ROOT/pages/vshn-managed/minio.adoc b/docs/modules/ROOT/pages/vshn-managed/minio.adoc index bd0408d..3c413e3 100644 --- a/docs/modules/ROOT/pages/vshn-managed/minio.adoc +++ b/docs/modules/ROOT/pages/vshn-managed/minio.adoc @@ -1,10 +1,6 @@ -= Minio by VSHN += MinIO by VSHN -APPUiO Managed clusters will use the underlying cloud's Object Storage to provide Object Storage by default. -For example: if the APPUiO Managed cluster is running on Exoscale, then AppCat will provide Exoscale's SOS service for `ObjectBuckets`. -If you're on-premise without any existing Object Storage solution, then Minio will already be installed on the cluster, as it's required for AppCat to work. -If you have any other use-cases for Minio, please open a ticket or contact us via support@vshn.ch. -We will then provision Minio according to your specifications on the cluster. +MinIO by VSHN is currently only available on APPUiO Managed on request. +Please https://www.vshn.ch/en/contact/[contact^] us to discuss your requirements. -Once Minio is enabled on an APPUiO Managed cluster, please follow xref:object-storage/create.adoc[this page] on how to create an object bucket. -Please refer to the xref:object-storage/references.adoc[reference documentation] to learn how to select the Minio instances, if multiple instances are available. +Once MinIO is enabled on your cluster, please follow xref:object-storage/create.adoc[this page] to learn how to create an object storage bucket. From a7e9662b5076c5e2180738e842ea16dbc1cce9c1 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 2 Nov 2023 09:10:04 +0100 Subject: [PATCH 3/3] rename into private cloud --- docs/modules/ROOT/nav.adoc | 2 +- docs/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index bde59b5..dad7fae 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -68,7 +68,7 @@ * xref:object-storage/references.adoc[Reference Documentation] .MinIO -* xref:vshn-managed/minio.adoc[On On-Premise] +* xref:vshn-managed/minio.adoc[On Private Cloud] .Advanced * xref:references/permissions.adoc[Namespace Permissions] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 66a6cc9..57ea7cc 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -11,7 +11,7 @@ To get started, click xref:getting-started.adoc[here]. |Service |Exoscale |cloudscale.ch -|On-Premise +|Private Cloud |PostgreSQL |xref:exoscale-dbaas/postgresql/create.adoc[Create] and xref:exoscale-dbaas/postgresql/usage.adoc[use]