Skip to content

Commit

Permalink
Remove RRD4J from default installation
Browse files Browse the repository at this point in the history
openhab/openhab-webui#1659 added recommended
addons to the setup wizard. 
These will get installed on a new openHAB install if the user does not
actively de-select them, so the RRD4J installation from the distro is
not required anymore.

See also openhab#1455.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed May 25, 2023
1 parent 6cd2a1b commit 19827ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The installation package of this openHAB instance
#
# Valid options:
# - standard : Standard setup for normal use of openHAB with persistence (rrd4j) and additional UI add-ons (basic,habpanel).
# - standard : Standard setup for normal use of openHAB with additional UI add-ons (basic,habpanel).
# - minimal : Installation of core components without additional add-ons.
#
# Note: The add-ons in the installation package are only installed at the VERY FIRST START of openHAB
Expand Down
1 change: 0 additions & 1 deletion features/distro/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<config name="org.openhab.addons" append="true">
package = standard
ui = basic,habpanel
persistence = rrd4j
</config>
</feature>

Expand Down

0 comments on commit 19827ed

Please sign in to comment.