[Openstack] Cloudpipe - Routing not working

2013-02-27 Thread Ronivon Costa
Hello guys, I need some advice with a cloudpipe setup. I have a basic Folsom installation (single server), using VlanManager. I am setting up a vpn for the subnet 10.0.4.0 (please see diagram below). instance1 nova-controller cloudpipe openvpn

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Ronivon Costa
Your logs contain no useful information related to your problem. You should send the piece of log that contains the information generated when you launched the vm. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.

Re: [Openstack] Problem starting a VM

2013-02-05 Thread Ronivon Costa
Have you looked the compute.log file? You should really start from there. :D Also, if you really expect some help, you must provide some information. Search in the logs for clues, and if it can't help or you don't understand what you see, then send it along as well. Roni. No dia 5 de Fev de 2013

Re: [Openstack] OpenStack Single Node Network Setting

2013-01-26 Thread Ronivon Costa
Hello Li, and everyone on the list. Yes, indeed I have my personal cloud working for several months now. If you want to deploy it on Ubuntu, check my blog. I have updated it with my deployment tool. It works just fine for both physical boxes and virtual boxes. Also, it setup the network using Vla

Re: [Openstack] Tenant Isolation - Virtualbox

2013-01-24 Thread Ronivon Costa
In fact I've put together a potential > version here: > > https://review.openstack.org/#/c/20362/ > > Unless I've messed something up, with this patch, you should be able to > set: > > bridge_forward_inteface=xxx # where xxx is your public_interface > > And get the behavior yo

Re: [Openstack] Tenant Isolation - Virtualbox

2013-01-23 Thread Ronivon Costa
onment > up and have a play. > > See this post: > http://humbledown.org/virtualbox-intel-vlan-tag-stripping.xhtml > > Regards, > Kev > > > On 20 January 2013 15:32, Ronivon Costa wrote: > >> Hello, >> >> I am playing with Openstack and VlanManag

[Openstack] Tenant Isolation - Virtualbox

2013-01-20 Thread Ronivon Costa
Hello, I am playing with Openstack and VlanManager in a Virtualbox machine. Is it tenant isolation supposed to work in this setup? I have several tenants, and the instances for them have landed on different subnets (11.0.1.x, 11.0.2.x, 11.0.3.x, etc). It is possible to ping and ssh other tenant

Re: [Openstack] Partition Guide for single server install?

2012-11-26 Thread Ronivon Costa
Hi Lance, I had some experiences with a single server deployment, and the bottom line is, use LVM for your partitions. Glance will take lots os space, so I would recommend creating separate LVM for its images. Also, you can create one LVM for the instances. Size depends on how many images you will

Re: [Openstack] nova-volumes problem after host reboot

2012-11-18 Thread Ronivon Costa
et_instance_status_db() { INSTUUID=$1 echo "MySQL Password:" read PW mysql -unova -p$PW nova -e "update instances set power_state='1', vm_state='active', task_state=NULL where uuid='$INSTUUID'" } INSTUID=$(get_instanceid_in_db $1) if [ "

Re: [Openstack] nova-volumes problem after host reboot

2012-11-10 Thread Ronivon Costa
Hi, Had some improvement with this issue. Could boot the instance using virsh, following livemoon advice with small adaptation. However the problem still is not fixed. The volume table was update: mysql -unova -p$PW nova -e "update volumes set mountpoint=NULL, attach_status='detached', instanc

[Openstack] nova-volumes problem after host reboot

2012-11-10 Thread Ronivon Costa
Hi there, I am dealing with this issue for a while, but could not figure out what is going on. After a reboot in the openstack server, I am not able to restart ANY instance that had a nova-volume attached. I tried the DR procedure here without any improvement: http://docs.openstack.org/trunk/open

Re: [Openstack] Can't access Dashboard

2012-11-09 Thread Ronivon Costa
Hello, After initial installs I had seen 404 several times, but most of the times was not due dashboard itself. The dashboard refuses to open when you have some critical errors such as the nova-api not starting. Also, when glance does not work, the Images panel on the dashboard will throw an error

Re: [Openstack] Imposible terminate instance in essex

2012-10-25 Thread Ronivon Costa
Hi, Try setting the instance to Active/None/Running in the database, then terminate the instance. That works for me... :) Cheers, Roni. On 25 October 2012 01:27, Daniel Vázquez wrote: > Hi here! > > I can't terminate instance in essex version. > > I tried from horizon and from nova delete comm