summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
Diffstat (limited to 'priv')
-rw-r--r--priv/config/rvi_backend.config2
-rw-r--r--priv/config/rvi_sample.config2
-rw-r--r--priv/config/rvi_ubuntu.config2
-rw-r--r--priv/config/rvi_yocto.config3
4 files changed, 4 insertions, 5 deletions
diff --git a/priv/config/rvi_backend.config b/priv/config/rvi_backend.config
index 4d8a576..8e5ec37 100644
--- a/priv/config/rvi_backend.config
+++ b/priv/config/rvi_backend.config
@@ -44,7 +44,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
[
{ node_address, IPPort(MyIP, MyPort+7) },
- { node_service_prefix, "jlr.com/backend"},
+ { node_service_prefix, "genivi.org/backend"},
{ routing_rules,
[
diff --git a/priv/config/rvi_sample.config b/priv/config/rvi_sample.config
index a178c2d..3f957ba 100644
--- a/priv/config/rvi_sample.config
+++ b/priv/config/rvi_sample.config
@@ -143,7 +143,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
%% value unless all services add a system-wide unique name
%% to it.
%%
- { node_service_prefix, "jlr.com/vin/$rvi_uuid(default_vin)/"},
+ { node_service_prefix, "genivi.org/node/$rvi_uuid(default_id)/"},
%% Routing rules determine how to get a message targeting a specific
diff --git a/priv/config/rvi_ubuntu.config b/priv/config/rvi_ubuntu.config
index 65319db..401229b 100644
--- a/priv/config/rvi_ubuntu.config
+++ b/priv/config/rvi_ubuntu.config
@@ -143,7 +143,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
%% value unless all services add a system-wide unique name
%% to it.
%%
- { node_service_prefix, "genivi.org/vin/$rvi_uuid(default_vin)/"},
+ { node_service_prefix, "$rvi_file(/etc/rvi/device_id,genivi.org/node/default_id)/"},
%% Routing rules determine how to get a message targeting a specific
diff --git a/priv/config/rvi_yocto.config b/priv/config/rvi_yocto.config
index 76a1064..0649e3c 100644
--- a/priv/config/rvi_yocto.config
+++ b/priv/config/rvi_yocto.config
@@ -144,8 +144,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
%% value unless all services add a system-wide unique name
%% to it.
%%
- { node_service_prefix, "genivi.org/vin/$rvi_uuid(default_vin)/"},
-
+ { node_service_prefix, "$rvi_file(/etc/opt/rvi/device_id,genivi.org/node/default_id)/"},
%% Routing rules determine how to get a message targeting a specific
%% service to its destination.