diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-02-20 16:05:48 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-03-19 14:10:57 +0000 |
commit | a3275fc462bc579225f8eeb19e665dd60cdff916 (patch) | |
tree | 7557540af924e6bf59c95edd47597977842afd79 /conf | |
parent | a048283b5d63452f1a752769a690b53ef884e70f (diff) |
Cluster support fixes
Changes:
- Rename CLUSTER_DEMO_VISS_HOSTNAME to CLUSTER_DEMO_VSS_HOSTNAME
since we're not using VISS at this point.
- Change TRANSMITTER_OUTPUT_HOST to REMOTING_OUTPUT_HOST in KVM
demo configuration to match change previously made in the
weston-ini-conf recipe in meta-agl.
Bug-AGL: SPEC-5086
Change-Id: Id5a7ab5fab9b19786b4eeb743a06c71693e0a0da
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29703
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 3a9e158c460049d3197f66d24986ff1c09819cba)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29758
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/agl-kvm.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/include/agl-kvm.inc b/conf/include/agl-kvm.inc index 12d8ae191..fadb345df 100644 --- a/conf/include/agl-kvm.inc +++ b/conf/include/agl-kvm.inc @@ -6,10 +6,10 @@ AGL_FEATURES:append = " agl-kvm" # Override remote display network configuration to use KVM demo's # network configuration -TRANSMITTER_OUTPUT_HOST = "172.16.10.3" +REMOTING_OUTPUT_HOST = "172.16.10.3" # Override cluster dashboard VIS server host for KVM demo's network # configuration -CLUSTER_DEMO_VISS_HOSTNAME = "172.16.10.2" +CLUSTER_DEMO_VSS_HOSTNAME = "172.16.10.1" include mc-conf-${BB_CURRENT_MC}.inc |