add option for calico with domain
Change-Id: I8e82b79249414daf6019f5aa4a1578f2b9bb93d7
diff --git a/tests/pillar/pool_cluster_with_domain.sls b/tests/pillar/pool_cluster_with_domain.sls
new file mode 100644
index 0000000..6201348
--- /dev/null
+++ b/tests/pillar/pool_cluster_with_domain.sls
@@ -0,0 +1,68 @@
+kubernetes:
+ common:
+ cluster_domain: cluster.local
+ cluster_name: cluster
+ network:
+ engine: none
+ hyperkube:
+ image: hyperkube-amd64:v1.6.4-3
+ hash: hnsj0XqABgrSww7Nqo7UVTSZLJUt2XRd
+ addons:
+ dns:
+ domain: cluster.local
+ enabled: false
+ replicas: 1
+ server: 10.254.0.10
+ autoscaler:
+ enabled: true
+ virtlet:
+ enabled: true
+ namespace: kube-system
+ image: mirantis/virtlet:v0.7.0
+ hosts:
+ - cmp01
+ - cmp02
+ pool:
+ enabled: true
+ version: v1.2.0
+ host:
+ name: ${linux:system:name}
+ domain: ${linux:system:domain}
+ apiserver:
+ host: 127.0.0.1
+ secure_port: 443
+ insecure:
+ enabled: True
+ insecure_port: 8080
+ members:
+ - host: 127.0.0.1
+ - host: 127.0.0.1
+ - host: 127.0.0.1
+ address: 0.0.0.0
+ kubelet:
+ config: /etc/kubernetes/manifests
+ allow_privileged: True
+ frequency: 5s
+ token:
+ kubelet: 7bN5hJ9JD4fKjnFTkUKsvVNfuyEddw3r
+ kube_proxy: DFvQ8GelB7afH3wClC9romaMPhquyyEe
+ ca: kubernetes
+ network:
+ calicoctl:
+ image: calico/ctl
+ cni:
+ image: calico/cni
+ engine: calico
+ 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