Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/1201
I am not able to spin-up the Full Dev environment with this. It keeps
failing here. Have you run this up in Full Dev?
```
TASK [ambari_config : Deploy cluster with Ambari; http://node1:8080]
***********
fatal: [node1]: FAILED! => {"changed": false, "failed": true, "msg":
"Ambari client exception occurred: Could not create blueprint: request code
400, request message {\n \"status\" : 400,\n \"message\"
: \"Cluster Topology validation failed. Invalid service component count:
[METRON_PCAP(actual=0, required=1)]. To disable topology validation and create
the blueprint, add the following to the end of the url:
'?validate_topology=false'\"\n}"}
to retry, use: --limit
@/Users/nallen/tmp/metron-pr1201/metron-deployment/development/centos6/ansible/playbook.retry
PLAY RECAP
*********************************************************************
node1 : ok=76 changed=42 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
```
---