Re: [Openstack] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-07 Thread Peter Pouliot


https://blueprints.launchpad.net/ceilometer/+spec/hyper-v-agent

Sent from my Verizon Wireless 4G LTE Smartphone



 Original message 
From: Julien Danjou jul...@danjou.info
Date: 06/07/2013 4:37 AM (GMT-05:00)
To: Peter Pouliot ppoul...@microsoft.com
Cc: Bruno Oliveira brunnop.olive...@gmail.com,OpenStack 
openstack@lists.launchpad.net
Subject: Re: [Openstack] [HyperV][Ceilometer] Performance statistics from 
Hyper-V with Ceilometer and libvirt


On Thu, Jun 06 2013, Peter Pouliot wrote:

 The hyper-v driver uses WMI.
 Libvirt is not used. There is currently no support for celometer, however we
 should have havana blueprints meaning it is one of the things we are trying
 to deliver.

We'd be glad to have this support indeed. I don't think I saw any
blueprint about this on Ceilometer, did you already create them
somewhere?

--
Julien Danjou
;; Free Software hacker ; freelance consultant
;; http://julien.danjou.info
___
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] [HyperV][Ceilometer] Performance statistics from Hyper-V with Ceilometer and libvirt

2013-06-06 Thread Peter Pouliot
The hyper-v driver uses WMI.
Libvirt is not used.   There is currently no support for celometer, however we 
should have havana blueprints meaning it is one of the things we are trying to 
deliver.

P


Sent from my Verizon Wireless 4G LTE Smartphone



 Original message 
From: Julien Danjou jul...@danjou.info
Date: 06/06/2013 7:56 AM (GMT-05:00)
To: Bruno Oliveira brunnop.olive...@gmail.com
Cc: OpenStack openstack@lists.launchpad.net
Subject: Re: [Openstack] [HyperV][Ceilometer] Performance statistics from 
Hyper-V with Ceilometer and libvirt


On Wed, Jun 05 2013, Bruno Oliveira wrote:

 So far, in the irc channel #openstack-ceilometer, I got to know that
 ceilometer, just like collectd, uses libvirt to query the hypervisors
 for data (thanks dhellmann !). BUT if check in the libvirt.org site,
 it's being said
 that there's support for Hyper-V: http://libvirt.org/drvhyperv.html
  (given a uri to connect to it).

First question is, is Hyper-V driver for Nova used via libvirt?
If yes, then libvirt should be patched to provide information to
Ceilometer.
If not, then Ceilometer should be patched to learn how to poll Hyper-V.

--
Julien Danjou
# Free Software hacker # freelance consultant
# http://julien.danjou.info
___
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] [HyperV][Quantum] Quantum dhcp agent not working for Hyper-V

2013-06-06 Thread Peter Pouliot
Do you have your vswitch properly configured on your hyper-v host?

Are you using vlans?

P


Sent from my Verizon Wireless 4G LTE Smartphone



 Original message 
From: Bruno Oliveira brunnop.olive...@gmail.com
Date: 06/06/2013 3:55 PM (GMT-05:00)
To: Peter Pouliot ppoul...@microsoft.com
Cc: Steve Heistand steve.heist...@nasa.gov,OpenStack 
openstack@lists.launchpad.net
Subject: Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for 
Hyper-V


@Steve: yeah, the MAC I see in the DHCP REQUEST is the same that
shows up in the DHCP Server (quantum-server)


@Peter: Hmm, should I enable anything in special in 2012, that I do
not have to in 2008 R2 ?
Because apparently I'm still having the same issue... (I just setup
another host with Hyper-V 2012)

Thank you

--

Bruno Oliveira
Developer, Software Engineer





On Wed, Jun 5, 2013 at 10:46 PM, Peter Pouliot ppoul...@microsoft.com wrote:
 First off you should be using hyper-v from 2012 server.  2008 only supports
 flat networking as of the last time I used it.   All active development is
 geared towards 2012 hyper-v.   Functionality for  is minimal for 2008 which
 is also in the wmiv1 namespace.  The legacy/original wmiv1 is basically
 being replaced by wmiv2 for Havana.

 Try hyper-v server 2012, we give it away for free.

 And use that instead of 2008 hyper-v.  You will have better results and 90%
 more functionality.

 P




 Sent from my Verizon Wireless 4G LTE Smartphone



  Original message 
 From: Steve Heistand steve.heist...@nasa.gov
 Date: 06/05/2013 7:08 PM (GMT-05:00)
 To: Bruno Oliveira brunnop.olive...@gmail.com
 Cc: OpenStack openstack@lists.launchpad.net
 Subject: Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working
 for Hyper-V


 is the MAC addr coming from the hyper-v on the dhcp request the same one the
 dhcp-agent is
 expecting?

 s


 On 06/05/2013 03:23 PM, Bruno Oliveira wrote:
 Hello all,

 Guys, there's something regarding quantum that we've been hitting our
 heads
 against a wall for a few weeks, but can't figure out. Can you please
 take a look?

 Here's the scenario:

 We currently have a single-node devstack build, running nova (compute),
 glance,
 quantum (with OpenVSwitch), swift and cinder -- besides keystone and
 ceilometer.

 On that very same machine, our kvm hypervisor is running. Everything
 works like a charm with it:  dhcp, magic_ip (169.254.169.254), reaching
 in/outside networks, etc.


 Now for the issue: there's another host running hyper-v 2008 r2, and on
 top of that, we got Cloudbase's (cloudbase.it) Compute Driver for Hyper-V.
 That way, we're successfully being able to create VMs for it (Hyper-V),
 BUT...

 Even though there's a virtual switch in there (hyper-v), the network for
 the
 instances are not working - the instances are not being assigned with an
 IP from quantum-dhcp UNLESS I use the FLAT NETWORK model to assign
 a public ip for each of them.   So...

 1. Is there a must  to have ANOTHER quantum-server just for hyper-v nodes
 taking that I do not want to use Flat Network ?
 (by another, I mean one besides the working one I have for KVM)

 2. In our case, we're intending to have NAT IPs for each of the instance
 we
 have running on hyper-v, not public_ips directly assigned to them, is
 it possible?

 After all the testing and research we did, we concluded that  we CAN
 see the DHCP broadcast coming from hyper-v (via tcpdump'ing on
 any interface that is on the same subnet) but the DHCP response/reply
 is not working.

 Note:  $quantum agent-list  DOES list the quantum-agent from kvm
 but not from hyper-v

 Does anyone have any guesses or suggestions of what we could
 possibly try ?


 Thank you a lot

 --

 Bruno Oliveira
 Developer, Software Engineer

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


 --
 
  Steve Heistand   NASA Ames Research Center
  SciCon Group Mail Stop 258-6
  steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000
 
  Any opinions expressed are those of our alien overlords, not my own.

 # For Remedy#
 #Action: Resolve#
 #Resolution: Resolved   #
 #Reason: No Further Action Required #
 #Tier1: User Code   #
 #Tier2: Other   #
 #Tier3: Assistance  #
 #Notification: None #


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

Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for Hyper-V

