Has anyone setup a StarCluster on an Eucalyptus cloud? I've tried but the googleable information related to setting up StarCluster in a private cloud (not EC2 VPC, but a real private OpenStack or Eucalyptus cloud) is rather limited.
I was getting the error below:
$ bin/starcluster start mynewcluster
StarCluster - (
http://web.mit.edu/starcluster) (v. 0.9999)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
!!! ERROR - AuthFailure: AWS was not able to validate the provided access credentials
<starcluster.commands.start.CmdStart object at 0x20bc7d0>
Traceback (most recent call last):
File "bin/starcluster", line 6, in <module>
cli.main()
File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cli.py", line 198, in main
StarClusterCLI().main()
File "/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cli.py", line 161, in main
traceback.print_tb(e.traceback)
File "/usr/lib/python2.6/site-packages/boto-2.0-py2.6.egg/boto/exception.py", line 100, in __getattr__
raise AttributeError
AttributeError
-Ron
Received on Tue Nov 22 2011 - 23:58:16 EST