From 95949e1fba1fc71d5ad8723f910dcbde2ee0e7ba Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 25 Jun 2018 11:19:12 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Add "volumeMounts" parameter in Kubernetes context" - Add "volumeMounts" parameter in Kubernetes context This new parameter, "volumeMounts", will allow the user to automatically create new volumes mounted inside the container. Example of Kubernetes context definition: context: type: Kubernetes servers: host: volumeMounts: - name: volume1 # mandatory mountPath: /dev/hugepages # mandatory readOnly: True # optional, default=False JIRA: YARDSTICK-1151 Change-Id: Ic00b45e6d603a9f85e3f0e25becdf0bce14e637c Signed-off-by: Rodolfo Alonso Hernandez --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index b935c3228..116022513 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit b935c3228523c30dacdaba551ecee3703ff78168 +Subproject commit 1160225135e429ba8581ad162b08d710db4e96a2 -- cgit 1.2.3-korg