commit | 66d3937ef0c98c7cb545d0141b5f94cbb31a9d66 | [log] [tgz] |
---|---|---|
author | Victor Ryzhenkin <vryzhenkin@mirantis.com> | Thu Sep 28 19:25:48 2017 +0400 |
committer | Victor Ryzhenkin <vryzhenkin@mirantis.com> | Thu Oct 05 02:59:33 2017 -0400 |
tree | cfade4d373487f30e1d9031d5cb23c2b1b274934 | |
parent | d2996e5d8af3b8278bbdb3b90b37aeb4b2accb93 [diff] [blame] |
[k8s] Adjust externaldns test functions - Use ctl hostname instead of k8s.kube_host due kube_host is an ip address of keepalived k8s api. - Discover ctl with specific role 'k8s_controller' - Fix nit with awk field - Fix nit with format fields User-Story:https://mirantis.jira.com/browse/PROD-12826 Change-Id: I52d89b4d3994338a800eed4f6b5555cad6bdedc8
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-calico-minimal/underlay.yaml b/tcp_tests/templates/virtual-mcp11-k8s-calico-minimal/underlay.yaml index f494419..805a05f 100644 --- a/tcp_tests/templates/virtual-mcp11-k8s-calico-minimal/underlay.yaml +++ b/tcp_tests/templates/virtual-mcp11-k8s-calico-minimal/underlay.yaml
@@ -128,7 +128,7 @@ - private - name: {{ HOSTNAME_CTL01 }} - role: salt_minion + role: k8s_controller params: vcpu: !os_env SLAVE_NODE_CPU, 2 memory: !os_env SLAVE_NODE_MEMORY, 4096