Questions tagged [eucalyptus]

Eucalyptus implements an IaaS (Infrastructure as a Service) private cloud, accessible via AWS APIs such as Amazon EC2 and Amazon S3.

Eucalyptus implements an IaaS (Infrastructure as a Service) private cloud that is accessible via an API compatible with Amazon EC2 and Amazon S3. For more informattion check what is eucalyptus

144 questions
7
votes
4 answers

openstack Hello World

I would like to write a program on an open-stack cloud. When I search for resources, all I find are installation and Admin manuals. I have a cloud installed, now how do I run a program on it? An example of using the message queue or the blob-store…
eshalev
  • 3,033
  • 4
  • 34
  • 48
5
votes
3 answers

Java Cloud APIs

I'm looking to write a Java (Groovy actually) web application that will need to talk to both AWS and Eucalyptus clouds for both compute and storage. So we're looking for a Java library that can talk to both. I know that Eucalyptus is supposed to be…
Everett Toews
  • 10,337
  • 10
  • 44
  • 45
4
votes
2 answers

How to access an Eucalyptus Walrus(S3) using Amazon AWS SDK for C#

I have downloaded the Amazon AWS SDK for C#, I have no problem accessing the EC2 part of our private cloud running Eucalyptus, I can list, Images, Instances, Zones ... This is working fine : AmazonEC2 ec2 =…
pallaire
  • 113
  • 1
  • 9
4
votes
1 answer

OpenNebula vs. Eucalyptus

I am currently learning the basics of cloud computing and in my scripts there are two frameworks mentioned. OpenNebula and Eucalyptus. I've read a few words about each framework but somehow i am not able to fully understand the difference between…
Moonlit
  • 5,171
  • 14
  • 57
  • 95
3
votes
3 answers

Which open source platform is good for a private/hybrid cloud?

I'm working on building a private cloud, and we've been considering Eucalyptus and OpenNebula. Are there any other good open source platform available for building a private/hybrid cloud? Between Eucalyptus and OpenNebula, which one do you…
user372993
  • 358
  • 2
  • 10
3
votes
2 answers

Custom endpoint in AWS powershell

I am trying to use AWS Powershell with Eucalyptus. I can do this with AWS CLI with parameter --endpoint-url. Is it possible to set endpoint url in AWS powershell? Can I create custom region with my own endpoint URL in AWS Powershell?
stkxchng
  • 65
  • 5
  • 26
3
votes
3 answers

Image URL Naming Scheme

Prologue: I'm building a sort of CMS/social networking service that will host many images. I'm intending on using Eucalyptus/Amazon S3 to store the images and was wondering about the significance of the seemingly-random file-names used by sites like…
3
votes
1 answer

Which Open Source Cloud Management Platform supports Amazon-RDS?

I have been trying to use Amazon Web services, specially EC2 and RDS. Nowadays most CMP (Cloud Management Platform) like Eucalyptus, OpenNebula, OpenStack, Nimbus and CloudStack all support Ec2 to a certain level, some do it better than others.…
Flame_Phoenix
  • 16,489
  • 37
  • 131
  • 266
3
votes
1 answer

How do they give fake load given to the cloud instances?

Link to the video In any case i'll explain what is happening in the video: A single eucalyptus instance is running and he gives some type of load to the instance and it reaches a point where he automatically deploys another instance to help…
Pavan
  • 658
  • 2
  • 7
  • 28
2
votes
4 answers

Can we install eucalyptus on single computer?

I want to learn about Eucalyptus cloud computing. I have read few documentation pages on eucalyptus website but im still confused about some parts of it. I have downloaded Eucalyptus and Eucatools. I would like to know whether we can install all…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
2
votes
1 answer

Eucalyptus set up issue while uploading an image

I followed the following link for installing Eucalyptus cloud environment on CentOS 6.2 http://www.server-world.info/en/note?os=CentOS_6&p=eucalyptus. I am getting the following error when trying to upload an image : [root@Cloud centos-6.3-x86_64]#…
2
votes
1 answer

Can I run Ubuntu Enterprise Cloud on Sun sparc servers?

I would like to deploy a private cloud using Ubuntu Server 9.10. There is a -sparc iso available here. My question is if any of the cloud packages included in 9.10 will work on sparc hardware? A search for sparc on the Eucalyptus forums yields no…
ERR0
  • 635
  • 4
  • 18
2
votes
1 answer

Load Balancing Code Modification - Eucalyptus Query

I am working on a Cloud Project. I want to modify the Eucalyptus code for load balancing in the cloud. I have the source code configured with Eclipse. I want to know the dependent files of load balancer in the source code and I need to change them…
FrOgY
  • 151
  • 5
1
vote
2 answers

cloud and eucalyptus authentication experiment

In general we can enter to eucalyptus with some credentials.but i want to have my own authentication policy of implementing.Here i would like to use key distribution center for providing the keys for confidentiality so that user can have security…
Pratap M
  • 1,059
  • 3
  • 21
  • 31
1
vote
0 answers

It is possible to use euca-register on AWS with a snapshot instead of an image location (manifest.xml)?

I have a snapshot that I would like to register as an AMI on Amazon Web Services. I can register this snapshot easily enough using ec2-tools' ec2-register but I would prefer to use euca2ools. I know euca2ools is constantly playing catch up, but I…
1
2 3
9 10