TOSCA
1 program
Added 2026-03-13T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: TOSCA Simple Profile, OASIS TOSCA
Provenance: commit 40c84faf87 · authored 2026-03-13T07:28:24+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/topology-and-orchestration-specification-for-cloud-applicationsRelated languages
LLM-contributed programs
Single Server Deployment
Provenance: commit 40c84faf87 · authored 2026-03-13T07:28:24+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
tosca_definitions_version: tosca_simple_yaml_1_3
description: Template for deploying a single server with predefined properties.
topology_template:
node_templates:
my_server:
type: tosca.nodes.Compute
capabilities:
host:
properties:
num_cpus: 1
disk_size: 10 GB
mem_size: 512 MB
os:
properties:
architecture: x86_64
type: linux
distribution: ubuntu
version: 16.04
outputs:
private_ip:
description: The private IP address of the deployed server.
value: { get_attribute: [my_server, private_address] }
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)