Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 19 Jul 2018 09:09:14 +0000 (09:09 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 19 Jul 2018 09:09:14 +0000 (09:09 +0000)
commit64bd92b5a029e16b63841766add8aa2427851980
treeb843b53763302da4610489418e36a1408ae7843f
parent4b2b55b0eff425c95c8d574212b54aec644de7db
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Kubernetes NodePort must have 'name' if multiple created"
  - Kubernetes NodePort must have 'name' if multiple created

    In Kubernetes context, service NodePort can contain more than one port
    defined. Actually, by default port SSH (22) is always created. If more
    than one port is defined in the service template, 'name' parameter is
    mandatory.

    Names must be lowercase, containing alphanumeric characters or '-'.

    Verification regex used by Kubernetes: [a-z0-9]([-a-z0-9]*[a-z0-9])?

    JIRA: YARDSTICK-1324

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