Skip to content

Commit 16d07c0

Browse files
DOC-4597 added extra info from George about silent install props
1 parent 4209903 commit 16d07c0

File tree

1 file changed

+5
-0
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+5
-0
lines changed

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ title = "RDI Silent Installer Config"
232232
scaffold = true
233233
deploy_directory = "/opt/rdi/config"
234234
235+
# Needed if the installer detects a DNS resolver with a loopback address
236+
# as an upstream DNS server
237+
nameservers = ["8.8.8.8", "8.8.4.4"]
238+
235239
[rdi.database]
236240
host = "localhost"
237241
port = 12001
@@ -260,6 +264,7 @@ The sections below describe the properties in more detail.
260264
| `scaffold` | Do you want to enable [scaffolding]({{< relref "/integrate/redis-data-integration/reference/cli/redis-di-scaffold" >}}) during the install? (true/false) |
261265
| `db_index` | Integer to specify the source database type for scaffolding. The options are 2 (MySQL/MariaDB), 3 (Oracle), 4 (PostgreSQL), and 5 (SQL Server). |
262266
| `deploy_directory` | Path to the directory where you want to store the RDI configuration. |
267+
| `nameservers` |
263268

264269
#### `rdi.database`
265270

0 commit comments

Comments
 (0)