Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread Staicu Gabriel
accepts dhcp packets is created once an instance is spawned. I will try the same thing on an centos64. Regards, Gabriel From: David Kang To: Staicu Gabriel Cc: "openstack@lists.launchpad.net (openstack@lists.launchpad.net)" Sent: Tuesday, July

Re: [Openstack] [Quantum/Neutron] VM cannot get IP address from DHCP server

2013-07-23 Thread Staicu Gabriel
Hi, Please can you look up in the iptables? Normally on a working openstack host the packets comming in the filter table in the input chain are directed to the nova-network-INPUT which has a rule to accept dhcp packets. On my setup is something like: -A INPUT -j nova-network-INPUT . . . -A nova

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Staicu Gabriel
Yes it's ok. Or you can use another computer with virt-manager installed which supports running windows virtual machines on it. In other words another computer with cpu with virtualization feature + kvm + virt-manager. If you use the option with another computer you will have to copy the resulted

Re: [Openstack] Quantum question

2013-07-13 Thread Staicu Gabriel
.. :), Ciao Gabriel   From: Remo Mattei To: Staicu Gabriel Cc: "openstack@lists.launchpad.net" Sent: Sunday, July 14, 2013 1:48 AM Subject: Re: [Openstack] Quantum question One more thing to this slide there is a physical router that can be configured by the admin etc and I can d

Re: [Openstack] Quantum question

2013-07-13 Thread Staicu Gabriel
Hi Remo, If your talking about this document: http://docs.openstack.org/grizzly/openstack-network/admin/content/use_cases_single_flat.html I think that in that case you don't have something from the logical point of view something like a router. You just have L2 segments so there is no place w

Re: [Openstack] Remote access to the windows virtual machine

2013-05-30 Thread Staicu Gabriel
Hi, From the openstack documentation: (http://docs.openstack.org/folsom/openstack-compute/install/apt/content/faq-about-vnc.html) A: These values are hard-coded in a Django HTML template. To alter them, you must edit the template file _detail_vnc.html. The location of this file will vary based

Re: [Openstack] nova-network no ip for vm

2013-04-25 Thread Staicu Gabriel
Hi, What I would do now it to make a tcpdum on interface br100 to look for the bootpc packets that the port receives and sends. Also here from your paste of "ifconfig -a" I don't see the bridge interface... Regards, Gabriel From: Arindam Choudh

Re: [Openstack] nova-network no ip for vm

2013-04-25 Thread Staicu Gabriel
Hi, A place to look for eventually error messages is also /var/log/messages. Look for dnsmasq related message and post them here. Regards, Gabriel From: Arindam Choudhury To: openstack Sent: Thursday, April 25, 2013 11:10 AM Subject: [Openstack] nova-networ

Re: [Openstack] [OpenStack] How to speed up the instance launch time?

2013-03-05 Thread Staicu Gabriel
Hi, As a rule of thumb how I worked around this issue was to add a new hdd. I allocated this new hdd only to /var/lib/nova/instances/_base and the other hdd to /var/lib/nova/instances/ so in this manner to the first time a instance  is spawn on server the process use the full capacity of a hdd.

Re: [Openstack] How to Query Nova Instance Faults

2013-02-07 Thread Staicu Gabriel
Hi, 1) connect to mysql database: mysql -uroot -p 2) use nova database once in mysql prompt mysql> use nova; 3) find the error values mysql> select * from instance_faults; Regards, Gabriel From: Malek Mushleh To: openstack@lists.launchpad.net Sent: Thurs

Re: [Openstack] Is the Quantum a network bottleneck

