diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-06-25 11:19:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-25 11:19:04 +0000 |
commit | f1bb5332b1ee3b1130d42690de6f4fe10d9808fb (patch) | |
tree | 20876ddfa3ad3c593eeb48947787929de1991ff8 | |
parent | 15fe6874ec58a991f287259b8112afded55bf4a6 (diff) |
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
<volume type definition> # 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 <rodolfo.alonso.hernandez@intel.com>
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 9d84f5ad73e9689d3131e4ce09fe7262697c581 +Subproject b935c3228523c30dacdaba551ecee3703ff7816 |