File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 1
1
cattle-aws :
2
- <<<<<<< HEAD
3
- =======
4
2
request_spot_instances : false
5
3
spot_price : # spot instance pricing. Ex. "0.75"
6
4
cloudwatch_monitoring : false
7
- >>>>>>> develop
8
5
root_disk_size : 20
9
6
iam_instance_profile_name : " rancher-controlplane-role"
10
7
iam_instance_profile_worker : # specify if overlap_cp_etcd_worker is false and existing_vpc is true
@@ -18,17 +15,12 @@ cattle-aws:
18
15
vpc_id : " vpc-1abcdgggga72a691a"
19
16
subnet_id : " subnet-1f98d368767ge1e71"
20
17
security_group_name : " rancher-nodes"
21
- <<<<<<< HEAD
22
- os : " ubuntu"
23
- instance_type : " t2.medium"
24
18
aws_secret_access_key :
25
19
aws_default_region : " eu-central-1"
26
- =======
27
20
ami_id : " test123" # specify if you know the specific AMI ID. If used, keep below os field empty (not that setting it would impact).
28
21
os : " " # specify the OS. Supported values: ubuntu, centos, coreos. Keep above field empty if this is being used.
29
22
controlplane_instance_type : " t2.medium"
30
23
worker_instance_type : " t2.large"
31
- >>>>>>> develop
32
24
overlap_cp_etcd_worker : " true"
33
25
overlap_node_pool :
34
26
hostname_prefix : " cattle-aws-cluster"
Original file line number Diff line number Diff line change @@ -233,8 +233,6 @@ variable "default_tags" {
233
233
}
234
234
`
235
235
var VariablesCattleAWS = `
236
- <<<<<<< HEAD
237
- =======
238
236
variable "cloudwatch_monitoring" {
239
237
default = "{{.CloudwatchMonitoring}}"
240
238
description = "Enable/Disable cloudwatch monitoring"
@@ -265,7 +263,6 @@ variable "spot_price" {
265
263
type = "string"
266
264
}
267
265
268
- >>>>>>> develop
269
266
variable "root_disk_size" {
270
267
default = "{{.RootDiskSize}}"
271
268
description = "Root disk size for instances in GB"
@@ -346,13 +343,9 @@ variable "os" {
346
343
type = "string"
347
344
}
348
345
349
- <<<<<<< HEAD
350
- variable "instance_type" {
351
- default = "{{.InstanceType}}"
352
- =======
346
+
353
347
variable "worker_instance_type" {
354
348
default = "{{.WorkerInstanceType}}"
355
- >>>>>>> develop
356
349
description = "Instance type"
357
350
type = "string"
358
351
}
You can’t perform that action at this time.
0 commit comments