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-applications
LLM (this repo) · 1WikipediaWikidata · Q17072316

Related languages

SOM (0.14)SILE (0.13)SRL (0.12)SIMPOL (0.12)SCOOP (0.11)

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
code.yaml · license: Public Domain · added: 2026-03-13T12:00:00Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about TOSCA (mapped to pl/topology-and-orchestration-specification-for-cloud-applications). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/TOSCA/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Tory tosh →