2013-06-05 Thread Peter Pouliot
First off you should be using hyper-v from 2012 server.  2008 only supports 
flat networking as of the last time I used it.   All active development is 
geared towards 2012 hyper-v.   Functionality for  is minimal for 2008 which is 
also in the wmiv1 namespace.  The legacy/original wmiv1 is basically being 
replaced by wmiv2 for Havana.

Try hyper-v server 2012, we give it away for free.

And use that instead of 2008 hyper-v.  You will have better results and 90% 
more functionality.

P




Sent from my Verizon Wireless 4G LTE Smartphone



 Original message 
From: Steve Heistand steve.heist...@nasa.gov
Date: 06/05/2013 7:08 PM (GMT-05:00)
To: Bruno Oliveira brunnop.olive...@gmail.com
Cc: OpenStack openstack@lists.launchpad.net
Subject: Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for 
Hyper-V


is the MAC addr coming from the hyper-v on the dhcp request the same one the 
dhcp-agent is
expecting?

s


On 06/05/2013 03:23 PM, Bruno Oliveira wrote:
 Hello all,

 Guys, there's something regarding quantum that we've been hitting our heads
 against a wall for a few weeks, but can't figure out. Can you please
 take a look?

 Here's the scenario:

 We currently have a single-node devstack build, running nova (compute), 
 glance,
 quantum (with OpenVSwitch), swift and cinder -- besides keystone and
 ceilometer.

 On that very same machine, our kvm hypervisor is running. Everything
 works like a charm with it:  dhcp, magic_ip (169.254.169.254), reaching
 in/outside networks, etc.


 Now for the issue: there's another host running hyper-v 2008 r2, and on
 top of that, we got Cloudbase's (cloudbase.it) Compute Driver for Hyper-V.
 That way, we're successfully being able to create VMs for it (Hyper-V), BUT...

 Even though there's a virtual switch in there (hyper-v), the network for the
 instances are not working - the instances are not being assigned with an
 IP from quantum-dhcp UNLESS I use the FLAT NETWORK model to assign
 a public ip for each of them.   So...

 1. Is there a must  to have ANOTHER quantum-server just for hyper-v nodes
 taking that I do not want to use Flat Network ?
 (by another, I mean one besides the working one I have for KVM)

 2. In our case, we're intending to have NAT IPs for each of the instance we
 have running on hyper-v, not public_ips directly assigned to them, is
 it possible?

 After all the testing and research we did, we concluded that  we CAN
 see the DHCP broadcast coming from hyper-v (via tcpdump'ing on
 any interface that is on the same subnet) but the DHCP response/reply
 is not working.

 Note:  $quantum agent-list  DOES list the quantum-agent from kvm
 but not from hyper-v

 Does anyone have any guesses or suggestions of what we could
 possibly try ?


 Thank you a lot

 --

 Bruno Oliveira
 Developer, Software Engineer

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


--

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #


___
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] Remote access to the windows virtual machine

2013-05-31 Thread Peter Pouliot
Hi All,

Just to be clear, the Windows 2012 OpenStack Additional available via 
Cloudbase.it has a very specific license.Please make sure you are aware 
prior to using, as it is meant for OpenStack Testing and not production 
workloads.

p

From: Openstack 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Narayanan, Krishnaprasad
Sent: Thursday, May 30, 2013 7:53 PM
To: Brian Schott
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Remote access to the windows virtual machine

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: Donnerstag, 30. Mai 2013 23:03
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Remote access to the windows virtual machine

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 Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.commailto:brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060



On May 30, 2013, at 3:58 PM, Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de wrote:

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 windows virtual machine remotely 
apart from using VNC?

Thanks
Krishnaprasad
From: Narayanan, Krishnaprasad
Sent: Dienstag, 28. Mai 2013 02:42
To: 'JuanFra Rodriguez Cardoso'
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: RE: [Openstack] Windows Image 2008 in OpenStack

Hi JuanFra,

Thanks for the suggestion regarding the usage of cloudinit for windows 
instances.

For all Stackers - I found this URIhttp://www.cloudbase.it/ws2012/ useful 
where there is a Windows Server 2012 Evaluation image available for download 
and it can be directly deployed to OpenStack. I was able to download and deploy 
the image in our ESSEX cloud and create a VM successfully out of the image.

Thanks
Krishnaprasad
From: JuanFra Rodriguez Cardoso [mailto:juanfra.rodriguez.card...@gmail.com]
Sent: Montag, 27. Mai 2013 23:41
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Windows Image 2008 in OpenStack

I think a great tool would be Cloudbase's cloud-init for windows instances:

http://www.cloudbase.it/cloud-init-for-windows-instances/
Regards,
---
JuanFra

2013/5/27 Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de
Hallo All,

Can somebody guide me to create a virtual machine using Windows 2008 image?

Thanks
Krishnaprasad

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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.netmailto: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] Remote access to the windows virtual machine

2013-05-31 Thread Peter Pouliot
So the license was specifically given to Cloudbase to allow openstack users 
have a cloud init enabled Windows image to use for testing Windows workloads on 
OpenStack.   This license applies to the Windows image not the Cloudbaseinit 
bits.  This license is accepted before you download the image from thier site.

Using that image directly  for production would violate the license you 
accepted before you download it.

That being said, it is technically possible to relicense Windows with a DISM 
command accepting a new EULA and passing in a valid license.   This command can 
even be run in the user data string of cloudinit.

;)

P






Sent from my Verizon Wireless 4G LTE Smartphone



 Original message 
From: Brian Schott brian.sch...@nimbisservices.com
Date: 05/31/2013 7:21 PM (GMT-08:00)
To: Peter Pouliot ppoul...@microsoft.com
Cc: openstack@lists.launchpad.net,Krishnaprasad Narayanan 
naray...@uni-mainz.de
Subject: RE: [Openstack] Remote access to the windows virtual machine


Good catch.  Is the license associated with the CloudInit port, or the 
particular image build, or an issue redistributing Windows?
​
While testing our GRID K2 GPU under different hypervisors, we recently built 
OpenStack Windows images for kvm, xen, xenserver, and hyper-v using the 
straight windows installer from Windows evaluation ISOs, but they lacked the 
CloudInit package.  We didn't bother with CloudInit for our testing, but down 
the road we will need to do that.

What is the appropriate way to build a Windows guest image for 
bring-your-own-license deployments?
—
Sent from Mailboxhttps://www.dropbox.com/mailbox for iPad



On Fri, May 31, 2013 at 5:51 PM, Peter Pouliot 
ppoul...@microsoft.commailto:ppoul...@microsoft.com wrote:
Hi All,


Just to be clear, the Windows 2012 OpenStack Additional available via 
Cloudbase.it has a very specific license.Please make sure you are aware 
prior to using, as it is meant for “OpenStack Testing” and not production 
workloads.


p


From: Openstack 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Narayanan, Krishnaprasad
Sent: Thursday, May 30, 2013 7:53 PM
To: Brian Schott
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Remote access to the windows virtual machine


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: Donnerstag, 30. Mai 2013 23:03
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Remote access to the windows virtual machine


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 Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.commailto:brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060






On May 30, 2013, at 3:58 PM, Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de wrote:


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 windows virtual machine remotely 
apart from using VNC?

Thanks
Krishnaprasad
From: Narayanan, Krishnaprasad
Sent: Dienstag, 28. Mai 2013 02:42
To: 'JuanFra Rodriguez Cardoso'
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: RE: [Openstack] Windows Image 2008 in OpenStack

Hi JuanFra,

Thanks for the suggestion regarding the usage of cloudinit for windows 
instances.

For all Stackers - I found this URIhttp://www.cloudbase.it/ws2012/ useful 
where there is a Windows Server 2012 Evaluation image available for download 
and it can be directly deployed to OpenStack. I was able to download and deploy 
the image in our ESSEX cloud and create a VM successfully out of the image.

Thanks
Krishnaprasad
From: JuanFra Rodriguez Cardoso [mailto:juanfra.rodriguez.card...@gmail.com]
Sent: Montag, 27. Mai 2013 23:41
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Windows Image 2008 in OpenStack

I think a great tool would be Cloudbase's cloud-init for windows instances:

http://www.cloudbase.it/cloud-init-for-windows-instances/
Regards,
---
JuanFra

2013/5/27 Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de
Hallo All,

Can somebody guide me to create a virtual machine using Windows 2008 image?

Thanks
Krishnaprasad

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

2013-05-31 Thread Peter Pouliot
Actually images for those  hypervisors should already be on the Cloudbase site 
and I encourage you to use those.

I have some puppet modules that are still work in progress for automating the 
Windows adk and deployment process.  But you are more than welcome to check 
them out.


Https://github.com/ppouliot/ppouliot-petools

This builds a fresh winpe image and files necessary to Pxe on a Windows 
instance via the adk dynamically.

Also

Https://github.com/ppouliot/ppouliot-quartermaster

Is my Pxe infrastructure including Windows unattended puppet templates.

Feel free to check them out.   Also I'm more than happy to discuss further if 
interested.

Please don't hesitate to contact me directly.



Sent from my Verizon Wireless 4G LTE Smartphone



 Original message 
From: Brian Schott brian.sch...@nimbisservices.com
Date: 05/31/2013 7:21 PM (GMT-08:00)
To: Peter Pouliot ppoul...@microsoft.com
Cc: openstack@lists.launchpad.net,Krishnaprasad Narayanan 
naray...@uni-mainz.de
Subject: RE: [Openstack] Remote access to the windows virtual machine


Good catch.  Is the license associated with the CloudInit port, or the 
particular image build, or an issue redistributing Windows?
​
While testing our GRID K2 GPU under different hypervisors, we recently built 
OpenStack Windows images for kvm, xen, xenserver, and hyper-v using the 
straight windows installer from Windows evaluation ISOs, but they lacked the 
CloudInit package.  We didn't bother with CloudInit for our testing, but down 
the road we will need to do that.

What is the appropriate way to build a Windows guest image for 
bring-your-own-license deployments?
—
Sent from Mailboxhttps://www.dropbox.com/mailbox for iPad



On Fri, May 31, 2013 at 5:51 PM, Peter Pouliot 
ppoul...@microsoft.commailto:ppoul...@microsoft.com wrote:
Hi All,


