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