summaryrefslogtreecommitdiffstats
path: root/samples/blueprint.yaml
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2022-07-08 14:52:31 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-07-11 08:47:42 +0000
commitdc0b8a7349225066f0e8e55c8decc0049696b21f (patch)
treecd790771ff4992d4c6a12ac2f5688a8f32e929fd /samples/blueprint.yaml
parent4b3b475ae1adfebba77db54924b457ddde7cb0ca (diff)
CDS blueprint and blueprint's resource template resources
Add 2 more resources: - CDS blueprint - CDS blueprint's resource template Both added into 1.1 schema Change the version into 0.7.0 Issue-ID: INT-2134 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I4dfb343f233922a2f8a524dc135f7eec051e69aa
Diffstat (limited to 'samples/blueprint.yaml')
-rw-r--r--samples/blueprint.yaml29
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