diff options
author | Tony Hansen <tony@att.com> | 2021-01-27 19:14:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-27 19:14:55 +0000 |
commit | 0a405a9b4515f960d36d254032db680e97ab1e94 (patch) | |
tree | 6b8bd025230355eb1caf07885dee14c8d476812c /mod/runtimeapi/runtime-web/src | |
parent | a958d9600cec4c9599d517178457228577542829 (diff) | |
parent | 848e92cfd43797c891399319752c9fd07b036f19 (diff) |
Merge "Add support for config_volume in blueprint generator"
Diffstat (limited to 'mod/runtimeapi/runtime-web/src')
-rw-r--r-- | mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json b/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json index cd394f8..62470ef 100644 --- a/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json +++ b/mod/runtimeapi/runtime-web/src/test/data/compspecs/componentSpec_hello_world.json @@ -126,7 +126,11 @@ "host": { "path": "/opt/data/DCAE/helloworldpm/vcc-archive" } - } + }, + { + "container": { "bind": "/opt/app/etc/config" }, + "config_volume": { "name":"myConfig" } + } ] }, |