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
0
votes
2 answers

static ip address changes automatically to 169.254.169.254 of cc machine (eucalyptus cloud)

I am using MANAGED-NOVLAN. I am using eucalyptus private cloud on centos 6.6 with one machine as CC and one machine as NC. instance start fine, public/private ip addresses are assigned correctly,but my cc machines ip automatically change to…
Cloud
  • 21
  • 3
0
votes
1 answer

error (403): 403 Forbidden on using euca2ools against openstack

I want to use ecua2ools against openstack nova service and AWS EC2. I have managed to get it working for AWS. I am trying to do the same for openstack. I installed devstack from here. But, I couldn't see EC2 API on horizon. So, I installed back…
kosta
  • 4,302
  • 10
  • 50
  • 104
0
votes
1 answer

Unable to login User credentials -Eucalyptus

We are trying to download user credentials by entering into Eucalyptus management console but couldn't do so.As we are entering USERNAME and PASSWORD as admin into the management console ,its not accepting it and showing the error "Invalid…
Cloud
  • 21
  • 3
0
votes
2 answers

Hive Create table over S3 in RIAK CS

I have Hive service running on a Hadoop cluster. I'm trying to create a Hive table over Eucalyptus(RIAK CS) S3 data. I have configured the AccessKeyID and SecretAccessKey in core-site.xml and hive-site.xml. When I execute the Create table command…
Veronica
  • 1
  • 4
0
votes
1 answer

How to access an instance in eucalyptus?

i have installed Eucalyptus Faststart (cloud-in-a-box) on vmware. i then launched the instance with pre-configured image of centos. but then i am not able to start the instance. the connect option for the instances is activated but then after the…
0
votes
2 answers

how to use Couchbase as a database in the cloud?

I need to make a database stored in the cloud for an application. i just need to store and retrieve images from that database to the application. i found Couchbase and i think that's the way to go for me, but im not really sure of how to start. I…
angel208
  • 281
  • 1
  • 5
  • 15
0
votes
1 answer

EUCALYPTUS Set machine name using euca-run-instances

I have read the Eucalyptus documentation ( https://www.eucalyptus.com/docs/euca2ools/3.0/euca2ools-guide/euca-run-instances.html#euca-run-instances ) as well as searched on Google as well as in this site to following question and could not find a…
Jim_Brent
  • 1
  • 5
0
votes
2 answers

Kubernetes, Eucalyptus and A.W.S

I did not find any topic talking about eucalyptus and Kubernetes. And I find that quite weird because eucalyptus allow you to create an hybrid cloud with a private cloud A.W.S. compatible for the S3, EBS and EC2. And, so I was thinking with just…
Hevy
  • 101
  • 1
  • 7
0
votes
1 answer

Root login in instance with eucalyptus

I have a eucalyptus with a node and fronted. I created a instance and i can connect with cloud-user@IpOfIstance. Bu if I get sudo su command, the instance needs a passw of root, but i not created this password. How can I connect in instance with…
0
votes
1 answer

Eucalyptus FastStart: NC detects wrong disk size

I installed the Eucalyptus FastStart Image to familiarize myself with Eucalyptus, but for some reason the NC doesn't detect the correct disk size: from /var/log/eucalyptus/nc.log: 2015-04-03 17:49:56 INFO | disk space for instances:…
marcap
  • 5
  • 2
0
votes
1 answer

walrus not configured on centos in eucalyptus

During configuration of a private eucalyptus cloud on centos6 the following error is coming: Could not connect to server : connection refused Is the server running on host "local host " (::1) and accepting Tcp/Ip connection on port 8777 ? Could not…
happy-me
  • 1
  • 2
0
votes
1 answer

Internal Server Error when accessing Eucalyptus console

For test purpose, I installed Eucalyptus faststart on a VMWare Workstation virtual machine (CentOS 64 bits-6.6 Minimal). Eucalyptus installs fine, but when trying to access to the console (port 8888), I got "Internal Server Error". I checked the log…
Nassim
  • 1
  • 4
0
votes
1 answer

warn:walrus url not configured in eucalyptus centos 6

I am installing eucalyptus on centos 6 and while generating administrator credentials on the cloud controller I am getting the warning:Walrus url not configured on running the following commands: 1. Generate administrator…
happy-me
  • 1
  • 2
0
votes
1 answer

I want to create an open source cloud storing and sharing system, where should i start?

I actually want to create a public cloud which communicates with another server deployed somewhere and the communication has to be encrypted and my friends should be able to access the public cloud to download files stored in the cloud. As this is a…
Sam
  • 104
  • 3
  • 10
0
votes
1 answer

can I aggregate computing resources from multiple servers in a private cloud?

It might be a naive question, but I have four servers (on the same network) which I want to utilize for running a computing intensive tool. The tool itself is not designed to be run in a distributed environment (a cluster). So if I use a private…
Sami
  • 7,797
  • 18
  • 45
  • 69