From 48a559b56ccdf47678ec0b69b3b89024c82c77cd Mon Sep 17 00:00:00 2001 From: noamelgarisi Date: Thu, 4 Jan 2024 11:00:07 +0200 Subject: [PATCH] cr --- api/services/ocean/aws/paths/amiAutoUpdate.yaml | 2 +- api/spot.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/api/services/ocean/aws/paths/amiAutoUpdate.yaml b/api/services/ocean/aws/paths/amiAutoUpdate.yaml index 01d439909..ad57dbd3a 100644 --- a/api/services/ocean/aws/paths/amiAutoUpdate.yaml +++ b/api/services/ocean/aws/paths/amiAutoUpdate.yaml @@ -1,6 +1,6 @@ post: summary: "Ami Auto Update" - description: > + description: | Updates Cluster's VNG's AMI to the latest version available under to the cluster's and VNGs restrictions. operationId: "oceanAwsAmiAutoUpdate" tags: diff --git a/api/spot.yaml b/api/spot.yaml index c4616fa24..3f74bd2e4 100644 --- a/api/spot.yaml +++ b/api/spot.yaml @@ -513,6 +513,8 @@ paths: $ref: services/ocean/aws/paths/cluster-aggregated-costs.yaml /ocean/aws/k8s/cluster/{oceanClusterId}/aggregatedCosts/summary: $ref: services/ocean/aws/paths/cluster-aggregated-costs-summary.yaml + /ocean/aws/k8s/cluster/{oceanClusterId}/amiAutoUpdate: + $ref: services/ocean/aws/paths/amiAutoUpdate.yaml /ocean/aws/k8s/launchSpec: $ref: services/ocean/aws/paths/clusters-launchSpec.yaml /ocean/aws/k8s/launchSpec/{oceanLaunchSpecId}: