fix testing
diff --git a/tests/pillar/master_cluster.sls b/tests/pillar/master_cluster.sls
index 7ea3e98..670e56a 100644
--- a/tests/pillar/master_cluster.sls
+++ b/tests/pillar/master_cluster.sls
@@ -18,6 +18,8 @@
admin:
password: password
username: admin
+ registry:
+ host: tcpcloud
apiserver:
address: 10.0.175.100
port: 8080
@@ -60,4 +62,4 @@
version: v1.2.4
namespace:
kube-system:
- enabled: True
\ No newline at end of file
+ enabled: True
diff --git a/tests/pillar/pool_cluster.sls b/tests/pillar/pool_cluster.sls
index 185ff37..b792326 100644
--- a/tests/pillar/pool_cluster.sls
+++ b/tests/pillar/pool_cluster.sls
@@ -7,18 +7,14 @@
version: v1.2.0
host:
name: ${linux:system:name}
- master:
+ apiserver:
host: 127.0.0.1
- apiserver:
- members:
- - host: 127.0.0.1
- - host: 127.0.0.1
- - host: 127.0.0.1
- etcd:
- members:
- - host: 127.0.0.1
- - host: 127.0.0.1
- - host: 127.0.0.1
+ insecure:
+ enabled: True
+ members:
+ - host: 127.0.0.1
+ - host: 127.0.0.1
+ - host: 127.0.0.1
address: 0.0.0.0
cluster_dns: 10.254.0.10
cluster_domain: cluster.local
@@ -31,6 +27,20 @@
kube_proxy: DFvQ8GelB7afH3wClC9romaMPhquyyEe
ca: kubernetes
network:
+ cni:
+ hash: 06550617ec199e89a57c94c88c891422
+ version: v1.3.1
engine: calico
- version: v0.19.0
- hash: fb5e30ebe6154911a66ec3fb5f1195b2
\ No newline at end of file
+ hash: c15ae251b633109e63bf128c2fbbc34a
+ ipam:
+ hash: 6e6d7fac0567a8d90a334dcbfd019a99
+ version: v1.3.1
+ version: v0.20.0
+ etcd:
+ members:
+ - host: 127.0.0.1
+ port: 4001
+ - host: 127.0.0.1
+ port: 4001
+ - host: 127.0.0.1
+ port: 4001