2013-01-23 Thread Staicu Gabriel
These are great news Gary. Do you happen to know if the patch will be also available for folsom? Thanks, Gabriel From: Gary Kotton To: jian@canonical.com Cc: openstack@lists.launchpad.net Sent: Wednesday, January 23, 2013 10:08 AM Subject: Re: [Openstack

Re: [Openstack] Problem hen running VM instances

2012-12-10 Thread Staicu Gabriel
Hi, The simplest way to check is to have a look at /var/log/nova/nova-compute.log Regards, Gabriel From: Guilherme Russi To: openstack@lists.launchpad.net Sent: Monday, December 10, 2012 6:15 PM Subject: [Openstack] Problem hen running VM instances Hi aga

Re: [Openstack] How to deploy openstack automatically in your env.

2012-12-04 Thread Staicu Gabriel
Hi, Also to get starting you can use openstack-demo-install which comes in the packet openstack-utils. Regards, Gabriel From: Lei Zhang To: Tim Bell Cc: "openstack@lists.launchpad.net" Sent: Tuesday, December 4, 2012 4:08 AM Subject: Re: [Openstack] How

Re: [Openstack] Questions about novnc with multihost OpenStack Nova Compute(Essex) in multihost

2012-10-26 Thread Staicu Gabriel
regarding openstack in Paris on 29 November. Are you interested?...:) Regards, Gabriel From: Olivier Archer To: Staicu Gabriel Cc: 张家龙 ; openstack Sent: Friday, October 26, 2012 11:36 AM Subject: Re: [Openstack] Questions about novnc with multihost OpenStack

Re: [Openstack] Questions about novnc with multihost OpenStack Nova Compute(Essex) in multihost

2012-10-25 Thread Staicu Gabriel
Hi, I have a cloud constructed on ubuntu12.04 with openstack essex.     -controller node: 10.205.16.18     The configuration regarding vnc:     --vncserver_host=0.0.0.0     --vncproxy_url=http://10.205.16.18:6080     --ajax_console_proxy_url=http://10.205.16.18:8000     --novnc_enabled=true     -

Re: [Openstack] [OpenStack][Glance][Nova] How to export images created from running instances?

2012-05-29 Thread Staicu Gabriel
Hi, I did that. Create snapshot from the running machine, identify the file corresponding to the snapshot. In my case was a qcow2 file and then add to essex with glance add Regards, Gabriel From: Leander Bessa Beernaert To: openstack@lists.launchpa

Re: [Openstack] Nova-compute doesn't start on reboot, only manually

2012-05-28 Thread Staicu Gabriel
Hi, It happend to me in case of a server. Investigating I found out that libvirt-bin isn't starting fast enough for nova-compute. So I added this line in /etc/init/nova-compute.conf "start libvirt-bin" to look as: pre-start script     mkdir -p /var/run/nova     chown nova:root /var/run/n

Re: [Openstack] libvirt.xml.template

2012-05-23 Thread Staicu Gabriel
Hi, On the server when I installed from packages it is in this location: /usr/share/pyshared/nova/virt/libvirt.xml.template Regards, Gabriel From: Razique Mahroua To: williamherrych...@gmail.com Cc: openstack@lists.launchpad.net Sent: Wednesday, May 23, 20

[Openstack] error in documentation regarding novnc configuration on newly added compute node

2012-05-18 Thread Staicu Gabriel
Hi all, I observed an error in documentation regarding the configuration needed to be done on additional compute-nodes in order to allow vnc access to instances. >From what I understood from doc you just have to copy nova.conf on additional >nodes. However there are some changes to made in the n

Re: [Openstack] [Compute] nova-compute does not show up as ":-)" in nova-manage service list

2012-05-17 Thread Staicu Gabriel
Thanks a lot Joe! Since yesterday I had this issue with nova-compute and after I synchronized the clock on the servers and restart nova-compute on the server with the issue it works great. Thanks a lot! Gabriel From: Joseph Heck To: "Gurjar, Unmesh" Cc: "

[Openstack] instance hangs when registering image

2012-05-11 Thread Staicu Gabriel
Hi, I have a server on which I run all the the services of openstack. The characteristics of the server are: -cpu:12 cores -ram:24 GB -hdd: 500GB -ubuntu12.04 64bits -openstack essex installed from default repository I observed the following behavior: If while I am registering an image, I am work

[Openstack] dimenssion of vnc console window

2012-05-09 Thread Staicu Gabriel
Hi, I found a way to change the dimenssion of the window image for the vnc console. The file to be changed is: /usr/share/pyshared/horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html. The parameters are: width="1280" height="900" Regards, Gabriel _

[Openstack] regarding this Message #09165 (VNC error with latest version of Firefox)

2012-03-28 Thread Staicu Gabriel
Hi Diego, I observed the same behavior as you. I am using the latest packages from http://ops.rcb.me/packages. Everything works fine except the connection to vnc console from the latest firefox (11.0) on linux. I tried also with firefox 11.0 from win7 and the error is the same. What workaround