nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
516 stars 148 forks source link

cannot login to node because temp key-pair was created for all the node #81

Closed xiatao123 closed 6 years ago

xiatao123 commented 6 years ago

using update-clojure-jclouds branch

WARN compute - to avoid creating temporary keys in aws-ec2, use templateOption overrideLoginCredentialWith(id_rsa) DEBUG compute - >> creating keyPair region(us-west-2) group(nimbus-test) DEBUG compute - << created keyPair([region=us-west-2, keyName=jclouds#nimbus-test#995, fingerprint=6b:92:ec:18:e3:a1:98:eb:c9:34:8b:59:78:ee:fc:31, sha1OfPrivateKey=92:46:38:2a:41:33:3d:66:d0:b9:11:f1:72:f0:e9:7a:af:e9:9c:e8, keyMaterial?=true])

INFO execute - Admin user storm /Users/txia/.ssh/id_rsa /Users/txia/.ssh/id_rsa.pub ERROR core - errors found [{:message "Unexpected exception: throw+: {:type :pallet/ssh-connection-failure, :message \"ssh-fail: server 52.27.222.60, port 22, user storm, group :supervisor-test\", :cause #}", :type :pallet/action-execution-error, :cause #<ExceptionInfo slingshot.ExceptionInfo: throw+: {:type :pallet/ssh-connection-failure, :message "ssh-fail: server 52.27.222.60, port 22, user storm, group :supervisor-test", :cause #}>}]

xiatao123 commented 6 years ago

@tbatchelli any quick work around for this issue?