From f1bb5332b1ee3b1130d42690de6f4fe10d9808fb Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 25 Jun 2018 11:19:04 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Add "volumes" parameter in Kubernetes context" - Add "volumes" parameter in Kubernetes context This new parameter, "volumes", will allow the user to automatically create new volumes. Example of Kubernetes context definition: context: type: Kubernetes servers: host: image: ... commands: ... volumes: - name: volume1 # mandatory # mandatory The volume type and the definition must be one of the supported ones in Kubernetes [1]. [1] https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes JIRA: YARDSTICK-1152 Change-Id: I44a91c605f047de4f286407e28fb5aa2e921b00a Signed-off-by: Rodolfo Alonso Hernandez --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 9d84f5ad7..b935c3228 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 9d84f5ad73e9689d3131e4ce09fe7262697c5817 +Subproject commit b935c3228523c30dacdaba551ecee3703ff78168 -- cgit 1.2.3-korg