Just to be clear, the Windows 2012 OpenStack Additional available via 
Cloudbase.it has a very specific license.Please make sure you are aware 
prior to using, as it is meant for “OpenStack Testing” and not production 
workloads.


p


From: Openstack 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Narayanan, Krishnaprasad
Sent: Thursday, May 30, 2013 7:53 PM
To: Brian Schott
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Remote access to the windows virtual machine


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: Donnerstag, 30. Mai 2013 23:03
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Remote access to the windows virtual machine


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 Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.commailto:brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060






On May 30, 2013, at 3:58 PM, Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de wrote:


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 windows virtual machine remotely 
apart from using VNC?

Thanks
Krishnaprasad
From: Narayanan, Krishnaprasad
Sent: Dienstag, 28. Mai 2013 02:42
To: 'JuanFra Rodriguez Cardoso'
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: RE: [Openstack] Windows Image 2008 in OpenStack

Hi JuanFra,

Thanks for the suggestion regarding the usage of cloudinit for windows 
instances.

For all Stackers - I found this URIhttp://www.cloudbase.it/ws2012/ useful 
where there is a Windows Server 2012 Evaluation image available for download 
and it can be directly deployed to OpenStack. I was able to download and deploy 
the image in our ESSEX cloud and create a VM successfully out of the image.

Thanks
Krishnaprasad
From: JuanFra Rodriguez Cardoso [mailto:juanfra.rodriguez.card...@gmail.com]
Sent: Montag, 27. Mai 2013 23:41
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Windows Image 2008 in OpenStack

I think a great tool would be Cloudbase's cloud-init for windows instances:

http://www.cloudbase.it/cloud-init-for-windows-instances/
Regards,
---
JuanFra

2013/5/27 Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de
Hallo All,

Can somebody guide me to create

Re: [Openstack] [HyperV][xen] Porting Windows disk_image from xen to HyperV

2013-05-10 Thread Peter Pouliot
From a driver wise perspective.   Windows has the hyper-v bits baked in to 
achieve partial paravirtualization/enlightment.   The problem obviously is 
moving the data from one virtual disk format to another.


In theory 

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 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Bruno Oliveira
Sent: Thursday, May 9, 2013 5:26 PM
To: openstack
Subject: Re: [Openstack] [HyperV][xen] Porting Windows disk_image from xen to 
HyperV

I forgot to mention that I found this doc mentioning how to migrate 
http://jeff-brady.blogspot.com.br/2011/12/linux-on-hyper-v-migrate-redhat-vm-from.html

*But* I'm more concerned for the aspect of driver-wise.
Technically a xen-to-hyperV image will boot, would it be auto-suficient?

I mean, would I have to reinstall all drivers ?

thanks



On Thu, May 9, 2013 at 6:12 PM, Bruno Oliveira brunnop.olive...@gmail.com 
wrote:
 Hi guys,

 I've got a quick question regarding HyperV and Xen virtualization 
 modes and their compatibility.

 Can you help me out on this? Here's the deal:

 Knowing that when xen boots up a Windows box, it goes as HVM 
 (Hardware Virtualization) but needs some PV
 (Paravirtualization) drivers...

 And that Hyper-V *does* work with Windows in HVM (without the 
 PV-drivers), theorically and tecnically, is there a way I could have a 
 Windows Server which the disk_image is xen-based ported to HyperV ? 
 Even if I have to apply some process in the way

 Thank you!

 Regards,

 Bruno de Oliveira
 System Analyst, Developer
 skype: brunnop.oliveira
 brunnop.olive...@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


Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Peter Pouliot
Did you explicitly create the vm as a VHD.  If not it was created as VHDX.   
VHDX isn't currently supported, it's on our roadmap for Havana.

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 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Bruno Oliveira
Sent: Thursday, May 9, 2013 12:42 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V 
server

Hi guys,

I'm having an issue deploying a vm to a hyper-v host, i wont boot
note: the disk_image itself was built by that very hyperv host

I'm currently using openstack (devstack) build grizzly within a Ubuntu 12.04 
LTS.

And my HyperV has  got the Hyper-V Nova-Compute Driver

please, check it out:

I have successfully uploaded (glance image-create) a WinServer virtual machine 
from a Hyper-V host with the property hypervisor_type=hyperv. Here are the 
stats:


$ /opt/stack/keystone/etc$ glance image-list
+--+-+-+--+++
| ID   | Name
  | Disk Format | Container Format | Size   | Status |
+--+-+-+--+++
| d9fbe5db-b852-4832-9deb-c558d559eadf | Windows-Server-2008-R2-x64
  | vhd | bare | 7486832640 | active |
+--+-+-+--+++

$ glance image-show d9fbe5db-b852-4832-9deb-c558d559eadf

++--+
| Property   | Value|
++--+
| Property 'hypervisor_type' | hyperv   |
| checksum   | 202700a9b2b4f662b62ac5acebc09860 |
| container_format   | bare |
| created_at | 2013-05-09T13:33:48  |
| deleted| False|
| disk_format| vhd  |
| id | d9fbe5db-b852-4832-9deb-c558d559eadf |
| is_public  | True |
| min_disk   | 0|
| min_ram| 0|
| name   | Windows-Server-2008-R2-x64   |
| owner  | 670f5dd4070d44b6a8308277a236d1af |
| protected  | False|
| size   | 7486832640   |
| status | active   |
| updated_at | 2013-05-09T14:01:02  |
++--+

But for some reason, it won't ever boot.
nova --boot is not being able to start it in my HyperV...

$ nova boot hyperv-deploy-test \
--image d9fbe5db-b852-4832-9deb-c558d559eadf \
--flavor 3
++
| Property| Value
++
| status | BUILD
| updated| 2013-05-09T16:09:28Z
| OS-EXT-STS:task_state  | scheduling
| OS-EXT-SRV-ATTR:host   | None
| key_name   | None
| image  | Windows-Server-2008-R2-x64
| hostId |
| OS-EXT-STS:vm_state| building
| OS-EXT-SRV-ATTR:instance_name  | instance-001c
| OS-EXT-SRV-ATTR:hypervisor_hostname| None
| flavor | m1.medium
| id | 2ee4e176-1824-4557-ab60-eb32659f7e4c

