Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Fri, 13 Jul 2018 10:10:18 +0000 (11:10 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 13 Jul 2018 17:12:57 +0000 (17:12 +0000)
commit556a6797825118f2db209602d277b23f89544e3e
tree2082f11454c58c91997b9b1c70d76c48ed75952f
parent757822a96fee0843aa440e4a174912cf89c53fd1
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Add service NodePort information in server description

    Kubernetes context provides a list of NodePort services to each
    replication controller. "_get_server" should return this information
    in the server description dictionary:

      server: { ...
        'service_ports': <list of NodePort objects>
      }

    Relevant NodePort object attributes:
      - port
      - node_port
      - target_port
      - protocol
      - name

    JIRA: YARDSTICK-1313

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