summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-config/shared-conf.inc
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-05-22 17:02:24 +0300
committerPatrick Vacek <patrickvacek@gmail.com>2019-06-05 15:02:23 +0200
commit13c1c17394263a2a7230d5c0a671e1cf1656f2b4 (patch)
tree8ce38b1910390a2af2838e5d21a36f942428774d /recipes-test/demo-config/shared-conf.inc
parent274b3c7ed87a17ccc5aa5878736ba8759c528f8f (diff)
downloadmeta-updater-13c1c17394263a2a7230d5c0a671e1cf1656f2b4.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/shared-conf.inc')
-rw-r--r--recipes-test/demo-config/shared-conf.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-test/demo-config/shared-conf.inc b/recipes-test/demo-config/shared-conf.inc
new file mode 100644
index 0000000..ce2bb44
--- /dev/null
+++ b/recipes-test/demo-config/shared-conf.inc
@@ -0,0 +1,5 @@
1SECONDARY_IP ?= "10.0.3.2"
2SECONDARY_PORT ?= "9050"
3PRIMARY_IP ?= "10.0.3.1"
4PRIMARY_PORT ?= "9040"
5PRIMARY_WAIT_TIMEOUT ?= "120"