| security_groups| [{u'name': u'default'}]
| user_id| d920fc85ecd9426ebd9e3f8c7300f5d4
| name   | hyperv-deploy-test
| adminPass  | q6NxDMXyq7NM
| tenant_id  | 670f5dd4070d44b6a8308277a236d1af
| created| 2013-05-09T16:09:28Z
| OS-DCF:diskConfig  | MANUAL
| metadata   | {}
| accessIPv4 |
| accessIPv6 |
| progress   | 0
| OS-EXT-STS:power_state | 0
| OS-EXT-AZ:availability_zone| nova
| config_drive   |

Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on Hyper-V server

2013-05-09 Thread Peter Pouliot
Sorry Bruno, just catching this here.

VHDx is your problem.

Create it as vhd or download one from here:

http://www.cloudbase.it/ws2012/


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 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Bruno Oliveira
Sent: Thursday, May 9, 2013 2:10 PM
To: openstack
Subject: Re: [Openstack] [Devstack] [Hyper-V] Instance fails to launch on 
Hyper-V server

By the way,

I forgot to mention that the disk_image was originally created by HyperV 2008 
R2 in a VHDX format.

And when I uploaded it with *glance image-create*, i set it up for the format 
as vhd
and the container as bare.

I also noticed that after the nova boot deployed the disk image to the 
hyper-v server, it was in vhd format (as I specified during glance 
image-create), but I wasn't able to import it on hyper-v (I had got an error 
saying the image metadata could not be retrieved) or that the disk image was 
corrupted.


Should it have worked?

Thanks
Bruno de Oliveira
Developer, System Analyst
+55 11 9-6193-3987

skype: brunnop.oliveira
brunnop.olive...@gmail.com


On Thu, May 9, 2013 at 1:41 PM, Bruno Oliveira brunnop.olive...@gmail.com 
wrote:
 Hi guys,

 I'm having an issue deploying a vm to a hyper-v host, i wont boot
 note: the disk_image itself was built by that very hyperv host

 I'm currently using openstack (devstack) build grizzly within a Ubuntu 
 12.04 LTS.

 And my HyperV has  got the Hyper-V Nova-Compute Driver

 please, check it out:

 I have successfully uploaded (glance image-create) a WinServer virtual 
 machine from a Hyper-V host with the property 
 hypervisor_type=hyperv. Here are the stats:


 $ /opt/stack/keystone/etc$ glance image-list
 +--+-+-+--+++
 | ID   | Name
   | Disk Format | Container Format | Size   | Status |
 +--+-+-+--+++
 | d9fbe5db-b852-4832-9deb-c558d559eadf | Windows-Server-2008-R2-x64
   | vhd | bare | 7486832640 | active |
 +--+-+-+--+++

 $ glance image-show d9fbe5db-b852-4832-9deb-c558d559eadf

 ++--+
 | Property   | Value|
 ++--+
 | Property 'hypervisor_type' | hyperv   |
 | checksum   | 202700a9b2b4f662b62ac5acebc09860 |
 | container_format   | bare |
 | created_at | 2013-05-09T13:33:48  |
 | deleted| False|
 | disk_format| vhd  |
 | id | d9fbe5db-b852-4832-9deb-c558d559eadf |
 | is_public  | True |
 | min_disk   | 0|
 | min_ram| 0|
 | name   | Windows-Server-2008-R2-x64   |
 | owner  | 670f5dd4070d44b6a8308277a236d1af |
 | protected  | False|
 | size   | 7486832640   |
 | status | active   |
 | updated_at | 2013-05-09T14:01:02  |
 ++--+

 But for some reason, it won't ever boot.
 nova --boot is not being able to start it in my HyperV...

 $ nova boot hyperv-deploy-test \
 --image d9fbe5db-b852-4832-9deb-c558d559eadf \
 --flavor 3
 ++
 | Property| Value
 ++
 | status | BUILD
 | updated| 2013-05-09T16:09:28Z
 | OS-EXT-STS:task_state  | scheduling
 | OS-EXT-SRV-ATTR:host   | None
 | key_name   | None
 | image  | Windows-Server-2008-R2-x64
 | hostId |
 | OS-EXT-STS:vm_state| building
 | OS-EXT-SRV-ATTR:instance_name  | instance-001c
 | OS-EXT-SRV-ATTR:hypervisor_hostname| None
 | flavor | m1.medium
 | id 

Re: [Openstack] Windows instance licensing in OpenStack

2013-01-24 Thread Peter Pouliot
David,
At the datacenter IAAS level, your best option from strictly a cost perspective 
is to run hyper-v role on windows server datacenter core as your hypervisor and 
license that.  (Once again way over my head, but this is my understanding)

The guests would be covered under that regardless of the density of (windows) 
vm's on the node.

If you used the free hyper-v server you would have to license each vm.   I'm 
not sure how the volume/iaas/datacenter licensing works.

Email your exact questions directly and I'll forward the request internally.

p 

-Original Message-
From: Davide Guerri [mailto:davide.gue...@gmail.com] 
Sent: Thursday, January 24, 2013 3:11 AM
To: Peter Pouliot
Cc: openstack@lists.launchpad.net OpenStack
Subject: Re: [Openstack] Windows instance licensing in OpenStack

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 sku’s 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:willardden...@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-activati
 on-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 don’t use KMS here, so don’t 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 instances 
  after they boot up?
 
 If you use XenServer or KVM, I believe so, yes. I've heard that if you 
 use ESXi you can get some sort of license for all Windows images on a 
 host. Not sure of the details of this, though, I've just heard it 
 through the IT grapevine...
 
 Best,
 -jay
 
 p.s. If you find out any more solid info, please do post back :)
 
 ___
 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

