diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-30 14:12:49 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-05-31 15:10:54 +0000 |
commit | 61bdecebdc9990ad7e3f02697cbeeedfcde28461 (patch) | |
tree | d5cf63c30319585f84c69ddedb5b1367257c7c37 /recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.kvm-demo | |
parent | 70df8ec578574386a369fd83cb0b2162e461ee99 (diff) |
flutter-cluster-dashboard: fix KVM demo configurationsricefish_17.91.0ricefish/17.91.017.91.0
While reviewing things to document them, I realized thath the
flutter-cluster-dashboard configuration for the plain KVM demo
image was incorrect, and that a separate configuration was
required for the preconfigured demo image where the databroker
runs on the KVM host. This fixes the existing configuration
file, adds a new one, and updates the corresponding preconfigured
guest image.
Bug-AGL: SPEC-5138
Change-Id: Ib24d3e1e5018efffce1bc820a7fd4f26ac38ddd6
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29926
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.kvm-demo')
-rw-r--r-- | recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.kvm-demo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.kvm-demo b/recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.kvm-demo index 9267b4d40..17e5888e8 100644 --- a/recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.kvm-demo +++ b/recipes-demo/flutter-cluster-dashboard/files/cluster-dashboard.yaml.kvm-demo @@ -1,4 +1,4 @@ -hostname: 172.16.10.1 +hostname: 172.16.10.2 authorization : "/etc/xdg/AGL/cluster-dashboard/cluster-dashboard.token" use-tls : true tls-server-name : "localhost" |