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/03/10 00:53:40 UTC

[jira] [Commented] (METRON-63) Support Provisioning Multiple, Isolated Clusters with Amazon EC2

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

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

GitHub user nickwallen opened a pull request:

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

    METRON-63 Support Provisioning Multiple, Isolated Clusters with Amazon EC2

    The Amazon EC2 provisioning process can now support provisioning multiple, isolated environments.  Simply change the `env` settings in `conf/defaults.yml`.  For example, you might provision separate development, test, and production environments.
    
    The resources created, such as the host and vpc, are tagged and labelled with the environment name to make it easy to distinguish between them in the AWS management web interface.
    
    For a test environment, in `conf/defaults.yml` set...
    
    ```
    env: metron-test
    ```
    
    For a dev environment, in `conf/defaults.yml` set...
    
    
    ```
    env: metron-dev
    ```


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

    $ git pull https://github.com/nickwallen/incubator-metron METRON-63

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

    https://github.com/apache/incubator-metron/pull/42.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 #42
    
----
commit 245555b88e6c669781eab5e3929ea53b5a807a25
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-03-09T23:48:11Z

    METRON-63 Support Provisioning Multiple, Isolated Clusters with Amazon EC2

----


> Support Provisioning Multiple, Isolated Clusters with Amazon EC2
> ----------------------------------------------------------------
>
>                 Key: METRON-63
>                 URL: https://issues.apache.org/jira/browse/METRON-63
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Nick Allen
>
> The provisioning scripts should allow the user to create multiple, independent clusters by simply changing the "env" variable.



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