___
Mailing list: https

Re: [Openstack] Name it Hood!

2013-01-24 Thread Peter Pouliot

+1 hood.

p

Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Marton Kiss
Sent: Thursday, January 24, 2013 2:53 PM
To: Monty Taylor
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Name it Hood!

And it also means beaver in hungarian. :) 
http://translate.google.hu/?hl=entab=wT#en/hu/beaver

Márton

2013/1/24 Monty Taylor mord...@inaugust.commailto:mord...@inaugust.com
Hey all!

Here's my pitch for Hood:

a) It's the tallest mountain in Oregon, and honestly, it's a pretty
kick-ass mountain in general
b) Being in the pacific northwest, the mountain itself is quite
regularly in the clouds. That's gotta count for something.
c) It's actually a volcano.
d) Mount Hood is CLEARLY an Oregon thing. Havana is clearly a town in
Cuba. (We should have a design summit in cuba!!!)
e) Harbor is super-problematic because of the US/UK clash in spelling.
Half of us will spell it wrong no matter what.
f) Hood is only 4 letters. Think about that when you think about typing
hatfield a lot. Also, if we name it hatfield, we're going to have to
have the M summit somewhere that has a town called McCoy.
g) I'll buy you a beer at the summit if you vote for Hood.

Monty

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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] Windows instance licensing in OpenStack

2013-01-23 Thread Peter Pouliot
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 instances after they boot up?

If you use XenServer or KVM, I believe so, yes. I've heard that if you
use ESXi you can get some sort of license for all Windows images on a
host. Not sure of the details of this, though, I've just heard it
through the IT grapevine...

Best,
-jay

p.s. If you find out any more solid info, please do post back :)

___
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] Windows instance licensing in OpenStack

2013-01-23 Thread Peter Pouliot
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 sku’s that are 
involved.

Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

From: Willard Dennis [mailto:willardden...@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 don’t use KMS here, so don’t know about the hairy details, sorry...

Best,
Will


From: Peter Pouliot
Sent: ‎January‎ ‎23‎, ‎2013 ‎12‎:‎04‎ ‎PM
To: Jay Pipes, 
openstack@lists.launchpad.netmailto: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.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

-Original Message-
From: 
openstack-bounces+ppouliot=microsoft@lists.launchpad.netmailto: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.netmailto: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 instances after they boot up?

If you use XenServer or KVM, I believe so, yes. I've heard that if you
use ESXi you can get some sort of license for all Windows images on a
host. Not sure of the details of this, though, I've just heard it
through the IT grapevine...

Best,
-jay

p.s. If you find out any more solid info, please do post back :)

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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.netmailto: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] VM provisioning error on Hyper-V

2012-10-23 Thread Peter Pouliot
Helen,

Make sure that VHD you are using is VHD and not VHDx.

This is something that you will have to select during the creation of your vm 
to be used in glance.

I believe the default for 2012 is vhdx.


Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Helen
Sent: Tuesday, October 23, 2012 11:46 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] VM provisioning error on Hyper-V

 I have issues trying to deploy instance in OpenStack using Hyper-V driver.
Here is my environment information:
Openstack controller node: installed on Compute Host A, using OpenStack Folsom 
RC1 code.
Openstack compute node: Windows server 2012 with Hyper-V Role enabled installed 
on Compute Host B, with Nova-Compute Service installed using the installer here 
http://www.cloudbase.it/openstack/openstack-compute-installer/ for Folsom 
release.

When I tried to launch an instance to the compute node, it failed in spawning, 
here is the error log found in nova-compute.log(detailed log information is 
attached):
2012-10-19 18:57:06 DEBUG nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] Creating difference disk: JobID=\\WIN
-KSKERE5KU31\root\virtualization:Msvm_StorageJob.InstanceID=A34DF87A-EF9D-4007-B04F-C932D4E76399,
 Source=c:\Hyper-V\instances\_base\64d0ffeb-cc13-4c03-9c3b-56cbc132e482.vhd, 
Target=c:\Hyper-
V\instances\instance-0001\instance-0001.vhd from (pid=7840) 
_cache_image C:\openstack-nova\nova\virt\hyperv\vmops.py:616
2012-10-19 18:57:09 ERROR nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] cache image failed: This object does
not support enumeration
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops Traceback (most recent call 
last):
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops File 
C:\openstack-nova\nova\virt\hyperv\vmops.py, line 133, in spawn
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops cow=FLAGS.use_cow_images)
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops File 
C:\openstack-nova\nova\virt\hyperv\vmops.py, line 618, in _cache_image
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops success = 
self._vmutils.check_job_status(job)
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops File 
C:\openstack-nova\nova\virt\hyperv\vmutils.py, line 69, in check_job_status
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops %(ErrorDescription)s - 
%(ErrorCode)s) % job)
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops File 
C:\Python27\lib\site-packages\win32com\client\dynamic.py, line 246, in 
__getitem__
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops raise TypeError(This object 
does not support enumeration)
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops TypeError: This object does 
not support enumeration
2012-10-19 18:57:09 TRACE nova.virt.hyperv.vmops
2012-10-19 18:57:09 DEBUG nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] Got request to destroy vm instance-
0001 from (pid=7840) destroy C:\openstack-nova\nova\virt\hyperv\vmops.py:374
2012-10-19 18:57:09 DEBUG nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] Created VM instance-0001... from
(pid=7840) _create_vm C:\openstack-nova\nova\virt\hyperv\vmops.py:180
2012-10-19 18:57:09 DEBUG nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] Set memory for vm instance-0001...
from (pid=7840) _create_vm C:\openstack-nova\nova\virt\hyperv\vmops.py:197
2012-10-19 18:57:09 DEBUG nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] Set vcpus for vm instance-0001...
from (pid=7840) _create_vm C:\openstack-nova\nova\virt\hyperv\vmops.py:210
2012-10-19 18:57:09 DEBUG nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] Creating disk for instance-0001 by
attaching disk file 
c:\Hyper-V\instances\instance-0001\instance-0001.vhd from (pid=7840) 
_create_disk C:\openstack-nova\nova\virt\hyperv\vmops.py:237
2012-10-19 18:57:10 DEBUG nova.virt.hyperv.vmops 
[req-2da7f0d5-7ba5-47cc-85ea-02a00ed6aa66 990dae0e5620447ea684809063ee27a4 
d3e88c95b9d54ba4b8ec6c3c358559bc] New disk drive path is \\WIN-file:///\\WIN-

[Openstack] Hyper-V meeting minutes

2012-09-18 Thread Peter Pouliot
Hi all,
The meeting minutes from today's Hyper-V discussion.


Minutes:
http://eavesdrop.openstack.org/meetings/hyper_v/2012/hyper_v.2012-09-18-15.00.html
Minutes (text): 
http://eavesdrop.openstack.org/meetings/hyper_v/2012/hyper_v.2012-09-18-15.00.txt
Log:
http://eavesdrop.openstack.org/meetings/hyper_v/2012/hyper_v.2012-09-18-15.00.log.html


Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] OpenStack and HyperV

2012-09-16 Thread Peter Pouliot
Frans,

Right now the current information regarding Hyper-V and OpenStack is located on 
the Wiki. (http://wiki.openstack.org/Hyper-V).

Additional deployment documentation is coming as soon as I get my Launchpad id 
fixed.   ;)

Slides from past summit events are located on the wiki as well.

For general help on Hyper-V/OpenStack related topics, I suggest asking 
questions on IRC/Freenode, in the  #openstack-hyper-v channel.

I would also be more than happy to answer any of questions regarding Hyper-V 
and OpenStack.

Best,

Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436




From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Frans Thamura
Sent: Friday, September 14, 2012 7:07 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] OpenStack and HyperV

hi all

do u have slide regarding OpenSTack and HyperV or anything related to Microsoft

i tought Microsoft activate again the OpenStack team in Europe, CMIIW

can get more information for this?

MS OpenSource Relation in this country ask this

F
___
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] Hyper-V meeting adgenda

2012-08-21 Thread Peter Pouliot
Today should be a quick meeting.   The following are topics for discussion?


1.   The code is now part of the mainline.

a.   Filing bugs

2.   CI Status

3.   Summit Planning

a.   Blueprints for Grizzly





Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] Hyper-V meeting Minutes

2012-08-21 Thread Peter Pouliot
Minutes:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-21-15.00.html
Minutes (text): 
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-21-15.00.txt
Log:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-21-15.00.log.html


Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] [Glance] Windows image password customize?

2012-08-21 Thread Peter Pouliot
You should look into the following for customizing your Windows VM Images.

SYSPREP
http://technet.microsoft.com/en-us/library/cc783215(v=ws.10).aspx

Unattend.xml

Here’s some docs and a sample.

http://technet.microsoft.com/en-us/library/ee441262(v=ws.10).aspx



From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of ???
Sent: Monday, August 20, 2012 11:15 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] [Glance] Windows image password customize?

Hi

I'm studying how to regenerate or customize windows instance when the instance 
boot. However, I cannot get an answer still now.

Linux image doesn't have to regenerate the password because of keyfile login.

Do you have any idea ??


___
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] Hyper-V meeting agenda

2012-08-14 Thread Peter Pouliot
Hello Everyone,

Today's Hyper-v meeting will discuss the following:


  *   Status of Code Submission:  We submitted yesterday and have passed 
through the Jenkins and Smokestack gates.
  *   Status of CI infrastructure.
  *   Documentation needs

___
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] Hyper-V meeting minutes

2012-08-14 Thread Peter Pouliot
Hi All,

Here are the minutes from today's meeting.  Please take questions to 
#openstack-hyper-v.

Meeting ended Tue Aug 14 15:52:35 2012 UTC.  Information about MeetBot at 
http://wiki.debian.org/MeetBot . (v 0.1.4)
Minutes:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-14-15.00.html
Minutes (text): 
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-14-15.00.txt
Log:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-14-15.00.log.html

___
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] The Return of Hyper-V

2012-08-13 Thread Peter Pouliot
Hello Everyone,

I would like to take this moment to make everyone aware of the following:

https://review.openstack.org/#/c/11276/


I would like to thank the following individuals, who have given so much to help 
this project progress to this state.  Without their efforts this project would 
be dead in the water.

Jordan Rinke: Thank you for doing the original work to bring back base Essex 
functionality and   your effort help jump start this community and for that I 
am grateful.  You are one of the original champions of Hyper-V.

Alessandro Pilotti (CloudBase Solutions):  Thank you for all the tremendous 
amount of code you produced.   We would not have the feature set, unit tests or 
the Folsom integration without the many hours you graciously contributed to the 
project.   I am truly grateful for the effort  you produced.   At times I 
thought this project was going to fail.  Without your effort it most certainly 
would have.

Pedro Navarro Perez:  Thank you reaching out to me at the OpenStack summit and 
being the first hyper-v community member.   Your efforts on Volume 
Attach/Detach and boot from volume are greatly appreciated.  Thank you for the 
collaboration with other members to test, troubleshoot and advance our efforts. 
 Your  effort over this weekend helping Alessandro to this point was necessary 
for this submission to occur.

Jose Castro Leon:  Jose, thank you for  your assistance testing.Given all 
that is going on these days at CERN, you still found time to help us test 
Hyper-V.

To Vish, Monty and Stef, thank you for all of your guidance in this process.   
Hopefully because of your help and wisdom it will be a quick and painless 
approval and integration process.

