You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{< note >}}If you specify `localhost` as the address of the RDI database server during
201
198
installation then the connection will fail if the actual IP address changes for the local
@@ -235,31 +232,13 @@ title = "RDI Silent Installer Config"
235
232
scaffold = true
236
233
deploy_directory = "/opt/rdi/config"
237
234
238
-
# If you are *not* using an existing RDI database and you want
239
-
# the installer to create one then remove the properties in this
240
-
# section, apart from :
241
-
# - `password`
242
-
# - `use_existing_rdi` - set this to `false`
243
-
# Also, uncomment the [rdi.cluster] section below.
244
235
[rdi.database]
245
236
host = "localhost"
246
237
port = 12001
247
238
username = "username"
248
239
password = "password"
249
-
use_existing_rdi = true
250
240
ssl = true
251
241
252
-
# Uncomment this section and remove properties from the
253
-
# [rdi.database] section as described above if you
254
-
# are *not* using an existing RDI database and you want
255
-
# the installer to create one.
256
-
# [rdi.cluster]
257
-
# host = "localhost"
258
-
# port = 9443
259
-
# username = "username"
260
-
# password = "password"
261
-
262
-
263
242
# Uncomment the properties in this section only if the RDI
264
243
# database uses TLS/mTLS.
265
244
# [rdi.database.certificates]
@@ -285,34 +264,16 @@ The sections below describe the properties in more detail.
285
264
286
265
#### `rdi.database`
287
266
288
-
Use the properties in this section if you want to use an existing RDI database.
289
-
See [`rdi.cluster`](#rdicluster) below if you want the installer to create a new
290
-
RDI database. However, you should still supply the `password` in this
291
-
section and set `use_existing_rdi` to `false` if the installer creates the
292
-
database.
267
+
Use the properties in this section to specify your RDI database.
293
268
294
269
| Property | Description |
295
270
|-- |-- |
296
271
|`host`| Hostname for the Redis database to store RDI state. |
297
272
|`port`| Port for the RDI database. |
298
273
|`username`| Username for the RDI database. |
299
274
|`password`| Password for the RDI database. |
300
-
| `use_existing_rdi` | Do you want to use an existing RDI instance (true) or create a new one (false)? If you enable SSL (see the property below), this will be set to true, overriding the value you specify here. |
301
275
|`ssl`| Is SSL enabled forthe RDI database (true/false)? If this is false then RDI will ignore the settingsin the [`rdi.database.certificates`](#rdidatabasecertificates) section. |
302
276
303
-
#### `rdi.cluster`
304
-
305
-
Use the properties in this section if you are *not* using an existing RDI database
306
-
and you want the installer to create one.
307
-
See [`rdi.database`](#rdidatabase) above if you want to use an existing RDI database.
308
-
309
-
| Property | Description |
310
-
|-- |-- |
311
-
| `host` | Hostname of the Redis cluster to use for RDI. |
312
-
| `port` | Port for the cluster. |
313
-
| `username` | Username for the cluster. |
314
-
| `password` | Password for the cluster. |
315
-
316
277
#### `rdi.database.certificates`
317
278
318
279
Use these properties only if the RDI database requires
0 commit comments