[
https://issues.apache.org/jira/browse/MESOS-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kone resolved MESOS-1124.
-------------------------------
Resolution: Fixed
commit 75764c8cdfeee05bff3bcfcdd0d05fc4f18b4059
Author: Steven Phung <[email protected]>
Date: Wed Apr 30 07:52:31 2014 -0700
Used security group names to look up clusters instead of security group
id in ec2 mesos python script.
Review: https://reviews.apache.org/r/20884
> Mesos EC2 scripts: Cannot find any cluster
> ------------------------------------------
>
> Key: MESOS-1124
> URL: https://issues.apache.org/jira/browse/MESOS-1124
> Project: Mesos
> Issue Type: Bug
> Components: ec2
> Affects Versions: 0.17.0
> Environment: MacOS X Mavericks, 0.19.2
> Reporter: Flavian Alexandru
> Assignee: Steven Phung
> Priority: Critical
> Labels: patch
> Fix For: 0.19.0
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> Currently, the Mesos EC2 scripts are consistently failing to perform any
> management tasks after launching a cluster.
> The below will work as expected:
> {code}
> ./mesos-ec2 -k "mkey" -i mykey.pem -w 550 -z "us-east-1c" -t m1.large launch
> mycluster
> {code}
> After the cluster is launched:
> {code}
> ./mesos-ec2 -k "mykey" -i mykey.pem login mycluster // fails
> // ERROR: Could not find any existing cluster
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)