Re: [Openstack] Metadata and File Injection

2011-12-16 Thread John Garbutt
One use case is providing metadata to an instance before that instance starts their network stack. A bit of an edge case, but I guess one instance of this use case is the network injection logic used for Flat networking. Would injected files cover the above case? Would it still work after the p

Re: [Openstack] Nova VMware support improvements

2012-02-23 Thread John Garbutt
We have recently updated the XenServer/XCP code so the storage is configurable, if you want a pattern to copy. https://github.com/citrix-openstack/nova/blob/everett/nova/virt/xenapi/vm_utils.py If I remember correctly, they assumed standalone ESX hosts with local storage, so never got around to

[Openstack] UK OpenStack Group

2012-03-06 Thread John Garbutt
Hi, Are there people keen for a UK based OpenStack group? I noticed these: http://www.meetup.com/OpenStack-London http://www.meetup.com/openstack-uk But doesn't seems to have been much happening yet. Cheers, John ___ Mailing list: https://launchpad.ne

Re: [Openstack] Question about pv mode on compute and network

2012-11-09 Thread John Garbutt
Hi, Sorry I missed this, I am still behind on my email. In the current model every XCP node gets a VM with nova-compute running on it, and it must be a linux PV VM. That node does several management tasks. For example, with raw images, it will stream the image into a VDI attached to that VM. I

Re: [Openstack] Generating Linux pv images uploadables to glance and bootable from Xen Cloud Platform through Nova

2012-11-09 Thread John Garbutt
Sorry for the late response. What you really want to do is export the OVF through XenCenter, inside there you will find the VHD file, which is what you really want to be uploading to Glance (I think there are instructions there for VHD files). Mate has a nice blog post on quicker ways to extrac

Re: [Openstack] Nova different sr

2012-11-09 Thread John Garbutt
Cinder is the way forward to look at exposing multiple volume types. The Cinder guys should be able to help you with how to get that working: https://blueprints.launchpad.net/cinder/+spec/volume-type-scheduler XCP NFS support should be in there soon too: https://blueprints.launchpad.net/cinder/+s

Re: [Openstack] instance disk space

2012-11-09 Thread John Garbutt
Sounds like a bug worth reporting. What flavor where you selecting, and what image were you using? There is some code in XenAPI driver that tries to resize the partition of the disk, and the file system on it, if I remember correctly. Can you see that in the logs? Maybe it fails because your im

Re: [Openstack] Nova different sr

2012-11-09 Thread John Garbutt
My bad, I noticed you have some IBM arrays. What SR type are you using to connect to those? I think Cinder has some code of some IBM arrays. If that connects with iSCSI, it should work with XCP. Cheers, John From: John Garbutt Sent: 09 November 2012 12:08 To: 'Egoitz Aurrekoetxea

Re: [Openstack] nova.virt.xenapi.driver [-] Got exception: ['XENAPI_MISSING_PLUGIN', 'xenhost']

2012-11-20 Thread John Garbutt
DevStack is able to automate this whole process for you, if you follow the XenServer Readme: https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md It basically installs all the plugins, and creates the VM that runs the nova services for you. Understanding the networking can be

Re: [Openstack] Networking issues for openstack on XCP

2012-11-20 Thread John Garbutt
There are docs here: http://docs.openstack.org/folsom/openstack-compute/admin/content/introduction-to-xen.html And networking info here: http://docs.openstack.org/folsom/openstack-compute/admin/content/xenapi-flat-dhcp-networking.html Let me know what bits are confusing, and I will make an effort

Re: [Openstack] Citrix Xen Server + XenApi Failed to start nova-compute service

2012-11-21 Thread John Garbutt
+1 you can’t use the libvirt specific firewall driver with XenAPI There are some example nova.conf files here that may help: http://docs.openstack.org/folsom/openstack-compute/admin/content/xenapi-flat-dhcp-networking.html If you use DevStack, it should have “chosen” the correct firewall driver f

Re: [Openstack] Handling of adminPass is arguably broken (essex)

2012-11-28 Thread John Garbutt
Those agents use the Xen/XenAPI specific stuff called xenstore. There was talk of extending cloud-init and the metadata service to support some kind of password generation on boot or at a poll interval, but I don't remember that conversation getting too far. Anyone one else remember what came of

Re: [Openstack] how to let the instance name (instance-xxx) equal to the hostname of the instance (chosen by the user)??

2012-11-28 Thread John Garbutt
Hi, Not quick sure which "name" of the instance you are refereeing to. Do you mean when you open XenCenter it shows you a different name? Thanks, John From: openstack-bounces+john.garbutt=citrix@lists.launchpad.net [mailto:openstack-bounces+john.garbutt=citrix@lists.launchpad.net] On

Re: [Openstack] how to let the instance name (instance-xxx) equal to the hostname of the instance (chosen by the user)??

2012-11-28 Thread John Garbutt
ps, John From: Afef MDHAFFAR [mailto:afef.mdhaf...@gmail.com] Sent: 28 November 2012 18:18 To: John Garbutt Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] how to let the instance name (instance-xxx) equal to the hostname of the instance (chosen by the user)?? Hi, Yes - when you lis

Re: [Openstack] resizing instance fails

2012-12-04 Thread John Garbutt
Hi, This is interesting: 2012-12-03 14:38:25 ERROR nova.compute.manager [req-3e393b4e-d0ed-430f-b0cc-53a9167e afef cep4cma] [instance: d3dba21b-3877-4da3-a2ab-8128f8515573] VHD coalesce attempts exceeded (5), giving up Setting instance vm_state to ERROR Is it possible to get the logs f

Re: [Openstack] Wiki content imported into MediaWiki - please check

2012-12-18 Thread John Garbutt
One more thing I spotted around links. In the migrated wiki: [[XenServer/DevStack|XenServer and [[DevStack Clearly it's a simple fix to this: [[XenServer/DevStack|XenServer and DevStack]] I guess this extra link (that is obviously not valid syntax, and wasn't in the original page) got added

Re: [Openstack] [Openstack-operators] A concept feature named 'scheduling live migration'

2013-01-08 Thread John Garbutt
The idea I like is to unify the migrate and live-migrate APIs. Currently the migrate is scheduled and live-migrate is direct to the host. A single migrate call could be scheduled by default, accepting hints for a specific host or zone, with the option to be live or not-live and with or without

Re: [Openstack] [openstack-dev] [block migration] How to test kvm block migration feature?

2013-03-05 Thread John Garbutt
Just to clarify, I don't think those flags are need for the XCP/XenServer block migration, it goes straight to the chosen SR on the destination. I would agree, there probably should be a block migration section under KVM too. John On 1 March 2013 10:24, Blair Bethwaite wrote: > On 1 March 2013

<    1   2