From 848e92cfd43797c891399319752c9fd07b036f19 Mon Sep 17 00:00:00 2001 From: Tomasz Pietruszkiewicz Date: Wed, 27 Jan 2021 08:12:10 +0100 Subject: Add support for config_volume in blueprint generator Change-Id: I8160df49d20722d393eacd27049aabbb637ae6f1 Issue-ID: DCAEGEN2-2546 Signed-off-by: Tomasz Pietruszkiewicz --- .../runtime-core/src/test/data/blueprints/helloworld_no_edits.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/runtimeapi/runtime-core') diff --git a/mod/runtimeapi/runtime-core/src/test/data/blueprints/helloworld_no_edits.yaml b/mod/runtimeapi/runtime-core/src/test/data/blueprints/helloworld_no_edits.yaml index 2bf4bea..6198f36 100644 --- a/mod/runtimeapi/runtime-core/src/test/data/blueprints/helloworld_no_edits.yaml +++ b/mod/runtimeapi/runtime-core/src/test/data/blueprints/helloworld_no_edits.yaml @@ -181,6 +181,10 @@ node_templates: bind: /opt/app/vcc/archive/data host: path: /opt/data/DCAE/helloworldpm/vcc-archive + - container: + bind: /opt/app/etc/config + config_volume: + name: myConfig image: get_input: image location_id: -- cgit 1.2.3-korg