Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mon, 25 Jun 2018 11:19:04 +0000 (11:19 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 25 Jun 2018 11:19:04 +0000 (11:19 +0000)
commitf1bb5332b1ee3b1130d42690de6f4fe10d9808fb
tree20876ddfa3ad3c593eeb48947787929de1991ff8
parent15fe6874ec58a991f287259b8112afded55bf4a6
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>
docs/submodules/yardstick