summaryrefslogtreecommitdiffstats
path: root/samples/blueprint.yaml
blob: 8e0c59fd92bada4542bf7b04ab9793533484bb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Blueprint sample
odpSchemaVersion: 1.1
resources:
  data-dictionaries-sets:
    - data-dictionaries:
        file-path: cba-dd.json
  blueprints:
    - blueprint:
        blueprint-file-path: BASIC_VM_enriched.zip
  blueprint-resource-templates:
    - blueprint-resource-template:
        blueprint-name: ubuntu20
        blueprint-version: 1.0.0
        artifact-name: test-dp
        resolution-key: test-resolution-key
        data: "{\"test\": \"me\"}"
    - blueprint-resource-template:
        blueprint-name: ubuntu20
        blueprint-version: 1.0.0
        artifact-name: test-dp
        resource-type: test-resource-type
        resource-id: test-resource-id
        data: "{\"test\": \"me\"}"
    - blueprint-resource-template:
        blueprint-name: ubuntu20
        blueprint-version: 1.0.0
        artifact-name: test-dp
        resolution-key: test-resolution-key-from-file
        data-file: resource-template-data.json