The Ubuntu Enterprise Cloud (UEC) is Ubuntu's Eucalyptus-powered cloud
platform. Ubuntu has gone to great lengths to integrate Eucalyptus into their
distributions.
While providing Eucalyptus' core functionality, UEC differs from Eucalyptus
in three ways: UEC adds an Image Store that provides users with a repository
of pre-created images kept by Ubuntu; the registration process is based on
avahi for discovering and integrating components with UEC; and the color
scheme of the UEC's Web UI is designed to conform with Ubuntu's current
theme.
We welcome UEC questions here on this forum, but some processes are UEC
specific and users of this forum may not be familiar with them. Please see
the following links to additional UEC documentation and resources if these
forums are not sufficient:
http://www.ubuntu.com/cloud/private
https://help.ubuntu.com/community/UEC
http://ubuntuforums.org
http://fnords.wordpress.com/2010/02/21/ubuntu-enterprise-cloud-autoregis...
The topic of this forum is the Eucalyptus Community Cloud. For general discussion about cloud computing, please see our General Forum. For questions and assistance with your Eucalyptus deployment, please see our Support Forum.
To sign up for the Eucalyptus Community Cloud, please see http://open.eucalyptus.com/CommunityCloud. For information on how to interact with the Community Cloud, please see our Eucalyptus User's Guide.
Just starting to play around with Eucalyptus, I've hit a few issues over the days - I've raised tickets when appropriate.
Anyhow, I've written up all my notes at http://smop.co.uk/mediawiki/index.php/Eucalyptus. I think there are some useful bits here for people - some fixes for when I'd missed a step or the instructions were unclear together with the troubleshooting and diagnostic steps I took.
HTH, I'm not a Java developer but I try and give back where I can!
Adrian
Welcome to the articles and blogs forum. We are preparing the web site for having blogs and articles about Eucalyptus and cloud related topics. If you have a specific topic that you would like us to raise or cover, please leave a comment on this thread (for example security in the cloud, or security in eucalyptus).
We'll create new thread per item I(article or blog) to encourage discussion and comments.
The new web site is been up for about a month, and with it we added the requested Community Wiki. We are working in improving your experience on the site: feel free to post here what you like, what you don't like and what you would like to see.
We started to see spam posts on our forum: when we see it, we disable the user and delete the post. If you think your account was disabled by mistake, please contact us at community@eucalyptus.com. And if you find unappropriate postings on this site let us know and we'll take appropriate action.
Hi all,
I have been trying to use the Official AWS C# client library to interact with a local Walrus service (running Ubuntu Enterprise Cloud 10.04) . Initially I was having trouble with Authentication due to the difference in the service path between S3 and Walrus. Now I get a seemingly valid response to a GET on the service, with the following body
< ListAllMyBucketsResponse xmlns="http://s3.amazonaws.com/doc/2006-03-01/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
< ListAllMyBucketsResponse >
...
< /ListAllMyBucketsResponse >
< /ListAllMyBucketsResponse >
Any Idea why the < ListAllMyBucketsResponse > element is wrapped in another < ListAllMyBucketsResponse > element? Or why the < ? xml ... directive is missing? It seems like boto and other tools can make up for this poorly formatted xml. Unfortunately, C#'s Xserializer is a little more picky.
Any one else come across some good C# client libraries for communicating with Walrus?
hello eucalyptus users,
I have cloud ready and can run 300+ VMs.
Can you help me for getting customers? By which I can sell these VMs and want to make money out of it.
Who could be customers for these VMs? Any help?
Please help in this topic.
Hi,
I have Ubuntu 9.04 installation on the cloud systems(CLC) and the image of Ubuntu i am able to make it up and running. Now i have got a requirement for a suse image with 10GB space. As there is no Suse image readily available, how do i go with this.
Please help me.
Regards,
Sreevats
Hi,
I have Ubuntu 9.04 installation on the cloud systems(CLC) and the image of Ubuntu i am able to make it up and running. Now i have got a requirement for a suse image with 10GB space. As there is no Suse image readily available, how do i go with this.
Please help me.
Regards,
Sreevatsa
I have setup a cloud first time using euca2ools1.3 and eucalyptus2.0 , all euca commands work fine even i have registered images and started running vms though they didn't run. but when my machine starts or i open another terminal, i run any euca-command and find this error:
Warning: failed to parse error message from AWS: :1:49: syntax error
Traceback (most recent call last):
File "/usr/bin/euca-describe-availability-zones", line 97, in
main()
File "/usr/bin/euca-describe-availability-zones", line 93, in main
euca.display_error_and_exit('%s' % ex)
File "/usr/lib/python2.5/site-packages/euca2ools/__init__.py", line 1079, in display_error_and_exit
dom = minidom.parseString(msg)
File "/usr/lib/python2.5/xml/dom/minidom.py", line 1923, in parseString
return expatbuilder.parseString(string)
File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 940, in parseString
return builder.parseString(string)
File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: syntax error: line 1, column 49
.I have python 2.6 installed and using centos.