From 318a91114b9ec59661efd01d29c2bc96199e69c0 Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 10 Nov 2025 15:41:49 -0800 Subject: [PATCH] external volume activities and component additions --- components/schemas/ResourceType.yml | 1 + components/schemas/hubs/activity/Activity.yml | 7 +++++++ components/schemas/includes/ComponentsIncludes.yml | 1 + 3 files changed, 9 insertions(+) diff --git a/components/schemas/ResourceType.yml b/components/schemas/ResourceType.yml index d5527b7c..4f2e3ebc 100644 --- a/components/schemas/ResourceType.yml +++ b/components/schemas/ResourceType.yml @@ -24,6 +24,7 @@ enum: - infrastructure.autoscale.group - infrastructure.server - infrastructure.cluster + - infrastructure.external-volume - infrastructure.ips.pool - billing.invoice - billing.method diff --git a/components/schemas/hubs/activity/Activity.yml b/components/schemas/hubs/activity/Activity.yml index 1d32bedb..3fac6a7e 100644 --- a/components/schemas/hubs/activity/Activity.yml +++ b/components/schemas/hubs/activity/Activity.yml @@ -328,6 +328,13 @@ properties: - infrastructure.autoscale.group.task.delete - infrastructure.autoscale.group.delete + - infrastructure.external-volume.create + - infrastructure.external-volume.update + - infrastructure.external-volume.task.delete + - infrastructure.external-volume.delete + - infrastructure.external-volume.task.servers.reconfigure + - infrastructure.external-volume.servers.reconfigure + - infrastructure.cluster.create - infrastructure.cluster.update - infrastructure.cluster.task.delete diff --git a/components/schemas/includes/ComponentsIncludes.yml b/components/schemas/includes/ComponentsIncludes.yml index 8ae1b385..59e6a465 100644 --- a/components/schemas/includes/ComponentsIncludes.yml +++ b/components/schemas/includes/ComponentsIncludes.yml @@ -28,6 +28,7 @@ additionalProperties: - $ref: ../billing/invoices/Invoice.yml - $ref: ../billing/methods/Method.yml - $ref: ../infrastructure/auto-scale/groups/AutoScaleGroup.yml + - $ref: ../infrastructure/external-volumes/ExternalVolume.yml - $ref: ../pipelines/runs/PipelineRun.yml - $ref: ../hubs/roles/Role.yml - $ref: ../creators/PublicAccount.yml