Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unhandled exception while setting static ip address #589

Open
fsoltanshahi opened this issue Sep 6, 2016 · 0 comments
Open

unhandled exception while setting static ip address #589

fsoltanshahi opened this issue Sep 6, 2016 · 0 comments

Comments

@fsoltanshahi
Copy link

I am trying to use the following plugin to set a public ip address for grid master node. It works on Linux but on windows it fails 80% of the times with unhandled exception.

Platform: Windows-8.1-6.3.9600
---------- SYSTEM INFO ----------
Platform: Windows-8.1-6.3.9600
boto: 2.40.0
paramiko: 2.0.2

Crypto: 2.6.1

from starcluster.clustersetup import ClusterSetup
from starcluster.logger import log

class ElasticIPSetup(ClusterSetup):

def __init__(self,elasticip):
     self.elasticip = elasticip
     log.debug('elasticip = %s' % elasticip)

def run(self, nodes, master, user, user_shell, volumes):

    master.ec2.conn.associate_address(master.instance.id,self.elasticip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant