From 556a6797825118f2db209602d277b23f89544e3e Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Fri, 13 Jul 2018 11:10:18 +0100 Subject: 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': } Relevant NodePort object attributes: - port - node_port - target_port - protocol - name JIRA: YARDSTICK-1313 Change-Id: Ie481cdea4761f162e3b3329e4e2c5a982faea9e9 Signed-off-by: Rodolfo Alonso Hernandez --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 2429ef152..f6fa0d742 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 2429ef152b5503d939022fbfd145b88a1df5c23b +Subproject commit f6fa0d7422f0669d049dbf07a51eb39b1dc25830 -- cgit 1.2.3-korg