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 <[email protected]>
Date:   2016-03-09T23:48:11Z

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

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to