You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by merrimanr <gi...@git.apache.org> on 2016/01/26 19:28:29 UTC

[GitHub] incubator-metron pull request: METRON-21

GitHub user merrimanr opened a pull request:

    https://github.com/apache/incubator-metron/pull/15

    METRON-21

    This pull request contains the Ansible deployment scripts. Currently the scripts support 2 deployment types: deploying Metron to a single node VM (full install including Ambari and cluster) for development and testing purposes and deploying Metron to a cluster that already exists. The Pcap source works end to end and other sources will be added in future iterations.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/merrimanr/incubator-metron master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-metron/pull/15.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15
    
----
commit bafa055802cfb3bbb19d74fdcac669bdd48dac6e
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-22T22:18:02Z

    Added ability to configure a topic for each source

commit dc7f8a8b6ef59108ac7c5004875f7c51e48f3164
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-22T23:47:39Z

    Ansible and vagrant scripts to deploy Metron

commit b1a772313c36c4c8fb254db9a6914b47c2d081bb
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-25T16:32:20Z

    Revert "Added ability to configure a topic for each source"
    
    This reverts commit bafa055802cfb3bbb19d74fdcac669bdd48dac6e.

commit dd5b60bbc12f23e95c38557a915a0f73b00f47d4
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-25T19:35:10Z

    Using an older forked version of Bro that has a Kafka writer to publish Bro data

commit cacb1cf85e945d65f729c8ddaf05ba1ae86a3731
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-25T20:12:39Z

    Moved hadoop setup tasks to separate role and updated documentation

commit 4da5cc4eb9ce60eb752b7c26225b32d819aae901
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-25T20:54:03Z

    Removed redundant HBase create

commit f829f3edc5efccb8a2bc7e6418133cf3cd84ccd9
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-25T20:54:09Z

    Using yum instead of rpm which handles idempotency stuffs

commit 99b40d627e3c721d4a42787338cef4d8d73da508
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-26T15:04:44Z

    Merged with master

commit aba9e9c55db91ee1d0b8e84095578d17d572591e
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-22T23:47:39Z

    Ansible and vagrant scripts to deploy Metron

commit 268ffda035b66de3965f16a8949a8c9a9f81526f
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-25T19:35:10Z

    Using an older forked version of Bro that has a Kafka writer to publish Bro data

commit d8ef56e8b01373c1372e94ae5076a8f8d30469df
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-25T20:54:09Z

    Using yum instead of rpm which handles idempotency stuffs

commit ab77fc2917949abb7a4a19f8dbb8f0da4f616d82
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-25T20:12:39Z

    Moved hadoop setup tasks to separate role and updated documentation

commit 0a52ed53438753e6d73b75a996c5a57327be3f0c
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-25T20:54:03Z

    Removed redundant HBase create

commit 2d7637a907ad44608819082d26dbe20d758fceb0
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-26T16:03:21Z

    missing var 'pcap_hbase_table' but no mo, fo sho

commit f3365f112aa42c6fce7c1419c3b01914c0704a5b
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-26T16:13:53Z

    Turning on ansible pipelining to speed up deployments

commit c8da475df25201708d179f00a5e347a9558bcfbf
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-26T16:20:51Z

    .gitignore additions

commit 6075661ff71e89847f448a09351cce010275c53c
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-26T16:59:24Z

    Remove tab characters which are treated as literal characters, not whitespace.  Different behavior in Ansible 2+

commit d73d38ae2dbdbff216ff00628225b808c38456a3
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-26T17:04:20Z

    Merge branch 'master' of github.com:merrimanr/incubator-metron
    
    Conflicts:
    	deployment/.gitignore
    	deployment/inventory/metron_example/group_vars/all
    	deployment/inventory/singlenode-vagrant/group_vars/all
    	deployment/roles/bro/tasks/main.yml
    	deployment/vagrant/multinode-vagrant/ansible.cfg
    	deployment/vagrant/singlenode-vagrant/ansible.cfg

commit ac91bc27f781699cd3e91859369b47ef0a40f732
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-01-26T17:16:08Z

    Was missing zlib-devel as a Snort dependency

commit 260fc7b7a3f5278030e816f9a24d1afffeeb3f42
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-01-26T17:20:25Z

    Merge branch 'master' of github.com:merrimanr/incubator-metron

----


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

[GitHub] incubator-metron pull request: METRON-21

Posted by merrimanr <gi...@git.apache.org>.
Github user merrimanr closed the pull request at:

    https://github.com/apache/incubator-metron/pull/15


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