Set kubelet address

Fixes issue with OpenStack cloud provider where kubelet tries to
register with different host IP addresses.

Change-Id: I353b18b16e8bde92fa6281a77ec2e8139925c1a0
diff --git a/tests/pillar/master_cluster.sls b/tests/pillar/master_cluster.sls
index 513d6b1..e5e937b 100644
--- a/tests/pillar/master_cluster.sls
+++ b/tests/pillar/master_cluster.sls
@@ -65,6 +65,7 @@
       - host: 10.0.175.100
         name: node040
     kubelet:
+      address: 10.0.175.100
       allow_privileged: true
     network:
       engine: calico
diff --git a/tests/pillar/master_contrail.sls b/tests/pillar/master_contrail.sls
index 862bb9a..553a220 100644
--- a/tests/pillar/master_contrail.sls
+++ b/tests/pillar/master_contrail.sls
@@ -69,6 +69,7 @@
       - host: 10.0.175.100
         name: node040
     kubelet:
+      address: 10.0.175.100
       allow_privileged: true
     network:
       engine: opencontrail
diff --git a/tests/pillar/master_contrail4_0.sls b/tests/pillar/master_contrail4_0.sls
index d948e7c..0434f5a 100644
--- a/tests/pillar/master_contrail4_0.sls
+++ b/tests/pillar/master_contrail4_0.sls
@@ -66,6 +66,7 @@
       - host: 127.0.0.1
         name: node040
     kubelet:
+      address: 10.0.175.100
       allow_privileged: true
     network:
       engine: opencontrail
diff --git a/tests/pillar/pool_cluster.sls b/tests/pillar/pool_cluster.sls
index b9e7840..7e281b4 100644
--- a/tests/pillar/pool_cluster.sls
+++ b/tests/pillar/pool_cluster.sls
@@ -39,6 +39,7 @@
         - host: 127.0.0.1
     address: 0.0.0.0
     kubelet:
+      address: 127.0.0.1
       config: /etc/kubernetes/manifests
       allow_privileged: True
       frequency: 5s
diff --git a/tests/pillar/pool_cluster_with_domain.sls b/tests/pillar/pool_cluster_with_domain.sls
index 6201348..0a05b00 100644
--- a/tests/pillar/pool_cluster_with_domain.sls
+++ b/tests/pillar/pool_cluster_with_domain.sls
@@ -40,6 +40,7 @@
         - host: 127.0.0.1
     address: 0.0.0.0
     kubelet:
+      address: 127.0.0.1
       config: /etc/kubernetes/manifests
       allow_privileged: True
       frequency: 5s
diff --git a/tests/pillar/pool_contrail4_0.sls b/tests/pillar/pool_contrail4_0.sls
index ea4426a..95c9a27 100644
--- a/tests/pillar/pool_contrail4_0.sls
+++ b/tests/pillar/pool_contrail4_0.sls
@@ -39,6 +39,7 @@
         - host: 127.0.0.1
     address: 0.0.0.0
     kubelet:
+      address: 127.0.0.1
       config: /etc/kubernetes/manifests
       allow_privileged: True
       frequency: 5s