|
44 | 44 | "Default" : "20",
|
45 | 45 | "MinValue" : "20",
|
46 | 46 | "MaxValue" : "1024",
|
47 |
| - "Description" : "Size of Workers's EBS volume in GiB" |
| 47 | + "Description" : "Size of Workers's ephemeral storage volume in GiB" |
48 | 48 | },
|
49 | 49 | "WorkerDiskType" : {
|
50 | 50 | "Type" : "String",
|
51 | 51 | "Default" : "standard",
|
52 | 52 | "AllowedValues" : ["standard", "gp2"],
|
53 |
| - "Description" : "Worker EBS volume type" |
| 53 | + "Description" : "Worker ephemeral storage volume type" |
54 | 54 | },
|
55 | 55 | "ManagerSize" : {
|
56 | 56 | "Type" : "Number",
|
|
69 | 69 | "Default" : "20",
|
70 | 70 | "MinValue" : "20",
|
71 | 71 | "MaxValue" : "1024",
|
72 |
| - "Description" : "Size of Manager's EBS volume in GiB" |
| 72 | + "Description" : "Size of Manager's ephemeral storage volume in GiB" |
73 | 73 | },
|
74 | 74 | "ManagerDiskType" : {
|
75 | 75 | "Type" : "String",
|
76 | 76 | "Default" : "standard",
|
77 | 77 | "AllowedValues" : ["standard", "gp2"],
|
78 |
| - "Description" : "Manager EBS volume type" |
| 78 | + "Description" : "Manager ephemeral storage volume type" |
79 | 79 | }
|
80 | 80 |
|
81 | 81 | },
|
|
106 | 106 | "ManagerInstanceType" : { "default" : "Swarm manager instance type?" },
|
107 | 107 | "KeyName" : { "default" : "Which SSH key to use?" },
|
108 | 108 | "EnableSystemPrune": {"default" : "Enable daily resource cleanup?"},
|
109 |
| - "WorkerDiskSize" : { "default" : "Worker ELB size?" }, |
110 |
| - "WorkerDiskType" : { "default" : "Worker EBS volume type" }, |
111 |
| - "ManagerDiskSize" : { "default" : "Manager EBS size?" }, |
112 |
| - "ManagerDiskType" : { "default" : "Manager EBS volume type" } |
| 109 | + "WorkerDiskSize" : { "default" : "Worker ephemeral storage volume size?" }, |
| 110 | + "WorkerDiskType" : { "default" : "Worker ephemeral storage volume type" }, |
| 111 | + "ManagerDiskSize" : { "default" : "Manager ephemeral storage volume size?" }, |
| 112 | + "ManagerDiskType" : { "default" : "Manager ephemeral storage volume type" } |
113 | 113 | }
|
114 | 114 | }
|
115 | 115 | },
|
|
0 commit comments