Add CI for contrib/terraform/ (#4133)

This commit is contained in:
Maxime Guyot
2019-04-04 11:42:52 +03:00
committed by Kubernetes Prow Robot
parent adca353fe9
commit e485fab7eb
2 changed files with 74 additions and 5 deletions

View File

@@ -10,18 +10,18 @@ packet_project_id = "Example-API-Token"
public_key_path = "~/.ssh/id_rsa.pub"
# cluster location
facility = "dfw2"
facility = "ewr1"
# standalone etcds
number_of_etcd = 0
plan_etcd = "c2.medium.x86"
plan_etcd = "t1.small.x86"
# masters
number_of_k8s_masters = 1
number_of_k8s_masters_no_etcd = 0
plan_k8s_masters = "c2.medium.x86"
plan_k8s_masters_no_etcd = "c2.medium.x86"
plan_k8s_masters = "t1.small.x86"
plan_k8s_masters_no_etcd = "t1.small.x86"
# nodes
number_of_k8s_nodes = 2
plan_k8s_nodes = "c2.medium.x86"
plan_k8s_nodes = "t1.small.x86"