From ee716bd645601d1d44b47992c64a292bd06c75a9 Mon Sep 17 00:00:00 2001 From: jonasrosland Date: Thu, 13 Feb 2020 15:00:24 -0500 Subject: [PATCH] Add supported by the Velero team, and OpenShift specific tags Signed-off-by: jonasrosland --- site/_includes/plugins.html | 13 +++++++++---- site/_plugin-list/01-openshift.md | 4 ++-- site/_plugin-list/05-amazon-web-services.md | 1 + site/_plugin-list/05-container-storage-interface.md | 1 + site/_plugin-list/05-google-cloud-platform.md | 1 + site/_plugin-list/05-microsoft-azure.md | 1 + site/_plugin-list/05-vsphere.md | 1 + 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/site/_includes/plugins.html b/site/_includes/plugins.html index bb8b42ed7..47aae8c3d 100644 --- a/site/_includes/plugins.html +++ b/site/_includes/plugins.html @@ -13,17 +13,22 @@

{{ plugin.content }}

{% if plugin.object-storage %} - {% else %} - {% endif %} {% if plugin.volumesnapshotter %} - {% else %} - {% endif %} {% if plugin.local-storage %} {% endif %} + {% if plugin.supported-by-velero-team %} + + {% endif %} + {% if plugin.BackupItemAction %} + + {% endif %} + {% if plugin.RestoreItemAction %} + + {% endif %} diff --git a/site/_plugin-list/01-openshift.md b/site/_plugin-list/01-openshift.md index 267048fc2..89978492c 100644 --- a/site/_plugin-list/01-openshift.md +++ b/site/_plugin-list/01-openshift.md @@ -1,7 +1,7 @@ --- title: OpenShift link: https://github.com/fusor/openshift-velero-plugin -object-storage: true -volumesnapshotter: false +BackupItemAction: true +RestoreItemAction: true --- General Velero plugin for backup and restore of OpenShift workloads. diff --git a/site/_plugin-list/05-amazon-web-services.md b/site/_plugin-list/05-amazon-web-services.md index 6014648cb..c12d2500f 100644 --- a/site/_plugin-list/05-amazon-web-services.md +++ b/site/_plugin-list/05-amazon-web-services.md @@ -3,5 +3,6 @@ title: Amazon Web Services (AWS) link: https://github.com/vmware-tanzu/velero-plugin-for-aws object-storage: true volumesnapshotter: true +supported-by-velero-team: true --- This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Amazon Web Services. diff --git a/site/_plugin-list/05-container-storage-interface.md b/site/_plugin-list/05-container-storage-interface.md index b4ceaa0a1..1962b9859 100644 --- a/site/_plugin-list/05-container-storage-interface.md +++ b/site/_plugin-list/05-container-storage-interface.md @@ -4,5 +4,6 @@ link: https://github.com/vmware-tanzu/velero-plugin-for-csi object-storage: false volumesnapshotter: true local-storage: true +supported-by-velero-team: true --- This repository contains alpha plugins for CSI snapshotting via Velero. These plugins are considered experimental and should _not_ be relied upon for production use. diff --git a/site/_plugin-list/05-google-cloud-platform.md b/site/_plugin-list/05-google-cloud-platform.md index 75738e5e3..44468a5e6 100644 --- a/site/_plugin-list/05-google-cloud-platform.md +++ b/site/_plugin-list/05-google-cloud-platform.md @@ -3,5 +3,6 @@ title: Google Cloud Platform (GCP) link: https://github.com/vmware-tanzu/velero-plugin-for-gcp object-storage: true volumesnapshotter: true +supported-by-velero-team: true --- This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Google Cloud Platform. diff --git a/site/_plugin-list/05-microsoft-azure.md b/site/_plugin-list/05-microsoft-azure.md index cc3de8cab..e37ef87db 100644 --- a/site/_plugin-list/05-microsoft-azure.md +++ b/site/_plugin-list/05-microsoft-azure.md @@ -3,5 +3,6 @@ title: Microsoft Azure link: https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure object-storage: true volumesnapshotter: true +supported-by-velero-team: true --- This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Microsoft Azure. diff --git a/site/_plugin-list/05-vsphere.md b/site/_plugin-list/05-vsphere.md index eba69fc2f..92716a9b8 100644 --- a/site/_plugin-list/05-vsphere.md +++ b/site/_plugin-list/05-vsphere.md @@ -4,5 +4,6 @@ link: https://github.com/vmware-tanzu/velero-plugin-for-vsphere object-storage: false volumesnapshotter: true local-storage: true +supported-by-velero-team: true --- This repository contains a volume snapshotter plugin to support running Velero on VMware vSphere.