Don't use template for Karaf feature config 27/57527/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 29 Mar 2016 15:46:36 +0000 (11:46 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:25 +0000 (12:52 -0400)
commit54176ae09cad6170e7f527035277c0cf89e43392
treeaaccec52e51f5fd6df43f559c44f9c3b96b4812a
parent7ba9986304c0e4e105beca9db6024736598cc3fd
Don't use template for Karaf feature config

Templates don't work well now that ansible-opendaylight supports
installing multiple versions of ODL (via rpm_repo*, for example).

The content of the tempalted file is completly replaced, when only the
exact line that needs to be changed should be managed and the rest of
the file should use the version's default content.

Changing the version of ODL installed via params also requires changing
the default Karaf feature repos to match the version. This is confusing
and unnecessary - no one uses this knob that I know of.

Change-Id: I4cbe53b0b1f91dd01b24d2672581e1f99f2bfccb
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
README.md
tasks/configure_karaf_features.yml
templates/org.apache.karaf.features.cfg [deleted file]
vars/main.yml