diff options
Diffstat (limited to 'samples/blueprint.yaml')
-rw-r--r-- | samples/blueprint.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/samples/blueprint.yaml b/samples/blueprint.yaml new file mode 100644 index 0000000..8e0c59f --- /dev/null +++ b/samples/blueprint.yaml @@ -0,0 +1,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 |