You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/23 06:04:18 UTC

[jira] [Commented] (METRON-43) Refactor Deployment Scripts for Correctness and Ease of Use

    [ https://issues.apache.org/jira/browse/METRON-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158289#comment-15158289 ] 

ASF GitHub Bot commented on METRON-43:
--------------------------------------

GitHub user dlyle65535 opened a pull request:

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

    METRON-43: Refactor Deployment Scripts for Correctness and Ease of Use

    Runs with single node Vagrant, multi-node Vagrant and multi-node cloud instance of 12 nodes.
    
    Includes:
        METRON-44: passwd_less_ssh.yml overwrites authorized_keys and leaves artifacts on local host
        METRON-45: Remove host references from global variables
        METRON-43: Deployment scripts should fail fast
        METRON-47: Vagrant multi-node deployment script only deploys to one node
        METRON-32: Added Ansible role to install and load data into MySQL

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

    $ git pull https://github.com/dlyle65535/incubator-metron deploy_scripts_integration

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

    https://github.com/apache/incubator-metron/pull/28.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 #28
    
----
commit a3b85821d670b356108f945953df1a29df8b2c27
Author: rmerriman <rm...@hortonworks.com>
Date:   2016-02-16T15:20:00Z

    METRON-32: Added Ansible role to install and load data into MySQL
    
    Renamed MySQL config file because it was getting ignored by git.  Also moved MySQL install up earlier in the install process
    
    Added missing mylogin.cnf file

commit d92f6cadc68afa77bf45cd55b0294cf3612f97d3
Author: David Lyle <dl...@gmail.com>
Date:   2016-02-18T23:41:05Z

    METRON-43: Refactor Deployment Scripts for Correctness and Ease of Use
      Includes:
        METRON-44: passwd_less_ssh.yml overwrites authorized_keys and leaves artifacts on local host
        METRON-45: Remove host references from global variables
        METRON-43: Deployment scripts should fail fast
        METRON-47: Vagrant multi-node deployment script only deploys to one node
    
      Tested aginst cloud instance of 12 nodes, single node vagrant and multi-node vagrant.

----


> Refactor Deployment Scripts for Correctness and Ease of Use
> -----------------------------------------------------------
>
>                 Key: METRON-43
>                 URL: https://issues.apache.org/jira/browse/METRON-43
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: David M. Lyle
>            Assignee: David M. Lyle
>
> The deployment script could use a little attention. There are some ordering issues that make them a little brittle.
> Additionally, one must enter hostnames outside of the inventory files for them to work, this can lead to user error in provisioning.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)