[Openstack] Error while creating more than 4 instances simultaneously.

2013-04-08 Thread Jorge Luiz Correa
Hi all, I'm trying to launch a lot of instances simultaneously. I'm using Openstack 2012.2.3-0ubuntu1 installed on an ubuntu server, from deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main repository, according to the official documentation. When I try that my

Re: [Openstack] First steps in development for cloud.

2012-11-29 Thread Jorge Luiz Correa
From: Jorge Luiz Correa corre...@gmail.com Date: Tuesday, November 27, 2012 6:45 AM To: openstack@lists.launchpad.net openstack@lists.launchpad.net Subject: [Openstack] First steps in development for cloud. Hi all!! I would like to know if there is some tutorial about first steps

[Openstack] First steps in development for cloud.

2012-11-27 Thread Jorge Luiz Correa
Hi all!! I would like to know if there is some tutorial about first steps in development for cloud. For example, the dev team here asked to me about some API, libraries etc that help them in development of an application that could interact with the cloud. What they want is to develop an

[Openstack] How to access an instance from Dashboard using VNC (password)?

2012-05-18 Thread Jorge Luiz Correa
Hi all, how we can access an instance using the dashboard and the VNC it provides? For example, if a common user creates an instance and click on VNC tab, he will be able to see a VNC console and login screen. How can he know the password? If the instance is created in command line with nova boot

Re: [Openstack] How to access an instance from Dashboard using VNC (password)?

2012-05-18 Thread Jorge Luiz Correa
Here is the instance full log: http://pastebin.com/SfmzZ4ET It is an ubuntu precise cloud image. It doesn't output the password. Curious... On Fri, May 18, 2012 at 10:12 AM, Vaze, Mandar mandar.v...@nttdata.comwrote: **Ø **But, from inside dashboard, I couldn't find where to get a

[Openstack] Help with security groups (in use error) in juju/openstack.

2012-05-10 Thread Jorge Luiz Correa
Hi all! I'm having some problems with juju and security groups in openstack. When I try to instantiate about 10 instances, some of them generate an error related to the security groups. The log below is from nova-api.log. I'm using versions from ubuntu 12.04 LTS packages (nova*, keystone etc).

Re: [Openstack] Help with security groups (in use error) in juju/openstack.

2012-05-10 Thread Jorge Luiz Correa
: On 05/10/2012 09:28 AM, Jorge Luiz Correa wrote: Hi all! I'm having some problems with juju and security groups in openstack. When I try to instantiate about 10 instances, some of them generate an error related to the security groups. The log below is from nova-api.log. I'm using

[Openstack] Problem with security_groups quota exceeded.

2012-05-07 Thread Jorge Luiz Correa
Hi! I would like some help with security group quotas. I'm using juju with Essex, all from 12.04 repos. I have two charms to create a hadoop cluster. Everything works fine up to 6 instances, then juju can't instantiate no one more. #!/bin/bash clear juju bootstrap sleep 60; juju deploy

Re: [Openstack] No official Diablo 2011.3.1 for oneiric?

2012-04-05 Thread Jorge Luiz Correa
I've been testing some versions and decided to use ubuntu packages because the same concerns you've mentioned. But, I reached a point where I can't instantiate more than 16 virtual machines. There are a lot of changes in the network component that fix this problem but I've checked they weren't

Re: [Openstack] How to start/stop/restart services in devstack

