You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by nickwallen <gi...@git.apache.org> on 2016/03/10 00:53:22 UTC

[GitHub] incubator-metron pull request: METRON-63 Support Provisioning Mult...

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

----


---
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-63 Support Provisioning Mult...

Posted by cestella <gi...@git.apache.org>.
Github user cestella commented on the pull request:

    https://github.com/apache/incubator-metron/pull/42#issuecomment-196293674
  
    +1, looks good


---
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-63 Support Provisioning Mult...

Posted by dlyle65535 <gi...@git.apache.org>.
Github user dlyle65535 commented on the pull request:

    https://github.com/apache/incubator-metron/pull/42#issuecomment-194830121
  
    Looks good. Do you think it makes sense to preface the ssh-key name with the env as well?


---
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-63 Support Provisioning Mult...

Posted by nickwallen <gi...@git.apache.org>.
Github user nickwallen commented on the pull request:

    https://github.com/apache/incubator-metron/pull/42#issuecomment-194886595
  
    The key pair now uses the key name.  Ready for merge.


---
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-63 Support Provisioning Mult...

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

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


---
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-63 Support Provisioning Mult...

Posted by dlyle65535 <gi...@git.apache.org>.
Github user dlyle65535 commented on the pull request:

    https://github.com/apache/incubator-metron/pull/42#issuecomment-195065258
  
    I'm +1. Looks great. Ran a full cluster install with it.


---
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-63 Support Provisioning Mult...

Posted by nickwallen <gi...@git.apache.org>.
Github user nickwallen commented on the pull request:

    https://github.com/apache/incubator-metron/pull/42#issuecomment-194836316
  
    Yes, I think it would make sense to tie the key to the environment.  I can add that change.


---
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.
---