aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-02-08 15:01:21 +0100
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-02-08 15:01:21 +0100
commit656a482dae070fc487457cfa3bbeb284c7173a63 (patch)
tree1476f65c8b5e57444f8361e7ab3eed879d66258e
parent6a7256118e9146ed53cffb4d1810e22a79fcfb93 (diff)
Add config-volume to DFC for storing know host keys
Change-Id: If2de5453cbe262f251b77b9f6e25b45e36207ea8 Issue-ID: DCAEGEN2-2549 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
-rw-r--r--datafile-app-server/dpo/spec/datafile-component-spec.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/datafile-app-server/dpo/spec/datafile-component-spec.json b/datafile-app-server/dpo/spec/datafile-component-spec.json
index 06bf4922..a6505183 100644
--- a/datafile-app-server/dpo/spec/datafile-component-spec.json
+++ b/datafile-app-server/dpo/spec/datafile-component-spec.json
@@ -34,6 +34,12 @@
"timeout": "1s",
"endpoint": "/heartbeat"
},
+ "volumes": [
+ {
+ "container": { "bind": "/home/datafile/.ssh/" },
+ "config_volume": { "name":"onap-dcae-dfc-known-hosts" }
+ }
+ ],
"ports": [
"8100:0",
"8433:0"
@@ -161,7 +167,7 @@
"designer_editable": true,
"sourced_at_deployment": true,
"policy_editable": false,
- "type": "boolean",
+ "type": "string",
"required": true
},
{