disable metrics server and fix terraform (#4617)

* disable metrics server in centos7-flannel-addons job

Change-Id: I1d87923547584896f64dda9ea8feb5581ad48cbe

* Fix tf facility->facilities syntax

Change-Id: I434bfe53f47e8e4a546890e0b62d24bde6e6d6a7

* Update Terraform CI for facilities

* Fix undefined variable error
This commit is contained in:
Matthew Mosesohn
2019-04-23 22:06:03 +03:00
committed by Kubernetes Prow Robot
parent 50751bb610
commit d89ecb8308
8 changed files with 16 additions and 14 deletions

View File

@@ -72,7 +72,7 @@ tf-packet-ubuntu16-default:
TF_VAR_number_of_k8s_nodes: "1"
TF_VAR_plan_k8s_masters: t1.small.x86
TF_VAR_plan_k8s_nodes: t1.small.x86
TF_VAR_facility: "ewr1"
TF_VAR_facilities: '["ewr1"]'
TF_VAR_public_key_path: ""
TF_VAR_operating_system: ubuntu_16_04
@@ -87,7 +87,7 @@ tf-packet-ubuntu18-default:
TF_VAR_number_of_k8s_nodes: "1"
TF_VAR_plan_k8s_masters: t1.small.x86
TF_VAR_plan_k8s_nodes: t1.small.x86
TF_VAR_facility: "ams1"
TF_VAR_facilities: '["ams1"]'
TF_VAR_public_key_path: ""
TF_VAR_operating_system: ubuntu_18_04