Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit 0987e52

Browse files
committed
Update to use available shapes and lb
1 parent df6e012 commit 0987e52

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tests/create/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/python2.7
1+
#!/usr/bin/env python2.7
22

33
import argparse
44
import json

tests/resources/configs/public-cluster.tfvars

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ control_plane_subnet_access = "public"
99
k8s_master_lb_access = "public"
1010
master_oci_lb_enabled = "true"
1111
etcd_lb_enabled = "false"
12-
etcdShape = "VM.Standard2.4"
13-
k8sMasterShape = "VM.Standard2.8"
14-
k8sWorkerShape = "BM.DenseIO1.36"
12+
etcdShape = "VM.Standard1.8"
13+
k8sMasterShape = "VM.Standard1.8"
14+
k8sWorkerShape = "VM.Standard1.8"
1515
etcdAd1Count = "1"
16-
etcdAd2Count = "0"
17-
etcdAd3Count = "0"
16+
etcdAd2Count = "1"
17+
etcdAd3Count = "1"
1818
k8sMasterAd1Count = "1"
19-
k8sMasterAd2Count = "0"
19+
k8sMasterAd2Count = "1"
2020
k8sMasterAd3Count = "1"
2121
k8sWorkerAd1Count = "1"
2222
k8sWorkerAd2Count = "1"
23-
k8sWorkerAd3Count = "0"
23+
k8sWorkerAd3Count = "1"
2424
etcdLBShape = "400Mbps"
2525
k8sMasterLBShape = "400Mbps"
2626
etcd_cluster_ingress = "10.0.0.0/16"

0 commit comments

Comments
 (0)