diff options
| author | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-22 17:02:24 +0300 |
|---|---|---|
| committer | Eugene Smirnov <evgenii.smirnov@here.com> | 2019-07-17 18:23:46 +0200 |
| commit | 6c6048934eb50a14d31d13efa6f2bd641548e555 (patch) | |
| tree | ec5c564fa66c51a7c0579ac4e90d0dc703a7a8d0 /recipes-test/demo-config/files/ip_secondary_config.json | |
| parent | 81e06495472787fbecc9415b40b27c704ef3dd1c (diff) | |
| download | meta-updater-6c6048934eb50a14d31d13efa6f2bd641548e555.tar.gz | |
OTA-2541: Use local.conf's variables to configure Primary with Secondary(ies) and vice versa
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-test/demo-config/files/ip_secondary_config.json')
| -rw-r--r-- | recipes-test/demo-config/files/ip_secondary_config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-test/demo-config/files/ip_secondary_config.json b/recipes-test/demo-config/files/ip_secondary_config.json new file mode 100644 index 0000000..690cf2e --- /dev/null +++ b/recipes-test/demo-config/files/ip_secondary_config.json | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { | ||
| 2 | "IP": { | ||
| 3 | "secondaries_wait_port": @PORT@, | ||
| 4 | "secondaries_wait_timeout": @TIMEOUT@, | ||
| 5 | "secondaries": @ADDR_ARRAY@ | ||
| 6 | } | ||
| 7 | } | ||
