From f51f5336798751d9a23b69c4c301f748251a6064 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 11 Apr 2018 15:52:47 -0400 Subject: [PATCH] Removes odl-dlux-gui feature for ODL The GUI feature is no longer supported with ODL and needs to be removed. We relied on the URL provided by this feature in order to run our docker healtcheck, which is modified in the depends-on patch to a new URI. Depends-On: I2f33d2cf6a96005ef1d18468a8d2fcc71b17b6f8 Related-Bug: 1751857 Change-Id: I762789e65913b4f653bbf9019b5d3d05903912f1 Signed-off-by: Tim Rozet --- puppet/services/opendaylight-api.yaml | 2 +- .../notes/remove-odl-dlux-gui-4728de06c973cd53.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/remove-odl-dlux-gui-4728de06c973cd53.yaml diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index b09b019c1e..edee25175a 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -24,7 +24,7 @@ parameters: OpenDaylightFeatures: description: List of features to install with ODL type: comma_delimited_list - default: ["odl-netvirt-openstack","odl-dlux-core","odl-jolokia"] + default: ["odl-netvirt-openstack","odl-jolokia"] OpenDaylightApiVirtualIP: type: string default: '' diff --git a/releasenotes/notes/remove-odl-dlux-gui-4728de06c973cd53.yaml b/releasenotes/notes/remove-odl-dlux-gui-4728de06c973cd53.yaml new file mode 100644 index 0000000000..c6b6c80970 --- /dev/null +++ b/releasenotes/notes/remove-odl-dlux-gui-4728de06c973cd53.yaml @@ -0,0 +1,6 @@ +--- +deprecations: + - | + odl-dlux-all feature for OpenDaylight is no longer supported and removed + from default installed OpenDaylightFeatures. See + https://bugs.launchpad.net/tripleo/+bug/1751857