Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions custom_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading