Github user cestella commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/86#discussion_r61096549
  
    --- Diff: deployment/roles/pycapa/tasks/dependencies.yml ---
    @@ -15,20 +15,22 @@
     #  limitations under the License.
     #
     ---
    -- name: Install epel-release repository
    -  yum: name=epel-release
    +- name: Install yum repositories
    +  yum: name={{ item }} update_cache=yes
    +  with_items:
    +    - epel-release
    +    - centos-release-scl
     
    -- name: Install python and tcpdump
    -  yum:
    -    name: "{{item}}"
    +- name: Install dependencies
    +  yum: name={{ item }}
       with_items:
    -    - python
    -    - tcpdump
    -    - git
    +    - "@Development tools"
    +    - python27
    --- End diff --
    
    Is that coinciding ok with ambari?  I know it requires 2.6.  It must be 
since you verified against the single node vagrant.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to