This works in my setup. After removing the prerequisite dependency
I do not see anymore the server unhealthy issue.
Change-Id: I54eac80cd987474747ea47f652414245a893470c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2017 Red Hat, Inc. and others.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<features name="odl-netconf-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
- <feature name="odl-netconf-ssh" version="${project.version}">
- <feature version="${project.version}" dependency="true" prerequisite="true">odl-netconf-tcp</feature>
- <feature version="${project.version}" dependency="true" prerequisite="true">odl-netconf-util</feature>
- </feature>
-</features>