2012-01-26 Thread Jorge Luiz Correa
I've created a script. Test if it helps you. You have to create the /var/log/nova dir. mkdir -p /var/log/nova __ startnova.sh: #!/bin/bash service rabbitmq-server start cd /opt/stack/glance/bin ./glance-registry --config-file=../etc/glance-registry.conf

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Jorge Luiz Correa
When using Devstack the files are written to /opt/stack/component. So, you can find nova.conf in /opt/stack/nova/bin/. Regards. On Tue, Jan 24, 2012 at 3:48 PM, Joe Smithian joe.smith...@gmail.comwrote: Hi All, I installed OpenStack using devsatck script (http://devstack.org/) on Ubuntu

Re: [Openstack] Error while installing devstack

2012-01-23 Thread Jorge Luiz Correa
Just some changes I did to got stack.sh working behind a proxy: devstack/stackrc: Changed all https to http. devstack/files/pip/*: The same, https to http (-e git+http:// ...) devstack/stack.sh: in the line with PIP INSTALL, I included the --proxy=http://proxy.url:port/ ... (like the lines you

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Jorge Luiz Correa
Well, I tried to install from Ubuntu (Oneiric) repos but just could get it working without keystone. So, in this case, I couldn't use horizon (requires keystone). Trying to use the dashboard from repos, it didn't work. Currently, I'm running Diablo from ubuntu repos without dashboard, just

[Openstack] Memory quota in nova-compute nodes.

2012-01-19 Thread Jorge Luiz Correa
Hi! I would like to know if it's possible to configure quota in each nova-compute node. For example, I set up a new hardware with 8 GB of memory and install the nova-compute, but I wish only 4 GB of memory are used (dedicated to nova-compute). Is it possible? If so, how can I configure that?

Re: [Openstack] Memory quota in nova-compute nodes.

2012-01-19 Thread Jorge Luiz Correa
Hum, I'm just studying and understanding the ccgroups to try this with libvirt and kvm (all nodes are linux here). My case is a test that can be very useful for us. We have about 150 computers spread over the LAN. These computers are desktops and notebook underutilized. So, our test scenario is

Re: [Openstack] Openstack configuration with single interface and with external dhcp

2012-01-03 Thread Jorge Luiz Correa
Hi, try to put eth0 on network host in promiscuous mode: ifconfig eth0 promisc Cheers! :) On Tue, Jan 3, 2012 at 3:45 PM, Rasika Karunathilaka rasika.karunathil...@gmail.com wrote: Team, I need to configure Openstack on private vlan where DHCP ips are pushed from external DHCP server

[Openstack] Help with python-novaclient and keystone : expecting AUTH (HTTP 400).

2011-12-15 Thread Jorge Luiz Correa
Hi! I'm testing a new installation (virtual environment) as following: (1) I've installed Openstack using the Devstack Script (with some modification to work here), so, all in one installation. (2) Then, I started to install Openstack from a clean Ubuntu Oneiric instalation, but using packages

Re: [Openstack] Four compute-node, everytime the 1st and 2nd are choosen

2011-11-10 Thread Jorge Luiz Correa
Is there a flag in nova.conf that permits we configure that? In documentation we can see that exists some algorithms used by scheduler. But, I don't know how to choose that one best fit our requirements. Thanks! :) On Wed, Nov 9, 2011 at 1:36 PM, Ed Leafe ed.le...@rackspace.com wrote: On Nov

Re: [Openstack] Four compute-node, everytime the 1st and 2nd are choosen

2011-11-09 Thread Jorge Luiz Correa
I would like to understand that too. When I was testing, in some cases, a 16 GB node were with no instance while a 2 GB host ran 3 or 4 instances. And, new instances were to the 2 GB node, even all the nodes 'smiling'. Thanks! On Wed, Nov 9, 2011 at 1:14 PM, Razique Mahroua

[Openstack] What I have to install on the image to mount a volume?

2011-10-26 Thread Jorge Luiz Correa
Hi, is there something I have to install on my images to mount a volume? I have a volume and I can mount it on ubuntu oneiric UEC image (we can download from Internet, the gziped file). All work fine! But, I have some images with ubuntu server that I've created. When I try to attach a volume to

Re: [Openstack] iptables issue

2011-10-20 Thread Jorge Luiz Correa
I have already read that CHECKSUM parameter is not acceptable for some versions of kernel (distros). I think it's your case. - May need to update iptables package kernel to support CHECKSUM rule. []'s On Thu, Oct 20, 2011 at 1:46 AM, aliex_liu aliex_...@hotmail.com wrote: ** /var/log/syslog

[Openstack] Help with Dashboard and Keystone

2011-10-14 Thread Jorge Luiz Correa
Hi all. I'm trying to set up a Dashboard with my nova instalation (Diablo) and I'm getting some errors. My environment: Ubuntu 11.04 Server 64 OpenStack: ppa:openstack-release/2011.3 Keystone: ppa:keystone-core/trunk Swift: ppa:swift-core/ppa Dashboard: https://github.com/4P/openstack-dashboard

[Openstack] How to get a Dashboard version that doesn't use keystone?

2011-10-14 Thread Jorge Luiz Correa
I gave up to configure a OpenStack Diablo with Keystone (everything is still very new). So, I would like to get an older Dashboard, compatible with Cactus (although I'm using diablo) so I don't have to use Keystone. How can I get it? The tutorial is wrong. sudo bzr init-repo . sudo bzr branch

Re: [Openstack] create/attach volume in openstack

2011-10-07 Thread Jorge Luiz Correa
I've read somewhere that flavors (different types of VMs, like m1.tiny, m1.small etc) have some disk space. This disk space is available as a device like /dev/vbd. Moreover, it seems the volume attached to a VM isn't predictable in what device it will be attached, so we need to search for them in

Re: [Openstack] openstack dashboard

2011-10-07 Thread Jorge Luiz Correa
I appreciate too! Is it possible to use Dashboard as interface to Swift to do users activities, for example, a web interface like Dropbox where users can upload and download files? I've seen tutorials with Cyberduck, but just one client isn't cool. Thanks! On Fri, Oct 7, 2011 at 6:19 AM, Khaled

Re: [Openstack] Error whence starting nova-network - iptables-restore

2011-10-07 Thread Jorge Luiz Correa
9:11 AM, Jorge Luiz Correa corre...@gmail.com wrote: Hi! I would like some help with nova-network. Yestarday it was working and now I'm having problems. 2011-10-07 08:56:20,884 AUDIT nova [-] Starting network node (version 2011.3-nova-milestone-tarball:tarmac-20110922115702-k9nkvxqzhj130av2

Re: [Openstack] Error whence starting nova-network - iptables-restore

2011-10-07 Thread Jorge Luiz Correa
Hi all! Just to report about my problem... I've detected the cause. Among many log entries, one character was very important: the # in the following line: (nova): TRACE: Stderr: Bad argument `#'\nError occurred at line: 18\nTry `iptables-restore -h' or 'iptables-restore --help' for more

Re: [Openstack] dns issue?

2011-10-07 Thread Jorge Luiz Correa
are happening with the packets. tcpdump -n -i interface port 53 :) On Fri, Oct 7, 2011 at 2:51 PM, Sharif Islam isla...@indiana.edu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/07/2011 01:44 PM, Jorge Luiz Correa wrote: Check if you have a dnsmasq running on host that runs nova