Update README.md
authorMichael Vorburger ⛑️ <mike@vorburger.ch>
Tue, 4 Jun 2019 17:13:26 +0000 (19:13 +0200)
committerMichael Vorburger <mike@vorburger.ch>
Wed, 1 Jul 2020 23:38:32 +0000 (01:38 +0200)
Signed-off-by: Michael Vorburger <mike@vorburger.ch>
README.md

index 7055d4b8610e445ee2d10b21636c8ae24c02169d..c48facb67d2eb79d9f0711c9fe25c13955b5dcd7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,3 +33,7 @@ You'll also find a `poc-*-simple.tar` in `target/` which contains `lib/*`.
 Configuration files, like e.g. the `serviceutils-upgrade-config.xml`, can be changed in the `etc/initial` directory (which is on the beginning of the classpath), where they are copied to on the first run.
 
 The use of the custom `.travis-maven-settings.xml` is required due to [issue TBD](https://github.com/vorburger/opendaylight-simple/issues/37).
+
+## FAQ
+
+* _Q: Is this goal of this project to get rid of the use of Apache Karaf in ODL?_ A: Yes, this project explores how to run ODL without Karaf.  It illustrates this simply by building another distribution in parallel, see above.  It's not necessarily a goal of this project to completely remove Karaf of all of OpenDaylight - that decision can be taken separately and in parallel by those needing distributions - perhaps some will still see any benefit in Karaf, while others won't anymore.