Fixes OpenDaylight healthcheck/GUI feature
Deployments with OpenDaylight fail because the Docker healthcheck fails. This is due to the fact that the URL used for querying with the healthcheck is not available, due to a feature mismatch. This patch fixes the GUI feature being installed to address the issue. Closes-Bug: 1751857 Change-Id: Ia62aebb9c03e09c1986c1592a38ab455e68fd103 Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
parent
6894552a0d
commit
e581c27e32
@ -24,7 +24,7 @@ parameters:
|
||||
OpenDaylightFeatures:
|
||||
description: List of features to install with ODL
|
||||
type: comma_delimited_list
|
||||
default: ["odl-netvirt-openstack","odl-netvirt-ui","odl-jolokia"]
|
||||
default: ["odl-netvirt-openstack","odl-dlux-core","odl-jolokia"]
|
||||
OpenDaylightApiVirtualIP:
|
||||
type: string
|
||||
default: ''
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes GUI feature loaded into OpenDaylight, which fixes the GUI as well
|
||||
as the URL used for Docker healthcheck.
|
Loading…
Reference in New Issue
Block a user