Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/118#discussion_r62936378
--- Diff: metron-deployment/inventory/full-dev-platform/group_vars/all ---
@@ -15,21 +15,38 @@
# limitations under the License.
#
-#Ambari variables
+# which services should be started?
+services_to_start:
+ - mysql
+ - elasticsearch
+ - pcap-service
+ - metron-ui
+ - yaf
+ - snort
+ - snort-logs
+ - bro
+ - pcap-replay
+ - yaf-parser
+ - bro-parser
+ - snort-parser
+ - enrichment
--- End diff --
Since both "Quick Dev Platform" and "Full Dev Platform" use the same
properties at `metron-deployment/inventory/full-dev-platform`, we cannot have
each start different services. This would be possible, if we separate out the
properties that each use.
As a side note, I think we need to revisit what lives in
`metron-deployment/inventory`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---