From 30a263ec7f8e84a853b345b561333b320175f3ad Mon Sep 17 00:00:00 2001 From: Chris Griggs Date: Thu, 21 Jul 2022 04:42:29 -0700 Subject: [PATCH] Removing Huawei from plugin docs (#11888) --- website/content/partials/builders/community_builders.mdx | 2 -- website/data/plugins-manifest.json | 8 -------- 2 files changed, 10 deletions(-) diff --git a/website/content/partials/builders/community_builders.mdx b/website/content/partials/builders/community_builders.mdx index 79f8355a1..ad9482b60 100644 --- a/website/content/partials/builders/community_builders.mdx +++ b/website/content/partials/builders/community_builders.mdx @@ -7,8 +7,6 @@ - [Exoscale builder](https://github.com/exoscale/packer-plugin-exoscale) - A builder to create Exoscale custom templates based on a Compute instance snapshot. -- [Huawei Cloud ECS builder](https://github.com/huaweicloud/packer-builder-huaweicloud-ecs) - Plugin for creating [Huawei Cloud ECS](https://www.huaweicloud.com/intl/en-us/) images. - - [Citrix XenServer/Citrix Hypervisor](https://github.com/xenserver/packer-builder-xenserver) - Plugin for creating [Citrix XenServer/Citrix Hypervisor](https://xenserver.org/) images from an iso image or from an existing template. - [XCP-NG/Citrix XenServer/Citrix Hypervisor/Updated Fork](https://github.com/ddelnano/packer-plugin-xenserver) - Plugin for creating [XCP-NG/Citrix XenServer/Citrix Hypervisor](https://xcp-ng.org/) images from an iso image or from an existing template. This is a fork of the orginal, and reccomended by the developers of XCP-NG. diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 36b03b661..0de6de421 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -115,14 +115,6 @@ "version": "latest", "pluginTier": "community" }, - { - "title": "HuaweiCloud", - "path": "huaweicloud", - "repo": "huaweicloud/packer-plugin-huaweicloud", - "version": "v0.4.0", - "pluginTier": "community", - "sourceBranch": "master" - }, { "title": "HyperOne", "path": "hyperone",