Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 27 Jun 2018 10:32:45 +0000 (10:32 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 27 Jun 2018 10:32:45 +0000 (10:32 +0000)
* Update docs/submodules/yardstick from branch 'master'
  - Merge "Define several containers per pod in a replication controller"
  - Define several containers per pod in a replication controller

    Add the ability to define not only one but many containers per pod in a
    replication controller descriptor. This feature must be backwards
    compatible; all current test cases using the "single container" server
    definition must be accepted.

    Example of single container pod definition:

      context:
        type: Kubernetes
        servers:
          host:
            image: ...
            commands: ...
            volumes:
              - name: volume1              # mandatory
                <volume type definition>   # mandatory

    Example of several container pod definition:

      context:
        type: Kubernetes
        servers:
          host:
            containers:  # if this key is present, all container specific
                           parameters (image, commands, args, volumeMounts, etc.)
                           must be defined per container
              - image: ...
                commands: ...
              - image: ...
                commands: ...
            volumes:
              - name: volume1              # mandatory
                <volume type definition>   # mandatory

    NOTE: other parameters, like "volumes" or "nodeSelector", are common to all
    containers in the pod.

    JIRA: YARDSTICK-1155

    Change-Id: Ib95668c68e9c09e6de3f1aa41c903cc52e6809ad
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick

index c16201d..8d3eedf 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c16201daef25b211a9b65e557f83b2d5eb05ffa7
+Subproject commit 8d3eedf007d338a032d106842cb66baa3a8eb8b7