summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-config/files/ip_secondary_config.json
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-05-22 17:02:24 +0300
committerEugene Smirnov <evgenii.smirnov@here.com>2019-07-17 18:23:46 +0200
commit6c6048934eb50a14d31d13efa6f2bd641548e555 (patch)
treeec5c564fa66c51a7c0579ac4e90d0dc703a7a8d0 /recipes-test/demo-config/files/ip_secondary_config.json
parent81e06495472787fbecc9415b40b27c704ef3dd1c (diff)
downloadmeta-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.json7
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}