And last and most importantly:
To Hashir Abdi, my colleague at Microsoft.   I am grateful for you believing in 
this project.  From the early days in the Interop lab, you saw the true 
potential.   Thank you for the hours you have spent making sure that this 
project progressed forward.   We have busy days ahead.

Once again, thank you everyone for your assistance.

p


Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] Hyper-V meeting Minutes

2012-08-07 Thread Peter Pouliot
Meeting ended Tue Aug  7 15:47:31 2012 UTC.
Minutes:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-07-15.00.html
Minutes (text): 
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-07-15.00.txt
Log:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-08-07-15.00.log.html


Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] Openstack/Hyper-V meeting on #openstack-meeting

2012-07-31 Thread Peter Pouliot
Adgenda Items for Openstack/Hyper-V Meeting


* Status of the Mock Hyper-V Compute

* Move  from Essex to Folsom

o   Installer is for essex integration

* Hyper-V Testing Procedures

o   Dev stack for hyper-v testing

o   Chef for Windows automation





Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] Hyper-V meeting minutes

2012-07-31 Thread Peter Pouliot
Here's the url's to the log and minutes from today's meeting.

Minutes:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-07-31-15.00.html
Minutes (text): 
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-07-31-15.00.txt
Log:
http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-07-31-15.00.log.html


Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] Weekly Hyper-V meeting on Freenode/#openstack-hyper-v

2012-07-25 Thread Peter Pouliot
Thanks Stef!

p

-Original Message-
From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net 
[mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf 
Of Stefano Maffulli
Sent: Tuesday, July 24, 2012 5:40 PM
To: openstack@lists.launchpad.net; openstack-...@lists.openstack.org
Subject: Re: [Openstack] Weekly Hyper-V meeting on Freenode/#openstack-hyper-v

[posting to openstack-dev, the best list for this sort of announcement]

Hi Peter,

I wanted to share here what we discussed on IRC so more people are aware of 
what's going on.

We agreed that the Hyper-V team will try to use #openstack-meeting to hold its 
official meeting. The time and date is on http://wiki.openstack.org/Meetings/ 
and on the iCal feed already (Tuesdays at 1600 UTC, 9am PDT).

Anybody intererested in joining the effort to bring back Hyper-V support in 
OpenStack, join IRC:Freenode: #opestack-hyper-v and talk to @primeministerp :)

Cheers,
stef

On 07/24/2012 07:34 AM, Peter Pouliot wrote:
 Hello Everyone,
 
  
 
 This is for anyone interested in Hyper-V/Openstack integration efforts.
 
  
 
 Our weekly meeting is at 11:00AM EST on IRC:Freenode: 
 #opestack-hyper-v
 
  
 
 Today we will be discussing the following:
 
  
 
 * Finalizing Code cleanup
 
 * ProxyMock WMI adoption:  Mock interface for dynamically
 collecting method data to be used in building dummy drivers for unit 
 testing. (more to come from Alessandro Pilotti).
 
 * Status of the CI infrastructure to support Hyper-V integration
 
 * AD integration
 
  
 
  
 
 Peter J. Pouliot, CISSP
 
 Senior SDET, OpenStack
 
  
 
 Microsoft
 
 New England Research  Development Center
 
 One Memorial Drive,Cambridge, MA 02142
 
 ppoul...@microsoft.com mailto:ppoul...@microsoft.com | Tel: +1(857)
 453 6436
 
  
 
 
 
 ___
 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


[Openstack] Weekly Hyper-V meeting on Freenode/#openstack-hyper-v

2012-07-24 Thread Peter Pouliot
Hello Everyone,

This is for anyone interested in Hyper-V/Openstack integration efforts.

Our weekly meeting is at 11:00AM EST on IRC:Freenode: #opestack-hyper-v

Today we will be discussing the following:


* Finalizing Code cleanup

* ProxyMock WMI adoption:  Mock interface for dynamically collecting 
method data to be used in building dummy drivers for unit testing. (more to 
come from Alessandro Pilotti).

* Status of the CI infrastructure to support Hyper-V integration

* AD integration


Peter J. Pouliot, CISSP
Senior SDET, OpenStack

Microsoft
New England Research  Development Center
One Memorial Drive,Cambridge, MA 02142
ppoul...@microsoft.commailto:ppoul...@microsoft.com | Tel: +1(857) 453 6436

___
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] Hyper-V Support

2012-04-17 Thread Peter Pouliot
Alessandro,

Great!  You came to the right place to ask.

The Hyper-V/OpenStack work is now officially sponsored by Microsoft.

Jordan Rinke has been working on the Hyper-V/Openstack code.  While I have
been preparing infrastructure to support the CI/QA efforts.

Jordan has restored the functionality that was present in Diablo for
Essex.   That code however is not included in Essex but we are working
towards inclusion in Folsom.

We are also currently in process of making it available for some sort of
consumption as well as working on an installer.

Hopefully we will be able to get some more information on the wiki next
week, as well as make the code available for users to dogfood.

Please feel free to contact me directly: ppoul...@microsoft.com to discuss
further.

Cheers,

p



On Tue, Apr 17, 2012 at 11:02 AM, Alessandro Pilotti ale...@tiscali.itwrote:

 Hi guys,

 I just joined the mailing list, so hi everybody :-)

 I'm a Microsoft MVP, having also a lot of developemnt and management
 experience on Linux. My company is interested in providing development and
 support for Hyper-V in Openstack.
 We are already developing an Hyper-V management stack, so it would be
 great to offer our experience here.

 From what I saw so far (sorry for asking some obvious questions here), the
 current Hyper-V stack has been removed and not included in the Essex
 release.

 Is there already somebody working on the Hyper-V integration for the next
 releases?


 Thanks!

 Alessandro Pilotti
 CEO Cloudbase Solutions Srl
 MVP ASP.Net / IIS




 ___
 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