[Openstack] Reg: Networking in VMs

2013-05-30 Thread Nehal J. Wani
I am testing openstack in my college LAN network. I am able to have multiple nova compute nodes. But there is no networking in the VMs. what is the best possible solution to test this out? Any suggestions? I tried creating pools with the command nova-manage floating create --pool=nova --ip_range=

Re: [Openstack] Can I create a VM with 2 NICs while there is only one network?

2013-05-30 Thread Liu Wenmao
Rosen: I want to implement a virutal IPS(intrusion protection system) on L2 layer, so the input interface and the output interface should be on the same network. Now I manually modify the packet vlan using OpenFlow protocol at the two NICs, so that the loop won't happen. On Thu, May 30, 2013 at

[Openstack] Reg: Nova System Architecture

2013-05-30 Thread Dhanasekaran Anbalagan
Hi Guys, Nova actually developed based on sharing nothing arch. But in my question is I have five computer node. each compute node 8 cores. It's possible can I start instance with 32 core machine. Please guide me. -Dhanasekaran Did I learn something today? If not, I wasted it. ___

[Openstack] Multiple machines hosting cinder-volumes with Folsom ?

2013-05-30 Thread Sylvain Bauza
Hi, It sounds quite unclear for me about the possibility *in Folsom* to have two distinct Cinder hosts having each one LVM backend called cinder-volumes ? As per the doc [1], I would say the answer is no, but could you please confirm ? If so, do you have any idea on how to trick a nearly f

Re: [Openstack] Reg: Nova System Architecture

2013-05-30 Thread Salvatore Orlando
Hi Dhanasekaran, It seems to me that the 'shared nothing' architecture [1] probably has little to do with your need, as it refers to the various nova nodes, rather than instances. It looks like you want to start an instance which is distributed across several nodes. Is this your goal? Salvatore

[Openstack] Fwd: [Grizzly][Quantum] Floating IP is not reachable

2013-05-30 Thread Anil Vishnoi
Forwarding again with some hope for response :) -- Forwarded message -- From: Anil Vishnoi Date: Thu, May 30, 2013 at 3:14 AM Subject: [Grizzly][Quantum] Floating IP is not reachable To: "openstack@lists.launchpad.net" Hi All, I have a setup where controller/network node is r

Re: [Openstack] Fwd: [Grizzly][Quantum] Floating IP is not reachable

2013-05-30 Thread Salvatore Orlando
We will need to look at iptables on your network node. If you run iptables -n -tnat --list you should see a couple of DNAT/SNAT rules for forwarding traffic netween 9.126.108.127. In any case, bear in mind that the default security group does not allow ICMP. If you have not enabled it, it might as

Re: [Openstack] Reg: Nova System Architecture

2013-05-30 Thread Dhanasekaran Anbalagan
HI Salvatore, It's possible start an instance which is distributed across several nodes. it's my goal. please guide me. -Dhanasekaran. Did I learn something today? If not, I wasted it. On Thu, May 30, 2013 at 9:33 AM, Salvatore Orlando wrote: > Hi Dhanasekaran, > > It seems to me that the 's

Re: [Openstack] [grizzly]Problems of qpid as rpcbackend

2013-05-30 Thread minmin ren
Hi all, I think it is a bug of qpid as rpcbackend. Other service(nova-compute, cinder-scheduler, etc) use eventlet thead to run service. They stop service use thread kill() method. The last step rpc.cleanup() just did nothing, because the relative consume connection run in thread and killed. I

[Openstack] Openstack with Ceph, boot from volume

2013-05-30 Thread Martin Mailand
Hi Josh, I am trying to use ceph with openstack (grizzly), I have a multi host setup. I followed the instruction http://ceph.com/docs/master/rbd/rbd-openstack/. Glance is working without a problem. With cinder I can create and delete volumes without a problem. But I cannot boot from volumes. I do

[Openstack] [Cinder] Re: Multiple machines hosting cinder-volumes with Folsom ?

2013-05-30 Thread Sylvain Bauza
Le 30/05/2013 15:25, Sylvain Bauza a écrit : Hi, It sounds quite unclear for me about the possibility *in Folsom* to have two distinct Cinder hosts having each one LVM backend called cinder-volumes ? As per the doc [1], I would say the answer is no, but could you please confirm ? If so, d

[Openstack] Grizzly Multinode, but Quantum not working

2013-05-30 Thread Nikola Pajtic
Hi all, I followed the Grizzly Multinode howto (https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst), but could not make Quantum operational. I apologize in advance for the long email, but I was hoping that someone can help me w

Re: [Openstack] [grizzly]Problems of qpid as rpcbackend

2013-05-30 Thread Ray Pekowski
I am not familiar with impl_qpid,py, but am familiar with amqp.py and have had problems around rpc_amqp.cleanup() the Pool.empty() method it calls. It was a totally different problem, but I decided to take a look at your problem. I noticed that in impl_qpid.py the only other place a connection.clo

[Openstack] Havana-1 development milestone available

2013-05-30 Thread Thierry Carrez
Hi everyone, The first milestone of the Havana development cycle, "havana-1" is now available for Keystone, Glance, Nova, Horizon, Networking, Cinder, Ceilometer, and Heat. It contains all the new features that have been added since the Grizzly pre-release Feature Freeze in March. You can see the

[Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Doug Hellmann
The ceilometer team has had a few requests for help with older versions of ceilometer or running the grizzly version of ceilometer with older versions of other OpenStack components lately. We appreciate the level of interest in the project but, as much as we would like to, unfortunately we are not

Re: [Openstack] Reg: Nova System Architecture

2013-05-30 Thread Aaron Rosen
No, you would have to start several instances one on each compute node and implement that distribution in your application. On Thu, May 30, 2013 at 6:46 AM, Dhanasekaran Anbalagan wrote: > HI Salvatore, > > It's possible start an instance which is distributed across several > nodes. it's my goal

Re: [Openstack] Can I create a VM with 2 NICs while there is only one network?

2013-05-30 Thread Aaron Rosen
Yes, I understand you can do this without causing a loop. Why not use the same interface to send and receive traffic? On Thu, May 30, 2013 at 1:16 AM, Liu Wenmao wrote: > Rosen: > > I want to implement a virutal IPS(intrusion protection system) on L2 > layer, so the input interface and the outp

Re: [Openstack] Reg: Nova System Architecture

2013-05-30 Thread Dhanasekaran Anbalagan
HI Aaron, I would like to know how the sharing of resources happening in OpenStack. Assume that there are two compute nodes of 4 physical cores each with 16 GB of Physical RAM each, would I be able to start an instance with 8 cores and 32 Gb of RAM. How this is handled in Openstack. -Dhanasekaran

Re: [Openstack] Reg: Nova System Architecture

2013-05-30 Thread Salvatore Orlando
Hi again, You would need a compute driver for a hypervisor supporting a distributed virtual machine. I have a very limited knowledge of server virtualization and nova drivers, but I don't think such driver exists for nova. In fact, I don't think a hypervisor which does that is generally available

Re: [Openstack] Baremetal deployment [Grizzly]

2013-05-30 Thread Mikyung Kang
Hello Chris, This may help: (even though it's too late ^^;) nova/virt/baremetal/db/sqlalchemy/migration.py 56 - from migrate import exceptions as versioning_exceptions 56 + try: 57 + # Try the more specific path first (migrate <= 0.6) 58 + from migrate.versioning import exceptions as ver

Re: [Openstack] Fwd: [Grizzly][Quantum] Floating IP is not reachable

2013-05-30 Thread Anil Vishnoi
This is how my iptable looks like # iptables -n -tnat --list Chain PREROUTING (policy ACCEPT) target prot opt source destination nova-api-PREROUTING all -- 0.0.0.0/00.0.0.0/0 Chain INPUT (policy ACCEPT) target prot opt source destination Chain O

Re: [Openstack] Openstack with Ceph, boot from volume

2013-05-30 Thread Josh Durgin
On 05/30/2013 07:37 AM, Martin Mailand wrote: Hi Josh, I am trying to use ceph with openstack (grizzly), I have a multi host setup. I followed the instruction http://ceph.com/docs/master/rbd/rbd-openstack/. Glance is working without a problem. With cinder I can create and delete volumes without

[Openstack] HA & Tiered Storage

2013-05-30 Thread Chris Bartels
Hi, I have plans to rent dedicated servers running on full server sized VMs running on OpenStack, and the servers all will feature 2-tier storage schemes, so that the customers can have both a 10k rpm SAS drive based disk & another SSD based disk on their dedicated server. Each server will

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Tim Bell
Doug, Can you advise on what the plan/policy will be for Havana ? - Will I be able to run Havana core components such as Nova with Grizzly ceilometer ? - Will I be able to run Havana ceilometer with Grizzly core components (with reduced functionality compared to the

Re: [Openstack] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-30 Thread Darragh O'Reilly
Hi Farhan and Rahul, I think this issue would only be seen by people using the OVS plugin in a  multinode setup with GRE tunnels and doing more than simple ping and ssh access. It seems some sites like github.com are either ignoring or not receiving the "destination unreachable - need fragmentat

Re: [Openstack] [ceph-users] Openstack with Ceph, boot from volume

2013-05-30 Thread Martin Mailand
Hi Weiguo, my answers are inline. -martin On 30.05.2013 21:20, w sun wrote: > I would suggest on nova compute host (particularly if you have > separate compute nodes), > > (1) make sure "rbd ls -l -p " works and /etc/ceph/ceph.conf is > readable by user nova!! yes to both > (2) make sure you can

[Openstack] Remote access to the windows virtual machine

2013-05-30 Thread Narayanan, Krishnaprasad
Hallo All, Currently, I use VNC to access the windows virtual machine deployed in OpenStack. But this gives me a smaller view of the Windows GUI or Desktop. Is there any way from the Horizon GUI to have an enlarged view of the Windows Desktop? Can I get any suggestions to connect to the window

Re: [Openstack] Openstack with Ceph, boot from volume

2013-05-30 Thread Martin Mailand
Hi Josh, On 30.05.2013 21:17, Josh Durgin wrote: > It's trying to talk to the cinder api, and failing to connect at all. > Perhaps there's a firewall preventing that on the compute host, or > it's trying to use the wrong endpoint for cinder (check the keystone > service and endpoint tables for the

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Doug Hellmann
>From what I understand, it is unusual to support mixing components from different releases like that. Am I wrong? Doug On Thu, May 30, 2013 at 3:29 PM, Tim Bell wrote: > ** ** > > Doug, > > ** ** > > Can you advise on what the plan/policy will be for Havana ? > > ** ** > > **-

Re: [Openstack] [ceph-users] Openstack with Ceph, boot from volume

2013-05-30 Thread Martin Mailand
Hi Josh, I found the problem, nova-compute tries to connect to the publicurl (xxx.xxx.240.10) of the keytone endpoints, this ip is not reachable from the management network. I thought the internalurl is the one, which is used for the internal communication of the openstack components and the publi

Re: [Openstack] [ceph-users] Openstack with Ceph, boot from volume

2013-05-30 Thread Josh Durgin
On 05/30/2013 01:50 PM, Martin Mailand wrote: Hi Josh, I found the problem, nova-compute tries to connect to the publicurl (xxx.xxx.240.10) of the keytone endpoints, this ip is not reachable from the management network. I thought the internalurl is the one, which is used for the internal communi

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

2013-05-30 Thread Brian Schott
For windows, you could add TCP port 3389 to your security group and enable remote desktop access in windows. The VNC console access in Horizon is really intended for administrative/management access rather than production usage. Brian - Brian Sch

Re: [Openstack] [ceilometer] support for older versions of ceilometer

2013-05-30 Thread Tim Bell
The difficulties of upgrading OpenStack while running production services was one of the major feedbacks from the user survey at Portland. Core components are including N/N+1 upgrades into their plans for Havana so big bang (and high risk of extended downtime) upgrades are no longer the defaul

Re: [Openstack] [ceph-users] Openstack with Ceph, boot from volume

2013-05-30 Thread Martin Mailand
Hi Josh, that's working. I have to more things. 1. The volume_driver=cinder.volume.driver.RBDDriver is deprecated, update your configuration to the new path. What is the new path? 2. I have in the glance-api.conf show_image_direct_url=True, but the volumes are not clones of the original which ar

Re: [Openstack] [ceph-users] Openstack with Ceph, boot from volume

2013-05-30 Thread Josh Durgin
On 05/30/2013 02:18 PM, Martin Mailand wrote: Hi Josh, that's working. I have to more things. 1. The volume_driver=cinder.volume.driver.RBDDriver is deprecated, update your configuration to the new path. What is the new path? cinder.volume.drivers.rbd.RBDDriver 2. I have in the glance-api.c

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] [ceph-users] Openstack with Ceph, boot from volume

2013-05-30 Thread Martin Mailand
Hi Josh, now everything is working, many thanks for your help, great work. -martin On 30.05.2013 23:24, Josh Durgin wrote: >> I have to more things. >> 1. The volume_driver=cinder.volume.driver.RBDDriver is deprecated, >> update your configuration to the new path. What is the new path? > > cind

Re: [Openstack] [ceph-users] Openstack with Ceph, boot from volume

2013-05-30 Thread Josh Durgin
On 05/30/2013 02:50 PM, Martin Mailand wrote: Hi Josh, now everything is working, many thanks for your help, great work. Great! I added those settings to http://ceph.com/docs/master/rbd/rbd-openstack/ so it's easier to figure out in the future. -martin On 30.05.2013 23:24, Josh Durgin wr

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

2013-05-30 Thread Narayanan, Krishnaprasad
Hi Gabriel, The path to the file was correct and I had changed it to 1024 * 768 and I could see the change in the VNC window size. Thanks for your suggestion and it is working. Regards, Krishnaprasad From: Staicu Gabriel [mailto:gabriel_sta...@yahoo.com] Sent: Donnerstag, 30. Mai 2013 23:28 To:

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

2013-05-30 Thread Narayanan, Krishnaprasad
Hi Brian, The Windows server 2012 OpenStack edition comes with TCP port 3389 enabled. I don't think we should specify it in the security groups as this is already taken care in the Windows firewall. Thanks Krishnaprasad From: Brian Schott [mailto:brian.sch...@nimbisservices.com] Sent: Donnersta

Re: [Openstack] [grizzly]Problems of qpid as rpcbackend

2013-05-30 Thread minmin ren
Hi Ray, Thanks for your reply. try except change to line 386 only solve cinder-scheduler or nova-compute service which is the similar implementation stop raise exception. However, all cinder-volume queue be removed when one of multi-cinder-volume service stop. It is another problem. I us

Re: [Openstack] [grizzly]Problems of qpid as rpcbackend

2013-05-30 Thread minmin ren
Hi Ray, Thanks for your reply. try except change to line 386 only solve cinder-scheduler or nova-compute service which is the similar implementation stop raise exception. However, all cinder-volume queue be removed when one of multi-cinder-volume service stop. It is another problem. I us

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

2013-05-30 Thread Brian Schott
I don't think the default security groups (visible in Horizon or nova secgroup-list-rules) has 3389 open, unless maybe you are running Windows Server 2012 and Hyper-V as the hypervisor?  There are 2 layers of firewalls.  The OpenStack security groups outside the windows guest and the windows fir

Re: [Openstack] How to assign External ip to vm without quantum L3 agent

2013-05-30 Thread balaji patnala
Hi Aron, Do we have any sample provider network extension available in Grizzly Release. If so, Can you please share that information. Any other information on this will be appreciated. Thanks, Balaji.P On Thu, May 30, 2013 at 11:37 AM, Aaron Rosen wrote: > No but the provider network extenti

Re: [Openstack] How to assign External ip to vm without quantum L3 agent

2013-05-30 Thread Aaron Rosen
Sure, let us know if there is something unclear with the doc: http://docs.openstack.org/trunk/openstack-network/admin/content/provider_networks.html On Thu, May 30, 2013 at 11:24 PM, balaji patnala wrote: > Hi Aron, > > Do we have any sample provider network extension available in Grizzly > Rel