From b9dc960c1d33cd43ef96097629a20a2654c36dd2 Mon Sep 17 00:00:00 2001 From: gunjald <107645297+gunjald@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:11:35 +0530 Subject: [PATCH 1/3] Update EdgeCloud_LcM.yaml Removing HELM from virtType as Helm is packaging format for k8s applications --- code/API_definitions/EdgeCloud_LcM.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/code/API_definitions/EdgeCloud_LcM.yaml b/code/API_definitions/EdgeCloud_LcM.yaml index e2f9af20..800d46ab 100644 --- a/code/API_definitions/EdgeCloud_LcM.yaml +++ b/code/API_definitions/EdgeCloud_LcM.yaml @@ -413,7 +413,6 @@ components: enum: - VM - CONTAINER - - HELM fileName: type: string minLength: 8 From efb3a39ad944211a678ef28abc72c05ecf0a1d1a Mon Sep 17 00:00:00 2001 From: gunjald <107645297+gunjald@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:28:12 +0530 Subject: [PATCH 2/3] Update EdgeCloud_LcM.yaml As per review comments changing virtType to packageType and retaining the Helm as an option as it existed in original PR --- code/API_definitions/EdgeCloud_LcM.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/API_definitions/EdgeCloud_LcM.yaml b/code/API_definitions/EdgeCloud_LcM.yaml index 800d46ab..cc48055d 100644 --- a/code/API_definitions/EdgeCloud_LcM.yaml +++ b/code/API_definitions/EdgeCloud_LcM.yaml @@ -408,11 +408,12 @@ components: version: type: integer description: Application version information - virtType: + packageType: type: string enum: - VM - CONTAINER + - HELM fileName: type: string minLength: 8 From 6fa49f7883e1aa9b9b5d12c3a53a768e2a0f89c8 Mon Sep 17 00:00:00 2001 From: gunjald <107645297+gunjald@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:54:14 +0530 Subject: [PATCH 3/3] Update EdgeCloud_LcM.yaml As per the Jon comment replacing VM with QCOW2 and OVA as packaging types. --- code/API_definitions/EdgeCloud_LcM.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/API_definitions/EdgeCloud_LcM.yaml b/code/API_definitions/EdgeCloud_LcM.yaml index cc48055d..86de4310 100644 --- a/code/API_definitions/EdgeCloud_LcM.yaml +++ b/code/API_definitions/EdgeCloud_LcM.yaml @@ -411,7 +411,8 @@ components: packageType: type: string enum: - - VM + - QCOW2 + - OVA - CONTAINER - HELM fileName: