Re: [Openstack] Windows instance licensing in OpenStack

2013-01-24 Thread longeek

  
  

  Does only Hyper-V ok?
  
   01/24/2013 04:45 PM, Razique Mahroua :


  
  I found that page
  https://www.microsoft.com/licensing/about-licensing/virtualization.aspx
  

  Razique Mahroua-Nuage  Co
razique.mahr...@gmail.com
Tel:
+33 9 72 37 94 15
  
  



  Le 24 janv. 2013  09:10, Davide Guerri davide.gue...@gmail.com
a crit :
  
  This is a very interesting thread for
us :)

How about desktop versions of Windows? 
Is there a volume license that can be used with the IaaS?


Davide.



On 23/gen/2013, at 21:45, Peter Pouliot ppoul...@microsoft.com
wrote:

Site/Volume licensing works too.
  The KMS is there to enable/enforce the local
  activiation/licensing.
  
  The details of any licenses are also affected by the
  product skus that are involved.
  
  Peter J. Pouliot, CISSP
  Senior SDET, OpenStack
  
  Microsoft
  New England Research  Development Center
  One Memorial Drive,Cambridge, MA 02142
  ppoul...@microsoft.com
  | Tel: +1(857) 453 6436
  
  From: Willard Dennis [mailto:willarddennis@live.com]
  
  Sent: Wednesday, January 23, 2013 3:40 PM
  To: Jay Pipes; openstack@lists.launchpad.net;
  Peter Pouliot
  Subject: RE: [Openstack] Windows instance licensing in
  OpenStack
  
  See http://www.microsoft.com/licensing/existing-customers/product-activation-faq.aspx
  
  Looks like KMS would be the appropriate means; your MSFT
  reseller would sell you a KMS license key to use for the
  appropriate pool of server / app instances, then it is
  loaded into the KMS server, which then activates the
  instantiated systems. I checked with MSFT Licensing, the
  rep said there is no limit on number of uses of a KMS
  license key, just an aggregate activation threshold. See
  further http://technet.microsoft.com/en-us/windows/dd197314.aspx
  for more details.
  
  We dont use KMS here, so dont know about the hairy
  details, sorry...
  
  Best,
  Will
  
  
  From: Peter Pouliot
  Sent: January 23, 2013 12:04 PM
  To: Jay Pipes, openstack@lists.launchpad.net
  Subject: Re: [Openstack] Windows instance licensing in
  OpenStack
  
  Ok,
  
  I am no MS licensing expert, however. Here is my
  understanding of it.
  
  If you are using a windows vm on a hypervisor other than
  windows server with the Hyper-V role enabled you need to
  license per vm. 
  
  
  
  If you are using windows server with Hyper-V enable you
  can license at the hypervisor/server rather than at the vm
  level.
  
  This does not include Hyper-V server, which only requires
  licensing of the windows guests.
  
  p
  
  
  
  Peter J. Pouliot, CISSP
  Senior SDET, OpenStack
  
  Microsoft 
  New England Research  Development Center
  One Memorial Drive,Cambridge, MA 02142
  ppoul...@microsoft.com
  | Tel: +1(857) 453 6436
  
  -Original Message-
  From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net
  [mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net]
  On Behalf Of Jay Pipes
  Sent: Wednesday, January 23, 2013 9:31 AM
  To: openstack@lists.launchpad.net
  Subject: Re: [Openstack] Windows instance licensing in
  OpenStack
  
  On 01/23/2013 08:41 AM, Balamurugan V G wrote:
  Hi,

I wonder how the Windows Licensing would work in
OpenStack. Lets say I
have a Windows Image which I have already activated. Now
if I launch N
instances of this image, what are the SO licensing
implications? Will I
have to license/re-activate on each of the 

Re: [Openstack] Problem with VNC on compute node

2013-01-24 Thread longeek

Hi,
   I also get the same issuse, I have check the vnc config in nova config.
   Can anybody tell us about why this and how the horizon access the vnc?

Tks,
Best Regards,


Lawrency Meng
mail: mengql112...@gmail.com

? 01/24/2013 12:27 AM, Guilherme Russi ??:

Hello guys,

 I'm installing the folsom version and I have one computer like the 
controller and one being the compute node. I can start the VM with 
cirros OS but I can't use the VNC, I got the error: Failed to connect 
to server (code: 1006). I've been following this tutorial: 
http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html.


Can anybody help me?

Thank you and regards.

Guilherme.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



--

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [COSUG] how the nova-api wsgi receive request?

2013-01-23 Thread longeek

Hi friends,
I have got the idea about this by komobo and devstack.
komobo is powerful that can debug remote python,perl,php...etc

if you have the same question about it, you can email to me, I will help
you.

Good Luck.


Lawrency Meng
mail: mengql112...@gmail.com


于 01/22/2013 07:08 PM, longeek 写道:
 Hi friends,
 openstack wsgi use eventlet to spawn one process which listening the
 request.
 I have known how the wsgi service running,
 but how the wsgi receive request and how to follow it by debug?

 any good ideas?

 Tks,
 Best Regards,

 Lawrency Meng
 mail: mengql112...@gmail.com



-- 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to debug the wsgi app when get the request?

2013-01-22 Thread longeek
Hi,
Now I have known that how to debug the wsgi server when it runs.
But when I set the breakpoint and then use the CURL to fork the request
to nova-api, I cann't get the debug info, such as var data.

any good idea?

--
Lawrency Meng
mail:mengql112...@gmail.com

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [COSUG] how the nova-api wsgi receive request?

2013-01-22 Thread longeek

Hi friends,
openstack wsgi use eventlet to spawn one process which listening the
request.
I have known how the wsgi service running,
but how the wsgi receive request and how to follow it by debug?

any good ideas?

Tks,
Best Regards,

Lawrency Meng
mail: mengql112...@gmail.com

-- 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp