diff options
| author | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-22 17:02:24 +0300 |
|---|---|---|
| committer | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-27 10:40:00 +0300 |
| commit | 0b89fa5f5505891d8b358f8ef829b0200d238705 (patch) | |
| tree | 189a5006c02ef9a053fe154c8505ddb037ed95b9 /recipes-test/demo-config/shared-conf.inc | |
| parent | f14d0017d221f93b51d57484619aff28cb23f9bd (diff) | |
| download | meta-updater-0b89fa5f5505891d8b358f8ef829b0200d238705.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>
Diffstat (limited to 'recipes-test/demo-config/shared-conf.inc')
| -rw-r--r-- | recipes-test/demo-config/shared-conf.inc | 5 |
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 @@ | |||
| 1 | SECONDARY_IP ?= "10.0.3.2" | ||
| 2 | SECONDARY_PORT ?= "9050" | ||
| 3 | PRIMARY_IP ?= "10.0.3.1" | ||
| 4 | PRIMARY_PORT ?= "9040" | ||
| 5 | PRIMARY_WAIT_TIMEOUT ?= "120" | ||
