------=_Part_11287006_816373798.1370351316215
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Today I setup an ovirt-engine 3.3 and tried to add the openstack
network and
its added successfully but I was not able to find any discover tab that I
saw in the demo video.
Hi,
The current released version, is 3.2.
The Quantum integration patches are planned for 3.3 and are currently still being worked
on.
They will be merged to the master branch soon but currently the only thing that is merged
is the ability to add the provider (not use it, yet).
Regards,
Mike
Can anyone help me out. Thanks in advance.
On Mon, May 20, 2013 at 3:54 PM, Romil Gupta <
romilgupta19(a)gmail.com
wrote:
> Thanks Oved,
> I am using the grizzly-3 code, and I will implement the
remaining methods.
> On Mon, May 20, 2013 at 3:50 PM, Oved Ourfalli <
ovedo(a)redhat.com > wrote:
> > ----- Original Message -----
>
> > > From: "Romil Gupta" < romilgupta19(a)gmail.com
>
> > > To: "Oved Ourfalli" < ovedo(a)redhat.com
>
> > > Cc: "users" < users(a)ovirt.org
>
> > > Sent: Monday, May 20, 2013 1:15:04 PM
>
> > > Subject: Re: [Users] Openstack Quantum , Cinder and Glance integration
> > > with
> > > oVirt.
>
> >
>
> > > Hi ,
>
> >
>
> > > Thanks for the help, I am able to load the ovirt-cinder driver. But ,
> > > got
>
> > > stuck in creating the volumes.
>
> >
>
> > > cinder/volume.log:
>
> >
>
> > > 2013-05-20 14:36:48.161 6699 INFO cinder.service [-] Caught SIGTERM,
> > > stopping
>
> > > children
>
> > > 2013-05-20 14:36:48.162 6699 INFO cinder.service [-] Waiting on 1
> > > children
> > > to
>
> > > exit
>
> > > 2013-05-20 14:36:48.162 6720 INFO cinder.service [-] Caught SIGTERM,
> > > exiting
>
> > > 2013-05-20 14:36:48.175 6699 INFO cinder.service [-] Child 6720 exited
> > > with
>
> > > status 1
>
> > > 2013-05-20 14:36:50.572 7116 INFO cinder.volume.manager [-]
> > > volume_driver
>
> > > ==>> cinder.volume.drivers.ovirt.OVirtDriver
>
> > > 2013-05-20 14:36:50.573 7116 INFO cinder.service [-] Starting 1 workers
>
> > > 2013-05-20 14:36:50.576 7116 INFO cinder.service [-] Started child 7151
>
> > > 2013-05-20 14:36:50.585 7151 AUDIT cinder.service [-] Starting
> > > cinder-volume
>
> > > node (version 2013.1)
>
> > > 2013-05-20 14:36:51.679 INFO cinder.volume.drivers.rhevm
>
> > > [req-0dc7b534-0a06-4073-8769-651549730b65 None None] ====Connected to
> > > oVirt
>
> > > Successful====
>
> > > 2013-05-20 14:36:52.178 INFO cinder.volume.manager
>
> > > [req-0dc7b534-0a06-4073-8769-651549730b65 None None] Updating volume
> > > status
>
> > > 2013-05-20 14:36:52.331 7151 INFO cinder.openstack.common.rpc.common
> > > [-]
>
> > > Connected to AMQP server on localhost:5672
>
> > > 2013-05-20 14:37:37.351 INFO cinder.volume.manager
>
> > > [req-3f3f037e-71aa-4bfa-b40f-1245aa52811d None None] Updating volume
> > > status
>
> >
>
> >
>
> > > After , I tried " cinder create --display-name disk1 5 "
>
> >
>
> > > and got the following in scheduler log :
>
> >
>
> > > 2013-05-20 14:56:49.499 7094 AUDIT cinder.service [-] SIGTERM received
>
> > > 2013-05-20 14:56:51.485 7460 AUDIT cinder.service [-] Starting
>
> > > cinder-scheduler node (version 2013.1)
>
> > > 2013-05-20 14:56:51.548 7460 INFO cinder.openstack.common.rpc.common
> > > [-]
>
> > > Connected to AMQP server on localhost:5672
>
> > > 2013-05-20 14:56:51.860 7460 INFO cinder.openstack.common.rpc.common
> > > [-]
>
> > > Connected to AMQP server on localhost:5672
>
> > > 2013-05-20 14:58:11.888 WARNING cinder.scheduler.host_manager
>
> > > [req-644215b3-7e4d-4761-a533-b76db6cfbcaf
> > > 724c0c1ff7774234a01d87968a7eb4bc
>
> > > 768105b3d64748ca8776bf8f13e8f3c9] service is down or disabled.
>
> > > 2013-05-20 14:58:11.890 WARNING
> > > cinder.scheduler.filters.capacity_filter
>
> > > [req-644215b3-7e4d-4761-a533-b76db6cfbcaf
> > > 724c0c1ff7774234a01d87968a7eb4bc
>
> > > 768105b3d64748ca8776bf8f13e8f3c9] Free capacity not set;volume node
> > > info
>
> > > collection broken.
>
> > > 2013-05-20 14:58:11.891 WARNING cinder.scheduler.manager
>
> > > [req-644215b3-7e4d-4761-a533-b76db6cfbcaf
> > > 724c0c1ff7774234a01d87968a7eb4bc
>
> > > 768105b3d64748ca8776bf8f13e8f3c9] Failed to schedule_create_volume: No
> > > valid
>
> > > host was found.
>
> >
>
> > > 1. Do we need to implement more methods in OVirtDriver for cinder?
>
> > > 2. Why the request is not going to 'create_volume' method in
> > > cinder.volume.
>
> > > ovirt.OVirtDriver ?
>
> >
>
> > I'm sure that you may need more methods, as this was POC code, so we only
> > put
> > the minimum required.
>
> > It was based on FOLSOM, so if you're working with a more updated version
> > then
> > the interfaces might have changed.
>
> > I did that a few months ago, so I currently don't have an environment in
> > which I can test that. However, from the errors it looks like it is an
> > environmental issue, as it didn't even get to the driver (it says it
> > failed
> > to schedule the cinder command).
>
> > > Oved
> >
>
> > > > It would be great if you answer the above questions.
> >
>
> > >
> >
>
> > > > Thanks,
> >
>
> > > > Romil
> >
>
> > >
> >
>
> > >
> >
>
> > > > On Sun, May 19, 2013 at 10:44 AM, Oved Ourfalli < ovedo(a)redhat.com
> > > > wrote:
> >
>
> > >
> >
>
> > >
> >
>
> > > > Hi Romil.
> >
>
> > >
> >
>
> > > > Sorry for the late response.
> >
>
> > > > In order to use the cinder driver you need to set the following
> > > > configuration
> >
>
> > > > items in /etc/cinder/cinder.conf
> >
>
> > >
> >
>
> > > > volume_driver=cinder.volume.ovirt.OVirtDriver
> >
>
> > > > ovirt_engine_url="
http://10.35.1.202:8080/api "
> >
>
> > > > ovirt_engine_username="user@domain"
> >
>
> > > > ovirt_engine_password="password"
> >
>
> > > > ovirt_engine_storagedomain="nfs-data1"
> >
>
> > >
> >
>
> > > > What did you fail on? Can you attach the cinder log for us to see?
> >
>
> > >
> >
>
> > > > Also cc-ing Federico, who worked with me on the driver.
> >
>
> > >
> >
>
> > > > Thank you,
> >
>
> > > > Oved
> >
>
> > >
> >
>
> > >
> >
>
> > >
> >
>
> > > > ----- Original Message -----
> >
>
> > > > > From: "Romil Gupta" < romilgupta19(a)gmail.com
> >
>
> > > > > To: "Oved Ourfalli" < ovedo(a)redhat.com
> >
>
> > > > > Cc: "users" < users(a)ovirt.org
> >
>
> > > > > Sent: Wednesday, May 15, 2013 5:41:42 PM
> >
>
> > > > > Subject: Re: [Users] Openstack Quantum , Cinder and Glance
> > > > > integration
> > > > > with
> >
>
> > > > > oVirt.
> >
>
> > > >
> >
>
> > > > > Hi Oved ,
> >
>
> > > >
> >
>
> > > > > I have gone through the code , it would be great if you let me
know
> > > > > what
> >
>
> > > > > are
> >
>
> > > > > the flags we need to set in the cinder.conf to load the
oVirt-cinder
> >
>
> > > > > driver.
> >
>
> > > >
> >
>
> > > > > Is this the correct flag
volume_driver=cinder.volume.drivers.ovirt.
> >
>
> > > > > OVirtDriver ?
> >
>
> > > >
> >
>
> > > > > If yes , still I am not able to load it. I have also change the
> > > > > following
> >
>
> > > > > flags based on my setup:
> >
>
> > > >
> >
>
> > > > > volume_opts = [
> >
>
> > > > > cfg . StrOpt ( 'ovirt_engine_url' ,
> >
>
> > > > > default = '
http://localhost:8700/api ' ,
> >
>
> > > > > help = '' ),
> >
>
> > > > > cfg . StrOpt ( 'ovirt_engine_username' ,
> >
>
> > > > > default = 'admin@internal' ,
> >
>
> > > > > help = '' ),
> >
>
> > > > > cfg . StrOpt ( 'ovirt_engine_password' ,
> >
>
> > > > > default = 'letmein!' ,
> >
>
> > > > > help = '' ),
> >
>
> > > > > cfg . StrOpt ( 'ovirt_engine_storagedomain' ,
> >
>
> > > > > default = 'OpenStackDomain' ,
> >
>
> > > > > help = '' ),
> >
>
> > > > > cfg . StrOpt ( 'ovirt_engine_sparse' ,
> >
>
> > > > > default = True ,
> >
>
> > > > > help = '' ),
> >
>
> > > >
> >
>
> > > > > Help me out regarding the same.
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > > > On Thu, May 9, 2013 at 7:23 PM, Romil Gupta <
romilgupta19(a)gmail.com
> > > > >
> >
>
> > > > > wrote:
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > > > Thanks for sharing the code and yes I had missed the mail from
you
> > > > > earlier.
> >
>
> > > > > I am just going through the code and would let you know if I
need
> > > > > some
> > > > > help
> >
>
> > > > > from you.
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > > > On Thu, May 9, 2013 at 7:19 PM, Oved Ourfalli <
ovedo(a)redhat.com
> > > > > wrote:
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > > > ----- Original Message -----
> >
>
> > > > > > From: "Romil Gupta" < romilgupta19(a)gmail.com
> >
>
> > > > > > To: "Oved Ourfalli" < ovedo(a)redhat.com
> >
>
> > > > > > Cc: "users" < users(a)ovirt.org
> >
>
> > > > > > Sent: Thursday, May 9, 2013 4:31:23 PM
> >
>
> > > > > > Subject: Re: [Users] Openstack Quantum , Cinder and Glance
> > > > > > integration
> >
>
> > > > > > with
> >
>
> > > > > > oVirt.
> >
>
> > > > >
> >
>
> > > > > > Thanks Itamar, Yes , the intent is to consume oVirt from
the
> > > > > > Openstack
> >
>
> > > > > > side.
> >
>
> > > > >
> >
>
> > > > > > Oved: thanks, I would be great if you could share the code.
> >
>
> > > > >
> >
>
> > > > > Code was shared earlier on the thread before you got a chance to
send
> > > > > your
> >
>
> > > > > response, but in case you missed it, the code is in:
> >
>
> > > > >
https://github.com/oourfali/openstack-ovirt-driver
> >
>
> > > >
> >
>
> > > > > Also, Itamar added an important note about that:
> >
>
> > > > > "
> >
>
> > > > > Romil - the POC above expects the glance image to pre-exist as a
> >
>
> > > > > template (by same name). I think your glance driver for ovirt to
> >
>
> > > > > directly show the ovirt template from ovirt is a better
approach.
> >
>
> > > > > "
> >
>
> > > >
> >
>
> > > > > Let me know if you need more details,
> >
>
> > > > > Oved
> >
>
> > > > >
> >
>
> > > > > > On Thu, May 9, 2013 at 6:09 PM, Oved Ourfalli <
ovedo(a)redhat.com
> > > > > >
wrote:
> >
>
> > > > >
> >
>
> > > > >
> >
>
> > > > >
> >
>
> > > > >
> >
>
> > > > >
> >
>
> > > > > > ----- Original Message -----
> >
>
> > > > > > > From: "Itamar Heim" < iheim(a)redhat.com
> >
>
> > > > > > > To: "Romil Gupta" < romilgupta19(a)gmail.com
>, "Oved Ourfalli" <
> >
>
> > > > > > > oourfali(a)redhat.com
> >
>
> > > > > > > Cc: "Mike Kolesnik" < mkolesni(a)redhat.com
>, "users" <
> > > > > > > users(a)ovirt.org
> >
>
> > > > > > >
> >
>
> > > > > > > Sent: Thursday, May 9, 2013 3:22:45 PM
> >
>
> > > > > > > Subject: Re: [Users] Openstack Quantum , Cinder and
Glance
> > > > > > > integration
> >
>
> > > > > > > with
> >
>
> > > > > > > oVirt.
> >
>
> > > > > >
> >
>
> > > > > > > On 05/09/2013 09:34 AM, Romil Gupta wrote:
> >
>
> > > > > > > > Thanks Mike , I have already gone through the
links you
> > > > > > > > suggested
> >
>
> > > > > > > > above.
> >
>
> > > > > > > > As of now I am more interested to know about
Cinder and glance
> >
>
> > > > > > > > integration with oVirt. It would be a great help
if you share
> > > > > > > > some
> >
>
> > > > > > > > references over this.
> >
>
> > > > > >
> >
>
> > > > > > > Hi Romil,
> >
>
> > > > > >
> >
>
> > > > > > > please note the quantum, glance and cinder integration
allow
> > > > > > > ovirt
> > > > > > > to
> >
>
> > > > > > > consume these services.
> >
>
> > > > > > > from what i understood from the blueprint approach you
took, you
> > > > > > > want
> >
>
> > > > > > > openstack to consume ovirt.
> >
>
> > > > > >
> >
>
> > > > > >
> >
>
> > > > > > > for glance, ovirt will allow to import glance images
as
> > > > > > > templates,
> > > > > > > but
> >
>
> > > > > > > to easily launch openstack instances on ovirt, your
> > > > > > > glance-ovirt-driver
> >
>
> > > > > > > seems a better solution.
> >
>
> > > > > >
> >
>
> > > > > > > for cinder, will take more time for ovirt to support a
cinder
> > > > > > > storage
> >
>
> > > > > > > domain, but if you want to use openstack with
> > > > > > > cinder-ovirt-driver,
> > > > > > > so
> > > > > > > a
> >
>
> > > > > > > nova-ovirt-driver will be able to use the
'cinder' volumes from
> > > > > > > ovirt,
> >
>
> > > > > > > i
> >
>
> > > > > > > think oved can share his POC code for this.
> >
>
> > > > > >
> >
>
> > > > >
> >
>
> > > > > > Romil, if you indeed need that one, let me know.
> >
>
> > > > > > It has been a while since I touched it so need to track it
down,
> > > > > > and
> > > > > > do
> >
>
> > > > > > some
> >
>
> > > > > > cleanups and stuff there before I send it to you,
> >
>
> > > > >
> >
>
> > > > > > Oved
> >
>
> > > > >
> >
>
> > > > > > > HTH,
> >
>
> > > > > > > Itamar
> >
>
> > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > > > On Thu, May 9, 2013 at 11:58 AM, Mike Kolesnik
<
> > > > > > > > mkolesni(a)redhat.com
> >
>
> > > > > > > > <mailto: mkolesni(a)redhat.com >> wrote:
> >
>
> > > > > > >
> >
>
> > > > > > > >
------------------------------------------------------------------------
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > > > Hi ,
> >
>
> > > > > > >
> >
>
> > > > > > > > Hi Romil,
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > > > It would be great to know about the Quantum
integration with
> >
>
> > > > > > > > oVirt and eagerly waiting for its release date.
> >
>
> > > > > > >
> >
>
> > > > > > > > Quantum integration is moving along nicely, we
already have a
> >
>
> > > > > > > > working POC with the Quantum Linux Bridge plugin.
> >
>
> > > > > > > > We are currently working on stabilizing the POC
and making it a
> > > > > > > > tech
> >
>
> > > > > > > > preview for the 3.3 release.
> >
>
> > > > > > > > You can see the relevant details here:
> >
>
> > > > > > > >
www.ovirt.org/Features/Detailed_Quantum_Integration
> >
>
> > > > > > > > <
http://www.ovirt.org/Features/Detailed_Quantum_Integration
> >
>
> > > > > > >
> >
>
> > > > > > > > Also if you're interested in the POC, you can
see details (and
> >
>
> > > > > > > > videso) here:
> >
>
> > > > > > >
>
>
>
> > > > > > >
> >
>
> > > > > > > > Regards,
> >
>
> > > > > > > > Mike
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > > > If possible, Can anyone please share the
references( demo video
> >
>
> > > > > > > > , ppt ,link or git ) for Cinder and Glance
integration.
> >
>
> > > > > > >
> >
>
> > > > > > > > *
> >
>
> > > > > > > > *
> >
>
> > > > > > > > *Regards,*
> >
>
> > > > > > > > *Romil Gupta
> >
>
> > > > > > > > *
> >
>
> > > > > > >
> >
>
> > > > > > > > _______________________________________________
> >
>
> > > > > > > > Users mailing list
> >
>
> > > > > > > > Users(a)ovirt.org <mailto: Users(a)ovirt.org
> >
>
> > > > > > > >
http://lists.ovirt.org/mailman/listinfo/users
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > > > --
> >
>
> > > > > > > > *Thanks & Regards,*
> >
>
> > > > > > > > *Romil Gupta
> >
>
> > > > > > > > *
> >
>
> > > > > > >
> >
>
> > > > > > >
> >
>
> > > > > > > > _______________________________________________
> >
>
> > > > > > > > Users mailing list
> >
>
> > > > > > > > Users(a)ovirt.org
> >
>
> > > > > > > >
http://lists.ovirt.org/mailman/listinfo/users
> >
>
> > > > > > >
> >
>
> > > > > >
> >
>
> > > > > >
> >
>
> > > > >
> >
>
> > > > >
> >
>
> > > > >
> >
>
> > > > > > --
> >
>
> > > > > > Thanks & Regards,
> >
>
> > > > > > Romil Gupta
> >
>
> > > > >
> >
>
> > > > >
> >
>
> > > > > > _______________________________________________
> >
>
> > > > > > Users mailing list
> >
>
> > > > > > Users(a)ovirt.org
> >
>
> > > > > >
http://lists.ovirt.org/mailman/listinfo/users
> >
>
> > > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > > > --
> >
>
> > > > > Thanks & Regards,
> >
>
> > > > > Romil Gupta
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > >
> >
>
> > > > > --
> >
>
> > > > > Regards,
> >
>
> > > > > Romil
> >
>
> > > >
> >
>
> > > >
> >
>
> > > > > _______________________________________________
> >
>
> > > > > Users mailing list
> >
>
> > > > > Users(a)ovirt.org
> >
>
> > > > >
http://lists.ovirt.org/mailman/listinfo/users
> >
>
> > > >
> >
>
> > >
> >
>
> > >
> >
>
> > >
> >
>
> > > > --
> >
>
> > > > Regards,
> >
>
> > > > Romil
> >
>
> > >
> >
>
> > >
> >
>
> > > > _______________________________________________
> >
>
> > > > Users mailing list
> >
>
> > > > Users(a)ovirt.org
> >
>
> > > >
http://lists.ovirt.org/mailman/listinfo/users
> >
>
> > >
> >
>
> --
> Regards,
> Romil
--
Regards,
Romil
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
------=_Part_11287006_816373798.1370351316215
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<html><body><div style=3D"font-family: times new roman, new york,
times, se=
rif; font-size: 12pt; color: #000000"><blockquote style=3D"border-left:2px
=
solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:norma=
l;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-s=
erif;font-size:12pt;"><div
dir=3D"ltr"><div><br></div><div
style=3D"">Today=
I setup an <b>ovirt-engine 3.3</b> and tried to add the
openstack net=
work and its added successfully but I was not able to find any discover tab=
that I saw in the demo
video.</div></div></blockquote><div><br></div><div>=
Hi,<br></div><div><br></div><div>The current released
version, is 3.2.<br><=
/div><div>The Quantum integration patches are planned for 3.3 and are curre=
ntly still being worked
on.<br></div><div><br></div><div>They will be merge=
d to the master branch soon but currently the only thing that is merged is =
the ability to add the provider (not use it,
yet).<br></div><div><br></div>=
<div>Regards,<br></div><div>Mike<br></div><div><br></div><blockquote
style=
=3D"border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#0=
00;font-weight:normal;font-style:normal;text-decoration:none;font-family:He=
lvetica,Arial,sans-serif;font-size:12pt;"><div dir=3D"ltr"><div
style=3D"">=
<p class=3D""><span style=3D"color: #0000ff;"
data-mce-style=3D"color: #000=
0ff;" color=3D"#0000ff"><a
href=3D"http://www.ovirt.org/Features/Detailed_Q=
uantum_Integration#Proof_of_Concept"
target=3D"_blank">http://www.ovirt.org=
/Features/Detailed_Quantum_Integration#Proof_of_Concept</a></span><br
data-=
mce-bogus=3D"1"></p><p class=3D""><span
style=3D"color: #0000ff;" data-mce-=
style=3D"color: #0000ff;" color=3D"#0000ff"><a
href=3D"http://www.ovirt.org=
/Features/Detailed_Quantum_Integration"
target=3D"_blank">http://www.ovirt.=
org/Features/Detailed_Quantum_Integration</a>
</span></p></div>=
<div style=3D"">I have also attached the snapshot of my ovirt
setup.&n=
bsp;</div><div style=3D""><br></div><div
style=3D"">Can anyone help me out.=
Thanks in advance.</div><div
style=3D""><br></div><div
style=3D""><br></di=
v></div><div
class=3D"gmail_extra"><br><div><br></div><div
class=3D"gmail_q=
uote">On Mon, May 20, 2013 at 3:54 PM, Romil Gupta <span
dir=3D"ltr"><<a=
href=3D"mailto:romilgupta19@gmail.com"
target=3D"_blank">romilgupta19@gmai=
l.com</a>></span> wrote:<br><blockquote
class=3D"gmail_quote" style=3D"m=
argin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div
dir=3D"l=
tr">Thanks Oved,<div><br></div><div>I am using the
grizzly-3 code, and I wi=
ll implement the remaining methods. </div></div><div
class=3D"gmail_e=
xtra"><div><div
class=3D"h5"><br><div><br></div><div
class=3D"gmail_quote">=
On Mon, May 20, 2013 at 3:50 PM, Oved Ourfalli <span
dir=3D"ltr"><<a hre=
f=3D"mailto:ovedo@redhat.com"
target=3D"_blank">ovedo(a)redhat.com</a>&gt;</s=
pan> wrote:<br><blockquote class=3D"gmail_quote"
style=3D"margin:0 0 0 .8ex=
;border-left:1px #ccc solid;padding-left:1ex"><div><br><br
----- Original Message -----<br
>
From: "Romil Gupta" <<a
href=3D"mailto:romilgupta19@gmail.com" targ=
et=3D"_blank">romilgupta19(a)gmail.com</a>&gt;<br
> To: "Oved Ourfalli" <<a
href=3D"mailto:ovedo@redhat.com" target=3D"=
_blank">ovedo(a)redhat.com</a>&gt;<br
>
Cc: "users" <<a href=3D"mailto:users@ovirt.org"
target=3D"_blank">u=
sers(a)ovirt.org</a>&gt;<br></div><div>&gt; Sent: Monday,
May 20, 2013 1:15:0=
4 PM<br
> Subject: Re: [Users]
Openstack Quantum , Cinder an=
d Glance integration with oVirt.<br
><br></div><div><div>> Hi ,<br
><br
>
Thanks for the help, I am able to load the ovirt-cinder driver. But , =
got<br
> stuck in creating the
volumes.<br
><br
> cinder/volume.log:<br
><br
> 2013-05-20 14:36:48.161
6699 INFO cinder.service [-] Caught SIGTERM, s=
topping<br
> children<br
> 2013-05-20 14:36:48.162 6699 INFO cinder.service [-]
Waiting on 1 chil=
dren to<br
> exit<br
> 2013-05-20 14:36:48.162 6720 INFO cinder.service [-]
Caught SIGTERM, e=
xiting<br
> 2013-05-20 14:36:48.175
6699 INFO cinder.service [-] Child 6720 exited=
with<br
> status 1<br
> 2013-05-20 14:36:50.572 7116 INFO
cinder.volume.manager [-] volume_dri=
ver<br
> =3D=3D>>
cinder.volume.drivers.ovirt.OVirtDriver<br
>
2013-05-20 14:36:50.573 7116 INFO cinder.service [-] Starting 1 worker=
s<br
> 2013-05-20 14:36:50.576 7116 INFO cinder.service [-]
Started child 715=
1<br
> 2013-05-20 14:36:50.585 7151 AUDIT cinder.service [-]
Starting cinder-=
volume<br
> node (version
2013.1)<br
> 2013-05-20 14:36:51.679
INFO cinder.volume.drivers.rhevm<br
>
[req-0dc7b534-0a06-4073-8769-651549730b65 None None] =3D=3D=3D=3DConne=
cted to oVirt<br
>
Successful=3D=3D=3D=3D<br
> 2013-05-20 14:36:52.178
INFO cinder.volume.manager<br
>
[req-0dc7b534-0a06-4073-8769-651549730b65 None None] Updating volume s=
tatus<br
> 2013-05-20 14:36:52.331
7151 INFO cinder.openstack.common.rpc.common [=
-]<br
> Connected to AMQP server on
localhost:5672<br
> 2013-05-20 14:37:37.351
INFO cinder.volume.manager<br
>
[req-3f3f037e-71aa-4bfa-b40f-1245aa52811d None None] Updating volume s=
tatus<br
><br
><br
>
After , I tried " cinder create --display-name disk1 5 "<br
><br
>
and got the following in scheduler log :<br
><br
> 2013-05-20 14:56:49.499
7094 AUDIT cinder.service [-] SIGTERM received=
<br
> 2013-05-20 14:56:51.485 7460 AUDIT cinder.service [-]
Starting<br
> cinder-scheduler node
(version 2013.1)<br
> 2013-05-20 14:56:51.548
7460 INFO cinder.openstack.common.rpc.common [=
-]<br
> Connected to AMQP server on
localhost:5672<br
> 2013-05-20 14:56:51.860
7460 INFO cinder.openstack.common.rpc.common [=
-]<br
> Connected to AMQP server on
localhost:5672<br
> 2013-05-20 14:58:11.888
WARNING cinder.scheduler.host_manager<br
>
[req-644215b3-7e4d-4761-a533-b76db6cfbcaf 724c0c1ff7774234a01d87968a7e=
b4bc<br
>
768105b3d64748ca8776bf8f13e8f3c9] service is down or disabled.<br
> 2013-05-20 14:58:11.890 WARNING
cinder.scheduler.filters.capacity_filt=
er<br
>
[req-644215b3-7e4d-4761-a533-b76db6cfbcaf 724c0c1ff7774234a01d87968a7e=
b4bc<br
>
768105b3d64748ca8776bf8f13e8f3c9] Free capacity not set;volume node in=
fo<br
> collection
broken.<br
> 2013-05-20 14:58:11.891
WARNING cinder.scheduler.manager<br
>
[req-644215b3-7e4d-4761-a533-b76db6cfbcaf 724c0c1ff7774234a01d87968a7e=
b4bc<br
>
768105b3d64748ca8776bf8f13e8f3c9] Failed to schedule_create_volume: No=
valid<br
> host was found.<br
><br
>
1. Do we need to implement more methods in OVirtDriver for cinder?<br
> 2. Why the request is not going to
'create_volume' method in cinder.vo=
lume.<br
> ovirt.OVirtDriver
?<br
><br></div></div>I'm sure that you
may need more methods, as this was PO=
C code, so we only put the minimum required.<br
It was
based on FOLSOM, so if you're working with a more updated version th=
en the interfaces might have changed.<br
I did
that a few months ago, so I currently don't have an environment in wh=
ich I can test that. However, from the errors it looks like it is an enviro=
nmental issue, as it didn't even get to the driver (it says it failed to sc=
hedule the cinder command).<br><span><span style=3D"color:
#888888;" data-m=
ce-style=3D"color: #888888;" color=3D"#888888"><br
<br
Oved<br
</span></span><div><div>> It
would be great if you answer the above ques=
tions.<br
><br
> Thanks,<br
>
Romil<br
><br
><br
>
On Sun, May 19, 2013 at 10:44 AM, Oved Ourfalli < <a href=3D"mailto=
:ovedo@redhat.com" target=3D"_blank">ovedo(a)redhat.com</a> >
wrote:<br
><br
><br
>
Hi Romil.<br
><br
> Sorry for the late response.<br
> In order to use the cinder driver you need to set the
following config=
uration<br
> items in
/etc/cinder/cinder.conf<br
><br
>
volume_driver=3Dcinder.volume.ovirt.OVirtDriver<br
>
ovirt_engine_url=3D" <a href=3D"http://10.35.1.202:8080/api" target=3D=
"_blank">http://10.35.1.202:8080/api</a> "<br
>
ovirt_engine_username=3D"user@domain"<br
>
ovirt_engine_password=3D"password"<br
>
ovirt_engine_storagedomain=3D"nfs-data1"<br
><br
> What did you fail on? Can
you attach the cinder log for us to see?<br
><br
> Also cc-ing Federico, who
worked with me on the driver.<br
><br
> Thank you,<br
> Oved<br
><br
><br
><br
>
----- Original Message -----<br
> > From: "Romil
Gupta" < <a href=3D"mailto:romilgupta19@gmail.com=
" target=3D"_blank">romilgupta19(a)gmail.com</a> ><br
> > To: "Oved Ourfalli" < <a
href=3D"mailto:ovedo@redhat.com" targ=
et=3D"_blank">ovedo(a)redhat.com</a> ><br
> > Cc: "users" < <a
href=3D"mailto:users@ovirt.org" target=3D"_bl=
ank">users(a)ovirt.org</a> ><br
>
> Sent: Wednesday, May 15, 2013 5:41:42 PM<br
>
> Subject: Re: [Users] Openstack Quantum , Cinder and Glance integr=
ation with<br
> > oVirt.<br
> ><br
>
> Hi Oved ,<br
> ><br
> > I have gone through the code , it would be
great if you let me kn=
ow what<br
> > are<br
> > the flags we need to set in the cinder.conf
to load the oVirt-cin=
der<br
> > driver.<br
> ><br
>
> Is this the correct flag volume_driver=3Dcinder.volume.drivers.ov=
irt.<br
> > OVirtDriver
?<br
> ><br
>
> If yes , still I am not able to load it. I have also change the f=
ollowing<br
> > flags based on my
setup:<br
> ><br
> > volume_opts =3D [<br
> > cfg . StrOpt ( 'ovirt_engine_url'
,<br
> > default =3D ' <a
href=3D"http://localhost:8700/api" target=3D"_bl=
ank">http://localhost:8700/api</a> ' ,<br
> > help =3D '' ),<br
> > cfg . StrOpt (
'ovirt_engine_username' ,<br
>
> default =3D 'admin@internal' ,<br
>
> help =3D '' ),<br
>
> cfg . StrOpt ( 'ovirt_engine_password' ,<br
> > default =3D 'letmein!' ,<br
> > help =3D '' ),<br
> > cfg . StrOpt (
'ovirt_engine_storagedomain' ,<br
>
> default =3D 'OpenStackDomain' ,<br
>
> help =3D '' ),<br
>
> cfg . StrOpt ( 'ovirt_engine_sparse' ,<br
>
> default =3D True ,<br
> > help =3D
'' ),<br
> ><br
> > Help me out regarding the same.<br
> ><br
>
><br
> ><br
> ><br
>
> On Thu, May 9, 2013 at 7:23 PM, Romil Gupta < <a href=3D"mailt=
o:romilgupta19@gmail.com"
target=3D"_blank">romilgupta19(a)gmail.com</a> >=
<br
> > wrote:<br
>
><br
> ><br
> ><br
>
> Thanks for sharing the code and yes I had missed the mail from yo=
u earlier.<br
> > I am just going
through the code and would let you know if I need=
some help<br
> > from
you.<br
> ><br
> ><br
>
><br
> ><br
> > On Thu, May 9, 2013 at 7:19 PM, Oved Ourfalli
< <a href=3D"mai=
lto:ovedo@redhat.com" target=3D"_blank">ovedo(a)redhat.com</a>
> wrote:<br=
> ><br
>
><br
> ><br
> ><br
>
><br
> > ----- Original
Message -----<br
> > > From:
"Romil Gupta" < <a href=3D"mailto:romilgupta19@gmai=
l.com" target=3D"_blank">romilgupta19(a)gmail.com</a>
><br
> > > To:
"Oved Ourfalli" < <a href=3D"mailto:ovedo@redhat.com"=
target=3D"_blank">ovedo(a)redhat.com</a> ><br
> > > Cc: "users" < <a
href=3D"mailto:users@ovirt.org" target=
=3D"_blank">users(a)ovirt.org</a> ><br
> > > Sent: Thursday, May 9, 2013 4:31:23
PM<br
> > > Subject:
Re: [Users] Openstack Quantum , Cinder and Glance i=
ntegration<br
> > >
with<br
> > >
oVirt.<br
> > ><br
> > > Thanks Itamar, Yes , the intent is
to consume oVirt from the=
Openstack<br
> > >
side.<br
> > ><br
> > > Oved: thanks, I would be great if
you could share the code.<=
br
> > ><br
>
> Code was shared earlier on the thread before you got a chance to =
send your<br
> > response, but in
case you missed it, the code is in:<br
>
> <a
href=3D"https://github.com/oourfali/openstack-ovirt-driver" ta=
rget=3D"_blank">https://github.com/oourfali/openstack-ovirt-...
> ><br
>
> Also, Itamar added an important note about that:<br
> > "<br
>
> Romil - the POC above expects the glance image to pre-exist as a<=
br
> > template (by same name). I think your glance
driver for ovirt to<=
br
> > directly show the ovirt template from ovirt
is a better approach.=
<br
> > "<br
>
><br
> > Let me know if you
need more details,<br
> > Oved<br
> > ><br
>
> > On Thu, May 9, 2013 at 6:09 PM, Oved Ourfalli < <a href=
=3D"mailto:ovedo@redhat.com"
target=3D"_blank">ovedo(a)redhat.com</a> > wr=
ote:<br
> > ><br
> > ><br
>
> ><br
> > ><br
> > ><br
>
> > ----- Original Message -----<br
>
> > > From: "Itamar Heim" < <a
href=3D"mailto:iheim@redhat=
.com" target=3D"_blank">iheim(a)redhat.com</a> ><br
> > > > To: "Romil Gupta"
< <a href=3D"mailto:romilgupta19@g=
mail.com" target=3D"_blank">romilgupta19(a)gmail.com</a> >,
"Oved Ourfalli=
" <<br
> > > >
<a href=3D"mailto:oourfali@redhat.com" target=3D"_blank=
">oourfali(a)redhat.com</a> ><br
>
> > > Cc: "Mike Kolesnik" < <a
href=3D"mailto:mkolesni@red=
hat.com" target=3D"_blank">mkolesni(a)redhat.com</a> >,
"users" < <a hr=
ef=3D"mailto:users@ovirt.org"
target=3D"_blank">users(a)ovirt.org</a><br
> > > > ><br
>
> > > Sent: Thursday, May 9, 2013 3:22:45 PM<br
> > > > Subject: Re: [Users]
Openstack Quantum , Cinder and Gla=
nce integration<br
> > > >
with<br
> > > >
oVirt.<br
> > >
><br
> > > >
On 05/09/2013 09:34 AM, Romil Gupta wrote:<br
>
> > > > Thanks Mike , I have already gone through the link=
s you suggested<br
> > > >
> above.<br
> > > >
> As of now I am more interested to know about Cinde=
r and glance<br
> > > >
> integration with oVirt. It would be a great help i=
f you share some<br
> > > >
> references over this.<br
>
> > ><br
> > > >
Hi Romil,<br
> > >
><br
> > > >
please note the quantum, glance and cinder integration =
allow ovirt to<br
> > > >
consume these services.<br
> > > >
from what i understood from the blueprint approach you =
took, you want<br
> > > >
openstack to consume ovirt.<br
> > >
><br
> > >
><br
> > > >
for glance, ovirt will allow to import glance images as=
templates, but<br
> > > >
to easily launch openstack instances on ovirt, your gla=
nce-ovirt-driver<br
> > > >
seems a better solution.<br
> > >
><br
> > > >
for cinder, will take more time for ovirt to support a =
cinder storage<br
> > > >
domain, but if you want to use openstack with cinder-ov=
irt-driver, so a<br
> > > >
nova-ovirt-driver will be able to use the 'cinder' volu=
mes from ovirt,<br
> > > >
i<br
> > > > think oved can share his
POC code for this.<br
> > >
><br
> > ><br
> > > Romil, if you indeed need that one,
let me know.<br
> > > It has
been a while since I touched it so need to track it d=
own, and do<br
> > >
some<br
> > > cleanups
and stuff there before I send it to you,<br
>
> ><br
> > >
Oved<br
> > ><br
> > > > HTH,<br
> > > > Itamar<br
> > > ><br
> > > > ><br
> > > > ><br
> > > > > On Thu, May 9,
2013 at 11:58 AM, Mike Kolesnik <=
; <a href=3D"mailto:mkolesni@redhat.com"
target=3D"_blank">mkolesni(a)redhat.=
com</a><br
> > > >
> <mailto: <a href=3D"mailto:mkolesni@redhat.com"=
target=3D"_blank">mkolesni(a)redhat.com</a> >>
wrote:<br
> > > >
><br
> > > >
> --------------------------------------------------=
----------------------<br
> > > >
><br
> > > >
><br
> > > >
> Hi ,<br
> > > >
><br
> > > >
> Hi Romil,<br
> > > >
><br
> > > >
><br
> > > >
> It would be great to know about the Quantum integr=
ation with<br
> > > >
> oVirt and eagerly waiting for its release date.<br=
> > > > ><br
> > > > > Quantum
integration is moving along nicely, we alr=
eady have a<br
> > > >
> working POC with the Quantum Linux Bridge plugin.<=
br
> > > > > We are currently
working on stabilizing the POC an=
d making it a tech<br
> > > >
> preview for the 3.3 release.<br
>
> > > > You can see the relevant details here:<br
> > > > > <a
href=3D"http://www.ovirt.org/Features/Detailed_=
Quantum_Integration"
target=3D"_blank">www.ovirt.org/Features/Detailed_Quan=
tum_Integration</a><br
> > > >
> < <a
href=3D"http://www.ovirt.org/Features/Deta=
iled_Quantum_Integration"
target=3D"_blank">http://www.ovirt.org/Features/D=
etailed_Quantum_Integration</a> ><br
>
> > > ><br
>
> > > > Also if you're interested in the POC, you can see
=
details (and<br
> > > >
> videso) here:<br
> > > >
> <a
href=3D"http://www.ovirt.org/Features/Detailed_=
Quantum_Integration#Proof_of_Concept"
target=3D"_blank">http://www.ovirt.or=
g/Features/Detailed_Quantum_Integration#Proof_of_Concept</a><br
> > > > ><br
> > > > > Regards,<br
> > > > > Mike<br
> > > > ><br
> > > > ><br
> > > > > If possible, Can
anyone please share the reference=
s( demo video<br
> > > >
> , ppt ,link or git ) for Cinder and Glance integra=
tion.<br
> > > >
><br
> > > >
> *<br
> > > >
> *<br
> > > >
> *Regards,*<br
> > > >
> *Romil Gupta<br
> > > >
> *<br
> > > >
><br
> > > >
> _______________________________________________<br=
> > > > > Users mailing
list<br
> > > >
> <a href=3D"mailto:Users@ovirt.org" target=3D"_blan=
k">Users(a)ovirt.org</a> <mailto: <a
href=3D"mailto:Users@ovirt.org" targe=
t=3D"_blank">Users(a)ovirt.org</a> ><br
> > > > > <a
href=3D"http://lists.ovirt.org/mailman/listinfo=
/users"
target=3D"_blank">http://lists.ovirt.org/mailman/listinfo/us...
<br
> > > > ><br
> > > > ><br
> > > > ><br
> > > > ><br
> > > > ><br
> > > > > --<br
> > > > > *Thanks &
Regards,*<br
> > > >
> *Romil Gupta<br
> > > >
> *<br
> > > >
><br
> > > >
><br
> > > >
> _______________________________________________<br=
> > > > > Users mailing
list<br
> > > >
> <a href=3D"mailto:Users@ovirt.org" target=3D"_blan=
k">Users(a)ovirt.org</a><br
>
> > > > <a
href=3D"http://lists.ovirt.org/mailman/listinfo=
/users"
target=3D"_blank">http://lists.ovirt.org/mailman/listinfo/us...
<br
> > > > ><br
> > > ><br
> > > ><br
> > ><br
>
> ><br
> > ><br
> > > --<br
> > > Thanks & Regards,<br
> > > Romil Gupta<br
> > ><br
>
> ><br
> > >
_______________________________________________<br
>
> > Users mailing list<br
>
> > <a href=3D"mailto:Users@ovirt.org"
target=3D"_blank">Users@o=
virt.org</a><br
> > > <a
href=3D"http://lists.ovirt.org/mailman/listinfo/users" ta=
rget=3D"_blank">http://lists.ovirt.org/mailman/listinfo/user...
> > ><br
>
><br
> ><br
> ><br
>
> --<br
> > Thanks &
Regards,<br
> > Romil
Gupta<br
> ><br
> ><br
>
><br
> ><br
> > --<br
>
> Regards,<br
> > Romil<br
> ><br
>
><br
> >
_______________________________________________<br
>
> Users mailing list<br
> > <a
href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users(a)ovirt.=
org</a><br
> > <a
href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=
=3D"_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br
> ><br
><br
><br
><br
>
--<br
> Regards,<br
> Romil<br
><br
><br
>
_______________________________________________<br
>
Users mailing list<br
> <a
href=3D"mailto:Users@ovirt.org"
target=3D"_blank">Users(a)ovirt.org</=
a><br
> <a
href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_b=
lank">http://lists.ovirt.org/mailman/listinfo/users</a><br
><br></div></div></blockquote></div><br><br
clear=3D"all"><div><br></div=
</div></div><span
class=3D"HOEnZb"><span style=3D"color: #888888;" data-mc=
e-style=3D"color: #888888;" color=3D"#888888">--
<br><div dir=3D"ltr"><b st=
yle=3D"color:rgb(102,102,102)">Regards,</b><div><b
style=3D"color:rgb(102,1=
02,102)">Romil <br
</b><br></div></div
</span></span></div></blockquote></div><br><br
clear=3D"all"><div><br></div=
-- <br><div dir=3D"ltr"><b
style=3D"color:rgb(102,102,102)">Regards,</b><d=
iv><b
style=3D"color:rgb(102,102,102)">Romil <br></b><br></div></div><=
/div><br>_______________________________________________<br>Users mailing
l=
ist<br>Users@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/users<br>=
</blockquote><div><br></div></div></body></html
------=_Part_11287006_816373798.1370351316215--