From aa7e9b3370cc0f51d468f19d502a027f6fd267c1 Mon Sep 17 00:00:00 2001 From: David Feng Date: Mon, 11 Aug 2025 12:54:35 -0400 Subject: [PATCH] [IDP-592] Add owner field to Platform Integrations integrations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add owner field set to "platform-integrations" to manifest.json files for: - citrix_hypervisor - cloudera - esxi - openshift - openstack - teleport - vsphere This categorizes these integrations under the Platform Integrations team for better ownership tracking and maintenance. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- citrix_hypervisor/manifest.json | 1 + cloudera/manifest.json | 1 + esxi/manifest.json | 1 + openshift/manifest.json | 1 + openstack/manifest.json | 1 + teleport/manifest.json | 1 + vsphere/manifest.json | 1 + 7 files changed, 7 insertions(+) diff --git a/citrix_hypervisor/manifest.json b/citrix_hypervisor/manifest.json index 8de6021d238e0..d2fc2d7949714 100644 --- a/citrix_hypervisor/manifest.json +++ b/citrix_hypervisor/manifest.json @@ -2,6 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "cf4ad6ea-85ae-4f7d-8e79-7b8d36924425", "app_id": "citrix-hypervisor", + "owner": "platform-integrations", "display_on_public_website": true, "tile": { "overview": "README.md#Overview", diff --git a/cloudera/manifest.json b/cloudera/manifest.json index 83f46096fdb15..8ce1172176709 100644 --- a/cloudera/manifest.json +++ b/cloudera/manifest.json @@ -2,6 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "526ca1e8-f474-49cd-9a79-6cfe75de15fe", "app_id": "cloudera", + "owner": "platform-integrations", "display_on_public_website": true, "tile": { "overview": "README.md#Overview", diff --git a/esxi/manifest.json b/esxi/manifest.json index 184c1c9510655..3b9dcb334f605 100644 --- a/esxi/manifest.json +++ b/esxi/manifest.json @@ -2,6 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "f2ab45c5-284e-4487-a54a-1f44b52ef01e", "app_id": "esxi", + "owner": "platform-integrations", "display_on_public_website": true, "tile": { "overview": "README.md#Overview", diff --git a/openshift/manifest.json b/openshift/manifest.json index 57029783618b2..202b3a2df0112 100644 --- a/openshift/manifest.json +++ b/openshift/manifest.json @@ -2,6 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "e92e309f-7bdc-4ff4-91d4-975497526325", "app_id": "openshift", + "owner": "platform-integrations", "display_on_public_website": true, "tile": { "overview": "README.md#Overview", diff --git a/openstack/manifest.json b/openstack/manifest.json index 15d39a84f2cb7..2b3a3916a8ae3 100644 --- a/openstack/manifest.json +++ b/openstack/manifest.json @@ -2,6 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "38f1f51e-9f6a-49fc-84d5-358bde9e3782", "app_id": "openstack", + "owner": "platform-integrations", "display_on_public_website": true, "tile": { "overview": "README.md#Overview", diff --git a/teleport/manifest.json b/teleport/manifest.json index 91a5b49148b55..7bb315d2cfe68 100644 --- a/teleport/manifest.json +++ b/teleport/manifest.json @@ -2,6 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "e47d5541-de7d-4ce6-8105-03c6dac5852a", "app_id": "teleport", + "owner": "platform-integrations", "display_on_public_website": true, "tile": { "overview": "README.md#Overview", diff --git a/vsphere/manifest.json b/vsphere/manifest.json index 02c6eab5c58f1..6c9465956d2f6 100644 --- a/vsphere/manifest.json +++ b/vsphere/manifest.json @@ -2,6 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "d9b9104f-ffd1-42be-8e18-d8a3aa289b98", "app_id": "vsphere", + "owner": "platform-integrations", "display_on_public_website": true, "tile": { "overview": "README.md#Overview",