summaryrefslogtreecommitdiffstats
path: root/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf.service
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-05-25 17:14:16 +0000
committerScott Murray <scott.murray@konsulko.com>2020-05-26 14:36:11 +0000
commitb83de510d5e50285805b557866b94c5be3dd2a3f (patch)
tree8cff013155d94a7f97c8521249fc0ba1f3dacd97 /recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf.service
parent2e30ec6f8131deacec2861d43000e42515d66019 (diff)
Cluster demo support updates
Changes include: - Rework cluster-demo-network-config recipe to have the installed service file be a template, allowing the recipe to potentially change the target network device easily. A new variable AGL_CLUSTER_NET_DEVICE has been added to do so, with a default value of eth1. The interface configuration has been moved to a helper shell script, cluster-demo-network-conf.sh, with some additional logic added to update the interface blacklist in the connman configuration. This makes things more generic and allows setting up the cluster demo on boards other than H3+KF. - Update agl-cluster-demo-support feature dependency with new agl-weston-remoting feature that replaces agl-gstrecorder. Bug-AGL: SPEC-3395 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I9109b8e7782112d5504866f67e6bb5953c79d4a8
Diffstat (limited to 'recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf.service')
-rw-r--r--recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf.service b/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf.service
deleted file mode 100644
index 1a6e2d8b..00000000
--- a/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Configure dedicated link for cluster demo network
-After=sys-subsystem-net-devices-eth1.device
-Requires=sys-subsystem-net-devices-eth1.device
-Before=network.target
-
-[Service]
-# Note that this is done as opposed to using connman as configuring an
-# interface on a second network separate from the rest of the interfaces
-# is non-trivial in connman and needs further investigation.
-ExecStart=/sbin/ifconfig eth1 192.168.20.93
-Type=oneshot
-
-[Install]
-WantedBy=network.target