blob: 80b1519f1aec4c64e683618868964296abdcfc93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
= This is a Honeycomb distribution
Built from: ${groupId}/${artifactId}
Version: ${version}
https://wiki.fd.io/view/Honeycomb
== Structure
Structure of the distribution:
=== Config
Folder config contains any configuration that's exposed by Honeycomb and its plugins
=== Cert
Keystore/Truststore for Restconf's HTTPS endpoint
=== Modules
Folder modules contains text files with list of modules to be installed into Honeycomb.
Those modules bring up Honeycomb's infrastructure as well as modules.
=== Shell scripts
${startScript} - Start Honeycomb
${debugScript} - Start Honeycomb with JVM remote debug capabilities
${forkScript} - Start Honeycomb in background
${killScript} - Kill all running Honeycomb instances
|