Re: [Openstack] Making Nova HA summit notes

2011-07-22 Thread Thierry Carrez
Mike Scherbakov wrote: > Vish, > it works for me (didn't go deep enough in testing though) but with some > additions. Did you forget to add this or I'm missing something? > [...] Hey Mike, could you file a big about this ? Looks like something is indeed missing, in which case I'd like to see it fi

Re: [Openstack] Making Nova HA summit notes

2011-07-22 Thread Mike Scherbakov
Yep, created the bug: https://bugs.launchpad.net/nova/+bug/814471 On Fri, Jul 22, 2011 at 12:24 AM, Thierry Carrez wrote: > Mike Scherbakov wrote: > > Vish, > > it works for me (didn't go deep enough in testing though) but with some > > additions. Did you forget to add this or I'm missing somethi

[Openstack] web interface

2011-07-22 Thread Zeeshan Ali Shah
Hi, Is this the dashboard for managing Openstack ? http://docs.openstack.org/bexar/openstack-compute/admin/content/ch06.html -- -- Regards Zeeshan Ali Shah System Administrator PDC-Center for High Performance Computing CSC School of Computer Science and Communication KTH-Royal Institute of Te

Re: [Openstack] Making Nova HA summit notes

2011-07-22 Thread Salvatore Orlando
Hi Vish, Thanks a lot for this very clear and simple explanation of the ha-networking option. At a first glance, it seems this feature should work without any modification even on XenServer deployments. I'll give it a try and I will let you know! It seems that the approach for attributing IPs v

[Openstack] [KeyStone], where is the latest WADL and XSD on github?

2011-07-22 Thread Mellquist, Peter
The latest github source and tars no longer have any WADL or XSDs? ( looks like the symlinks now point to non-existent directories ). https://github.com/rackspace/keystone/tree/master/keystone I am interested in looking at the latest identity.wadl and XSDs. Thanks, Peter. __

Re: [Openstack] Adding Chap support for ISCI volumes in Nova Volume

2011-07-22 Thread Vishvananda Ishaya
+1 On Jul 21, 2011, at 3:38 PM, Chuck Thier wrote: > I would like to see one way CHAP support added to Nova Volume. Not a > whole lot more to add, but would be interested in any feedback. > > Blueprint: https://blueprints.launchpad.net/nova/+spec/isci-chap > Spec: http://etherpad.openstack.org/

Re: [Openstack] Making Nova HA summit notes

2011-07-22 Thread Vishvananda Ishaya
Below On Jul 22, 2011, at 5:02 AM, Salvatore Orlando wrote: > Hi Vish, > > Thanks a lot for this very clear and simple explanation of the ha-networking > option. > At a first glance, it seems this feature should work without any modification > even on XenServer deployments. I’ll give it a try

Re: [Openstack] [KeyStone], where is the latest WADL and XSD on github?

2011-07-22 Thread Yogeshwar Srikrishnan
http://bazaar.launchpad.net/~annegentle/openstack-manuals/trunk/files/head:/doc/source/docbkx/incubation/keystone/devguide/src/docbkx/ Regards On 07/22/2011 11:57 AM, Mellquist, Peter wrote: The latest github source and tars no longer have any WADL or XSDs? ( looks like the symlinks now point t

[Openstack] Controller hostname - some questions

2011-07-22 Thread Leandro Reox
Hi all, Being working on controller/network node HA for a time know, but at this point im having an issue that maybe someone has faced before . When i switch the controller to an "spare" one, the computes nodes still searching for "network.$oldcontrollerhostname" . Is there a place where the hostn

Re: [Openstack] web interface

2011-07-22 Thread Joseph Heck
It was for the bexar release. In Cactus and in the current trunk, the dashboard has continued to evolve, most recently (trunk only) adding swift support. Dashboard is an incubating project within Openstack. The trunk development is on Github at https://github.com/4P/openstack-dashboard/, documen

[Openstack] Keystone on the client side

2011-07-22 Thread Kevin L. Mitchell
Keystone integration on the server side of our services is relatively straightforward: you pull the auth_token middleware in, add an appropriate middleware, if necessary, for for the actual integration, and you get the unified keystone authentication. So far as I know, however, we have not really

Re: [Openstack] Controller hostname - some questions

2011-07-22 Thread Vishvananda Ishaya
Generally the easiest is to give the new machine the same hostname. You can also update the references to the host in the db: update networks set host=newhostname where host=oldhostname Vish On Jul 22, 2011, at 12:39 PM, Leandro Reox wrote: > Hi all, > > Being working on controller/network n

Re: [Openstack] Keystone on the client side

2011-07-22 Thread Jan Drake
Whomever is driving design on this should drop me a line at jan.dr...@disney.com. We are going to open source our oauth solution to openstack. Jan Drake Principal Cloud Architect The Walt Disney Company On Jul 22, 2011, at 3:59 PM, "Kevin L. Mitchell" wrote: > Keystone integration on the

Re: [Openstack] Controller hostname - some questions

2011-07-22 Thread Vishvananda Ishaya
you can also start the services on the new host with --host= and they will basically pretend that they have the hostname that you specify. Vish On Jul 22, 2011, at 6:15 PM, Leandro Reox wrote: > yes i already tried that and works. but i was thinking in a schema where al > nodes have the networ

Re: [Openstack] Controller hostname - some questions

2011-07-22 Thread Leandro Reox
yes i already tried that and works. but i was thinking in a schema where al nodes have the network and scheduler services installed and i can switch them via custom heartbeat resource. Everything worked but that. Maybe i can update the contoller hostname on switch. using a vip like dns entry and p