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

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

2013-07-23 Thread Staicu Gabriel
that accepts dhcp packets is created once an instance is spawned. I will try the same thing on an centos64. Regards, Gabriel From: David Kang dk...@isi.edu To: Staicu Gabriel gabriel_sta...@yahoo.com Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net

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

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

Re: [Openstack] Quantum question

2013-07-13 Thread Staicu Gabriel
  From: Remo Mattei r...@mattei.org To: Staicu Gabriel gabriel_sta...@yahoo.com Cc: openstack@lists.launchpad.net 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

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

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 arin...@live.com To: openstack openstack@lists.launchpad.net Sent: Thursday, April 25,

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

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 mmus...@isi.edu To:

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 gkot...@redhat.com To: jian@canonical.com Cc: openstack@lists.launchpad.net Sent: Wednesday, January 23, 2013 10:08 AM

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 luisguilherme...@gmail.com To: openstack@lists.launchpad.net Sent: Monday, December 10, 2012 6:15 PM Subject: [Openstack] Problem hen

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 zhang.lei@gmail.com To: Tim Bell tim.b...@cern.ch Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net

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 olivier.arc...@ifremer.fr To: Staicu Gabriel gabriel_sta...@yahoo.com Cc: 张家龙 zhan...@awcloud.com; openstack openstack@lists.launchpad.net Sent: Friday

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 leande...@gmail.com To:

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

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 razique.mahr...@gmail.com To: williamherrych...@gmail.com Cc: openstack@lists.launchpad.net

[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

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 he...@me.com To: Gurjar,

[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

[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