From c459ed5578794c5a09526204bba680e2cea8113c Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Thu, 28 May 2026 13:55:17 +0200 Subject: [PATCH] Add Compute tls_certificates attribute --- custom_types.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/custom_types.yaml b/custom_types.yaml index f3c3fc08..8189690d 100644 --- a/custom_types.yaml +++ b/custom_types.yaml @@ -114,6 +114,18 @@ data_types: type: string required: no + tosca.datatypes.grycap.TLSCertificate: + derived_from: tosca.datatypes.Root + properties: + cert: + type: string + description: The TLS certificate in PEM format + required: true + key: + type: string + description: The TLS private key in PEM format + required: true + capability_types: tosca.capabilities.indigo.OperatingSystem: @@ -453,6 +465,10 @@ node_types: type: map entry_schema: type: tosca.datatypes.indigo.CtxtTask + tls_certificates: + type: map + entry_schema: + type: tosca.datatypes.grycap.TLSCertificate properties: os_users: type: list