From 5168eee4d546db4d75fb78b477ff8ac6232b7ca4 Mon Sep 17 00:00:00 2001 From: John O'Loughlin Date: Thu, 17 May 2018 15:06:53 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Add "ports" parameters in Kubernetes context This new parameter, "ports", will allow the user to automatically to add port variables in a pod definition: context: type: Kubernetes servers: host: image: ... commands: ... ports: - containerPort: # Mandatory hostIP: # Optional hostPort: # Optional name: # Optional protocol: # Optional The port type and the definition must be one of the supported ones in Kubernetes [1]. Container port definition, V1 API, Kubernetes Python library v6.0.0 [2] [1] https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/ [2] https://github.com/kubernetes-client/python/blob/6.0.0/kubernetes/client/models/v1_container_port.py JIRA: YARDSTICK-1183 Change-Id: I3673dbeec8d380cb2f8b1dacf6c25c7cdbc37e28 Signed-off-by: John O Loughlin --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 028e92b1b..ff3cd7a24 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 028e92b1b2dcbaffd4a80061cc3d387877b59d62 +Subproject commit ff3cd7a245840606b09322c7705f8a64cf1868f2 -- cgit 1.2.3-korg