|
9 | 9 | "type": "Microsoft.Common.InfoBox", |
10 | 10 | "options": { |
11 | 11 | "icon": "Info", |
12 | | - "text": "You must provide an entitled IBMid account to provision the WebSphere cluster. Select here for more details.", |
13 | | - "uri": "https://www.ibm.com/ibmid/myibm/help/us/helpdesk.html" |
| 12 | + "text": "Provide an entitled IBMid to provision the WebSphere cluster. <a href='https://www.ibm.com/ibmid/myibm/help/us/helpdesk.html' target='_blank'>Learn more</a>" |
14 | 13 | } |
15 | 14 | }, |
16 | 15 | { |
17 | 16 | "name": "ibmUserId", |
18 | 17 | "type": "Microsoft.Common.TextBox", |
19 | | - "label": "Username for IBMid", |
20 | | - "toolTip": "Username of IBMid account.", |
| 18 | + "label": "IBMid", |
21 | 19 | "constraints": { |
22 | 20 | "required": true, |
23 | 21 | "regex": "^(?!\\-)([a-z0-9A-Z@\\-]{1,128})([^\\-])", |
24 | | - "validationMessage": "The value must be valid IBMid username." |
| 22 | + "validationMessage": "The value must be valid IBMid." |
25 | 23 | } |
26 | 24 | }, |
27 | 25 | { |
28 | 26 | "name": "ibmUserPwd", |
29 | 27 | "type": "Microsoft.Common.PasswordBox", |
30 | 28 | "label": { |
31 | | - "password": "Password for IBMid account", |
| 29 | + "password": "Password for IBMid", |
32 | 30 | "confirmPassword": "Confirm password" |
33 | 31 | }, |
34 | | - "toolTip": "Password of IBMid account.", |
35 | 32 | "constraints": { |
36 | 33 | "required": true |
37 | 34 | } |
|
41 | 38 | "type": "Microsoft.Common.InfoBox", |
42 | 39 | "options": { |
43 | 40 | "icon": "Info", |
44 | | - "text": "You must accept the IBM License Agreement to proceed the deployment. Select here for more details.", |
45 | | - "uri": "https://www.ibm.com/software/sla/sladb.nsf/searchlis/?searchview&searchorder=4&searchmax=0&query=%225724-H88%22" |
| 41 | + "text": "Accept the IBM License Agreement to proceed with the deployment. <a href='https://www.ibm.com/software/sla/sladb.nsf/searchlis/?searchview&searchorder=4&searchmax=0&query=%225724-H88%22' target='_blank'>Learn more</a>" |
46 | 42 | } |
47 | 43 | }, |
48 | 44 | { |
49 | 45 | "name": "acceptIBMLicenseAgreement", |
50 | | - "label": "Accept IBM License Agreement", |
51 | | - "type": "Microsoft.Common.TextBox", |
52 | | - "toolTip": "A value not equal to Y/y indicates you do not accept the IBM License Agreement. In that case the deployment will not proceed.", |
53 | | - "defaultValue": "Y", |
| 46 | + "type": "Microsoft.Common.CheckBox", |
| 47 | + "label": "I accept the IBM License Agreement.", |
54 | 48 | "constraints": { |
55 | 49 | "required": true, |
56 | | - "regex": "^[Yy]$", |
57 | | - "validationMessage": "The value must be Y/y to proceed with deployment." |
| 50 | + "validationMessage": "The deployment will not proceed unless you accept the IBM License Agreement." |
58 | 51 | } |
59 | 52 | } |
60 | 53 | ], |
|
73 | 66 | "type": "Microsoft.Common.OptionsGroup", |
74 | 67 | "label": "Dynamic cluster?", |
75 | 68 | "defaultValue": "No", |
76 | | - "toolTip": "Select 'Yes' to create a dynamic cluster which enables WebSphere to start/stop nodes on-demand dynamically.", |
| 69 | + "toolTip": "Create a dynamic cluster that dynamically starts nodes when workload increases and stops nodes when workload decreases.", |
77 | 70 | "constraints": { |
78 | 71 | "allowedValues": [ |
79 | 72 | { |
|
93 | 86 | "type": "Microsoft.Common.TextBox", |
94 | 87 | "label": "Number of VMs", |
95 | 88 | "defaultValue": "4", |
96 | | - "toolTip": "The number of VMs to create, with one deployment manager and multiple worker nodes for the remainings.", |
| 89 | + "toolTip": "The number of virtual machines to create, with 1 deployment manager and 1 to 4 worker nodes.", |
97 | 90 | "constraints": { |
98 | 91 | "required": true, |
99 | 92 | "regex": "^(2|3|4|5)$", |
100 | | - "validationMessage": "Number of VMs to deploy, limit 5." |
| 93 | + "validationMessage": "Number of virtual machines to deploy, limit 5 since this offer is using a single storage account." |
101 | 94 | } |
102 | 95 | }, |
103 | 96 | { |
104 | 97 | "name": "vmSizeSelect", |
105 | 98 | "type": "Microsoft.Compute.SizeSelector", |
106 | | - "label": "Virtual machine size", |
| 99 | + "label": "VM size", |
107 | 100 | "toolTip": "The size of virtual machine to provision.", |
108 | 101 | "recommendedSizes": [ |
109 | 102 | "Standard_D2_v3", |
|
129 | 122 | "name": "dmgrVMPrefix", |
130 | 123 | "type": "Microsoft.Common.TextBox", |
131 | 124 | "label": "Deployment manager server prefix", |
132 | | - "toolTip": "The string to prepend to the name of the deployment manager server.", |
| 125 | + "toolTip": "The string to prepend to the name of the deployment manager server, default is 'dmgr'.", |
133 | 126 | "defaultValue": "dmgr", |
134 | 127 | "constraints": { |
135 | 128 | "required": true, |
|
141 | 134 | "name": "managedVMPrefix", |
142 | 135 | "type": "Microsoft.Common.TextBox", |
143 | 136 | "label": "Managed server prefix", |
144 | | - "toolTip": "The string to prepend to the name of the managed server.", |
| 137 | + "toolTip": "The string to prepend to the name of the managed server, default is 'managed'.", |
145 | 138 | "defaultValue": "managed", |
146 | 139 | "constraints": { |
147 | 140 | "required": true, |
|
153 | 146 | "name": "dnsLabelPrefix", |
154 | 147 | "type": "Microsoft.Common.TextBox", |
155 | 148 | "label": "DNS label prefix", |
156 | | - "toolTip": "The string to prepend to the DNS label.", |
| 149 | + "toolTip": "The string to prepend to the DNS label, default is 'wasndcluster'.", |
157 | 150 | "defaultValue": "wasndcluster", |
158 | 151 | "constraints": { |
159 | 152 | "required": true, |
|
175 | 168 | { |
176 | 169 | "name": "adminUsername", |
177 | 170 | "type": "Microsoft.Common.TextBox", |
178 | | - "label": "Username for admin account of VMs", |
| 171 | + "label": "VM administrator", |
179 | 172 | "defaultValue": "websphere", |
180 | 173 | "toolTip": "Use only letters and numbers.", |
181 | 174 | "constraints": { |
|
189 | 182 | "type": "Microsoft.Compute.CredentialsCombo", |
190 | 183 | "label": { |
191 | 184 | "authenticationType": "Authentication type", |
192 | | - "password": "Password", |
| 185 | + "password": "Password for VM administrator", |
193 | 186 | "confirmPassword": "Confirm password", |
194 | | - "sshPublicKey": "SSH public key" |
| 187 | + "sshPublicKey": "SSH Public Key for VM administrator" |
195 | 188 | }, |
196 | 189 | "toolTip": { |
197 | | - "authenticationType": "Use username and password or SSH public key for authentication to the VM.", |
198 | | - "password": "Password for admin account of VMs.", |
199 | | - "sshPublicKey": "SSH key for admin account of VMs." |
| 190 | + "authenticationType": "Use user and password or SSH Public Key for authentication to the virtual machine." |
200 | 191 | }, |
201 | 192 | "constraints": { |
202 | 193 | "required": true |
|
210 | 201 | { |
211 | 202 | "name": "wasUsername", |
212 | 203 | "type": "Microsoft.Common.TextBox", |
213 | | - "label": "Username for WebSphere admin", |
| 204 | + "label": "WebSphere administrator", |
214 | 205 | "defaultValue": "wasadmin", |
215 | 206 | "toolTip": "Use only allowed characters.", |
216 | 207 | "constraints": { |
|
223 | 214 | "name": "wasPassword", |
224 | 215 | "type": "Microsoft.Common.PasswordBox", |
225 | 216 | "label": { |
226 | | - "password": "Password for WebSphere admin", |
| 217 | + "password": "Password for WebSphere administrator", |
227 | 218 | "confirmPassword": "Confirm password" |
228 | 219 | }, |
229 | | - "toolTip": "Password for WebSphere admin.", |
230 | 220 | "constraints": { |
231 | 221 | "required": true |
232 | 222 | } |
|
0 commit comments