Document the Karaf feature repos params in README 97/57497/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 29 May 2015 22:02:24 +0000 (18:02 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:24 +0000 (12:52 -0400)
Relevant to #14 and #15

Change-Id: I7cce3a7066053bd9a8891b384145e26c35d7d7c6
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
README.md

index f933f1e46c1ac20eb1ba4c05b94e05c7a2b1f862..3c03c7e7cab36a4afb5f1ecd24ca6f0bb48cb8fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ To set extra Karaf features to be installed at OpenDaylight start time, pass the
 
 OpenDaylight normally installs a default set of Karaf features at boot. They are recommended, so the ODL Ansible role defaults to installing them. This can be customized by overriding the `default_features` variable. You shouldn't normally need to do so.
 
+### Karaf Feature Repos
+
+To configure additional repos to search for Karaf features, override the `extra_feature_repos` variable.
+
+OpenDaylight comes with a pre-configured st of Karaf feature repos. They are recommended, so the ODL Ansible role defaults to installing them. This can be customized by overriding the `default_features` variable. You shouldn't normally need to do so.
+
 ### REST API Port
 
 To change the port on which OpenDaylight's northbound listens for REST API calls, use the `odl_rest_port` variable. This was added because OpenStack's Swift project uses a conflicting port.