[Users] Ovirt Live 0.8 interactive installer drops back to shell

2012-11-15 Thread Jorick Astrego
We are trying the Ovirt Live iso and when choosing interactive 
installation, I get dropped back to shell with the following error:


--command=sudo /usr/bin/engine-setup;sleep 20
Failed to parse arguments: Argument to --command/ -e is not a valid 
command: Text ended before matching quote was found for  . (The text 
was '  sudo ' )


It appears someone forgot a quote somewhere.

--
Regards,

Jorick Astrego
Netbulae B.V.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] cannot add new logical network to host

2012-11-15 Thread Roy Golan

On 11/15/2012 08:11 AM, Igor Lvovsky wrote:

   Hi Alan,

- Original Message -

From: Alan Johnson a...@datdec.com
To: users users@ovirt.org
Sent: Wednesday, November 14, 2012 11:05:31 PM
Subject: [Users] cannot add new logical network to host



I am trying to add a network for a sandbox environment that only
certain VMs will have access to and those VMs will not have access
to the rest of our network. This is to allow new systems to be
tested in a safe environment where they can't possibly muck with our
live systems. I'm trying to follow the instructions of section 5.4
Logical Network Tasks in the Admin guide but I keep getting an error
when adding to the host. Here is what I'm doing:

Under Data Centers  Default  Logical Networks  New, I create a new
logical network called sandbox, VM network is checked, VLAN network
is checked and VLAN ID is 2. .
Under Clusters  Default  Logical Networks  Assign/Unassign
Networks, I check Assign but not Required and sandbox appears in the
list.
Under Hosts  cloudhost01  Network Interfaces  Setup Host Networks,
I drag sandbox to the em1 interface which is also where ovirtmgmt is
assigned. There is am em2 interface, but that is dedicated to iSCSI
storage and has no Logical Networks assigned to it.
I check Save network configuration, leave Verify connectivity
between Host and ovirt-engine checked, click OK and I get  Error:
cloudhost01: - General command validation failure. 


If I understand you correctly, you try to add a new VM-VLANed network (sandbox)
to interface em1 that already has another VM network (ovirtmgmt).

If so, this operation is not permited. You can't attach VM-VLANed network and
VM-nonVLANed network to same interface.

To be sure that this is a case, I need to know your vdsm version
and vdsm log will be good as well

Regards,
 Igor
logic/flow aside, still the error is on engine side - validating the 
VdsNetworkInterface entity which
seems to be missing an interfaces field or method thus throwing this 
runtime error.

I wonder if GWT serialized something unexpected here.
Alan - can you try invoking setup networks and see if any other action 
is terminated the same way?



This may not be relevant, but in my event log I get  cloudhost01 is
missing vlan id: 2 that is expected by the cluster  warnings when I
activate cloudhost01 while the sandbox network exists. I have tired
doing things with different orders and tweaks all resulting in the
same error. Here are my versions:
ovirt-log-collector-3.1.0-16.el6.noarch
ovirt-image-uploader-3.1.0-16.el6.noarch
ovirt-engine-userportal-3.1.0-3.19.el6.noarch
ovirt-engine-setup-3.1.0-3.19.el6.noarch
ovirt-engine-restapi-3.1.0-3.19.el6.noarch
ovirt-engine-config-3.1.0-3.19.el6.noarch
ovirt-engine-notification-service-3.1.0-3.19.el6.noarch
ovirt-engine-backend-3.1.0-3.19.el6.noarch
ovirt-engine-sdk-3.1.0.5-1.el6.noarch
ovirt-iso-uploader-3.1.0-16.el6.noarch
ovirt-engine-jbossas711-1-0.x86_64
ovirt-engine-webadmin-portal-3.1.0-3.19.el6.noarch
ovirt-engine-dbscripts-3.1.0-3.19.el6.noarch
ovirt-engine-genericapi-3.1.0-3.19.el6.noarch
ovirt-engine-tools-common-3.1.0-3.19.el6.noarch
ovirt-engine-3.1.0-3.19.el6.noarch




The rest of this message is the accompanying stack trace that shows
up in engine.log. Looks to my lay eye like an expected database
column is missing or something. Any ideas?



2012-11-14 15:34:17,332 ERROR
[org.ovirt.engine.core.bll.SetupNetworksCommand]
(ajp--0.0.0.0-8009-10) [78b1227b] Error during CanDoActionFailure.:
javax.validation.ValidationException: Call to
TraversableResolver.isReachable() threw an exception
at
org.hibernate.validator.engine.ValidatorImpl.isValidationRequired(ValidatorImpl.java:773)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validateConstraint(ValidatorImpl.java:331)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validateConstraintsForRedefinedDefaultGroup(ValidatorImpl.java:278)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validateConstraintsForCurrentGroup(ValidatorImpl.java:260)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validateInContext(ValidatorImpl.java:213)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validateCascadedConstraint(ValidatorImpl.java:466)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validateCascadedConstraints(ValidatorImpl.java:372)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validateInContext(ValidatorImpl.java:219)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.hibernate.validator.engine.ValidatorImpl.validate(ValidatorImpl.java:119)
[hibernate-validator.jar: 4.0.2.GA ]
at
org.ovirt.engine.core.common.utils.ValidationUtils.validateInputs(ValidationUtils.java:77)
[engine-common.jar:]
at
org.ovirt.engine.core.bll.CommandBase.validateInputs(CommandBase.java:518)

Re: [Users] Ovirt Live 0.8 interactive installer drops back to shell

2012-11-15 Thread Jorick Astrego

On 11/15/2012 11:54 AM, Moran Goldboim wrote:

On 11/15/2012 12:15 PM, Jorick Astrego wrote:
We are trying the Ovirt Live iso and when choosing interactive 
installation, I get dropped back to shell with the following error:


--command=sudo /usr/bin/engine-setup;sleep 20
Failed to parse arguments: Argument to --command/ -e is not a valid 
command: Text ended before matching quote was found for  . (The text 
was '  sudo ' )


It appears someone forgot a quote somewhere.



well, you took the road less tested :) , i'll fix it for next release.
in the meanwhile, you can:
-use automatic mode
-run 'sudo engine-setup' from shell, it will run interactive shell for 
installation


as a general note it is recommended to use the (tiny) 
CorePlus-current.iso for demo purposes since all the os (including HD) 
is running from memory.


please let me know how is it going for you.

Moran.
People always tell me to stay on the right path, but I like to walk on 
the grass ;-)


Automatic mode works fine and we did some exploring.

I found another small issue with the Install to harddisk function. When 
I choose Use all space, the installer crashes. When choosing Replace 
Existing Linux Partition, the installer works fine.


The CorePlus-current.iso sounds good, but I'm unable to locate it on the 
site. Do I have to compile it?


Jorick



--
Met vriendelijke groet,

Jorick Astrego

Netbulae B.V.
Staalsteden 4-13
7547 TA Enschede

Tel. +31 (0)53 - 20 30 270

Email: jor...@netbulae.eu
Site:  http://www.netbulae.eu


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] oVirt Weekly Meeting Minutes -- 2012-11-14

2012-11-15 Thread Mike Burns
Minutes:http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.html
Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.txt
Log:
http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.log.html



#ovirt: oVirt Weekly Meeting



Meeting started by mburns at 15:00:23 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.log.html
.



Meeting summary
---
* agenda and roll call  (mburns, 15:00:39)

* Release Status  (mburns, 15:03:34)
  * LINK: http://wiki.ovirt.org/wiki/OVirt_3.2_release-management
(mburns, 15:03:46)
  * beta/feature freeze delayed until 28-Nov  (mburns, 15:16:22)
  * GA delayed until 09-Jan  (mburns, 15:16:30)
  * engine almost ready for F18  (mburns, 15:17:19)
  * vdsm needs some work, hope to hit feature freeze  (mburns, 15:17:30)
  * node needs some work, should hit feature freeze  (mburns, 15:17:39)
  * history/reports will likely be async  (mburns, 15:17:53)
  * sdk/cli update coming later  (mburns, 15:18:03)
  * guest-agent needs testing  (mburns, 15:18:18)

* subproject report -- infra  (mburns, 15:25:33)
  * other sub-projects covered in release status, so skipping them
(mburns, 15:26:11)
  * infra team still recovering from wiki/mailing list outage  (mburns,
15:27:45)
  * mburns, quaid, oschreib and eedri have access to server during
future emergencies  (dneary, 15:28:58)
  * infra team working out contact methods to handle outages quicker in
the future  (mburns, 15:29:47)
  * MediaWiki instance is en route to being migrated; naked instance at
(quaid, 15:30:08)
  * LINK: http://wiki-ovirt.rhcloud.com   (quaid, 15:30:14)
  * expect to have mirroring working by the end of the week, meaning we
can schedule DNS cutover for whenever is best  (quaid, 15:30:39)
  * still working details for other hosting situations, hoping they
resolve within the next few weeks  (quaid, 15:31:17)
  * after wiki is off server that only saves ~200MB running, so not much
compared to what else fills the disk, maybe a week or two of time
that buys us  (quaid, 15:31:54)
  * LINK:
http://lists.ovirt.org/pipermail/infra/2012-November/001353.html
(quaid, 15:33:23)
  * LINK:
http://lists.ovirt.org/pipermail/infra/2012-November/001353.html
(mburns, 15:33:32)
  * active infra@ discussion needs to happen about to have /wiki or
not  (quaid, 15:34:04)

* Workshops - Barcelona (recap)  (mburns, 15:36:06)
  * eedri has been added to sudoers on linode01  (quaid, 15:36:53)
  * Barcelona Workshops had people - room was over 50% full (except for
9am slots of Wednesday and Thursday - on Wednesday we clashed with
keynotes, on Thursday I think people started arriving around 10)
(dneary, 15:37:44)
  * oVirt booth generated a lot of foot traffic and questions  (mburns,
15:37:49)
  * Barcelona Workshops had people - room was over 50% full (except for
9am slots of Wednesday and Thursday - on Wednesday we clashed with
keynotes, on Thursday I think people started arriving around 10)
(mburns, 15:38:00)
  * On Wednesday, we had a full house (~80 people if I counted right)
for several sessions after the keynotes  (dneary, 15:38:20)
  * USB keys and mugs were well received as gifts  (dneary, 15:39:14)
  * dneary to gather presentations together in wiki for posterity
(dneary, 15:39:26)
  * We met with several interesting oVirt users or potential users -
dneary will follow up to see if we can use them as case studies when
they've successfully deployed  (dneary, 15:40:23)
  * ACTION: lh to talk to suehle about handout on what is ovirt and see
what can be done  (lh, 15:40:56)
  * looking to expand to conferences beyond linuxcon  (mburns, 15:44:45)
  * definitely want booths for as many as we can  (mburns, 15:45:36)
  * please submit conference suggestions to workshop...@ovirt.org
(mburns, 15:47:13)

* Workshop -- NetApp (Sunnyvale, CA, US)  (mburns, 15:49:03)
  * January 22-24  (mburns, 15:49:18)
  * dates are confirmed  (mburns, 15:50:19)
  * need to coordinate with some facilities people to ensure nothing
slips through the cracks  (mburns, 15:50:37)
  * CFP to open shortly after new web site is live  (mburns, 15:51:02)
  * LINK:

https://docs.google.com/document/d/15UBzC_5moynUSjzZWl8e_pxorc0-gip03JADdtPZFr0/edit
(lh, 15:51:10)
  * LINK:

https://docs.google.com/document/d/15UBzC_5moynUSjzZWl8e_pxorc0-gip03JADdtPZFr0/edit
(mburns, 15:51:40)
  * ACTION: dneary to follow up on organizing a board meeting  (mburns,
15:58:42)
  * seating for ~150 people  (mburns, 15:58:49)

* web site  (mburns, 16:00:00)
  * ACTION: quaid to start the new wiki splash page  publicize its
existence so others can help get it fixed up right  (quaid,
16:11:03)
  * garrett_ and quaid to work on getting new site live asap  (mburns,
16:11:33)
  * IDEA: the point is, when 

[Users] Blog post on working with oVirt via EC2/CIMI APIs using Deltacloud

2012-11-15 Thread Oved Ourfalli
Hey all,

I've created a new blog, http://ovedou.blogspot.com , and the first post is on 
working with oVirt via EC2/CIMI APIs using Deltacloud.
(It may be changed a bit soon, as I'm currently testing the Fedora RPM 
configuration, but most information and examples will remain the same).

More info:

This blog post will show how you can use Deltacloud in order to perform basic 
operations via EC2/CIMI APIs, on top of the oVirt engine. This post is 
informative and technical, and it is directed for those who are interested in a 
solution for using oVirt via common cloud APIs.

Enjoy!
Oved Ourfali
http://ovedou.blogspot.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fwd: oVirt Weekly Meeting Minutes -- 2012-11-14

2012-11-15 Thread Michael Pasternak

just to update, - i did sanity testing of sdk  cli for build and
functionality on f18 and didn't see any issue.

-- 

Michael Pasternak
RedHat, ENG-Virtualization RD


 
  Original Message 
 Subject: oVirt Weekly Meeting Minutes -- 2012-11-14
 Date: Thu, 15 Nov 2012 07:17:33 -0500
 From: Mike Burns mbu...@redhat.com
 To: board bo...@ovirt.org, users users@ovirt.org
 
 Minutes: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.html
 Minutes (text): 
 http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.txt
 Log: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.log.html
 
 
 
 #ovirt: oVirt Weekly Meeting
 
 
 
 Meeting started by mburns at 15:00:23 UTC. The full logs are available
 at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-11-14-15.00.log.html
 .
 
 
 
 Meeting summary
 ---
 * agenda and roll call  (mburns, 15:00:39)
 
 * Release Status  (mburns, 15:03:34)
   * LINK: http://wiki.ovirt.org/wiki/OVirt_3.2_release-management
 (mburns, 15:03:46)
   * beta/feature freeze delayed until 28-Nov  (mburns, 15:16:22)
   * GA delayed until 09-Jan  (mburns, 15:16:30)
   * engine almost ready for F18  (mburns, 15:17:19)
   * vdsm needs some work, hope to hit feature freeze  (mburns, 15:17:30)
   * node needs some work, should hit feature freeze  (mburns, 15:17:39)
   * history/reports will likely be async  (mburns, 15:17:53)
   * sdk/cli update coming later  (mburns, 15:18:03)
   * guest-agent needs testing  (mburns, 15:18:18)
 
 * subproject report -- infra  (mburns, 15:25:33)
   * other sub-projects covered in release status, so skipping them
 (mburns, 15:26:11)
   * infra team still recovering from wiki/mailing list outage  (mburns,
 15:27:45)
   * mburns, quaid, oschreib and eedri have access to server during
 future emergencies  (dneary, 15:28:58)
   * infra team working out contact methods to handle outages quicker in
 the future  (mburns, 15:29:47)
   * MediaWiki instance is en route to being migrated; naked instance at
 (quaid, 15:30:08)
   * LINK: http://wiki-ovirt.rhcloud.com   (quaid, 15:30:14)
   * expect to have mirroring working by the end of the week, meaning we
 can schedule DNS cutover for whenever is best  (quaid, 15:30:39)
   * still working details for other hosting situations, hoping they
 resolve within the next few weeks  (quaid, 15:31:17)
   * after wiki is off server that only saves ~200MB running, so not much
 compared to what else fills the disk, maybe a week or two of time
 that buys us  (quaid, 15:31:54)
   * LINK:
 http://lists.ovirt.org/pipermail/infra/2012-November/001353.html
 (quaid, 15:33:23)
   * LINK:
 http://lists.ovirt.org/pipermail/infra/2012-November/001353.html
 (mburns, 15:33:32)
   * active infra@ discussion needs to happen about to have /wiki or
 not  (quaid, 15:34:04)
 
 * Workshops - Barcelona (recap)  (mburns, 15:36:06)
   * eedri has been added to sudoers on linode01  (quaid, 15:36:53)
   * Barcelona Workshops had people - room was over 50% full (except for
 9am slots of Wednesday and Thursday - on Wednesday we clashed with
 keynotes, on Thursday I think people started arriving around 10)
 (dneary, 15:37:44)
   * oVirt booth generated a lot of foot traffic and questions  (mburns,
 15:37:49)
   * Barcelona Workshops had people - room was over 50% full (except for
 9am slots of Wednesday and Thursday - on Wednesday we clashed with
 keynotes, on Thursday I think people started arriving around 10)
 (mburns, 15:38:00)
   * On Wednesday, we had a full house (~80 people if I counted right)
 for several sessions after the keynotes  (dneary, 15:38:20)
   * USB keys and mugs were well received as gifts  (dneary, 15:39:14)
   * dneary to gather presentations together in wiki for posterity
 (dneary, 15:39:26)
   * We met with several interesting oVirt users or potential users -
 dneary will follow up to see if we can use them as case studies when
 they've successfully deployed  (dneary, 15:40:23)
   * ACTION: lh to talk to suehle about handout on what is ovirt and see
 what can be done  (lh, 15:40:56)
   * looking to expand to conferences beyond linuxcon  (mburns, 15:44:45)
   * definitely want booths for as many as we can  (mburns, 15:45:36)
   * please submit conference suggestions to workshop...@ovirt.org
 (mburns, 15:47:13)
 
 * Workshop -- NetApp (Sunnyvale, CA, US)  (mburns, 15:49:03)
   * January 22-24  (mburns, 15:49:18)
   * dates are confirmed  (mburns, 15:50:19)
   * need to coordinate with some facilities people to ensure nothing
 slips through the cracks  (mburns, 15:50:37)
   * CFP to open shortly after new web site is live  (mburns, 15:51:02)
   * LINK:
 
 https://docs.google.com/document/d/15UBzC_5moynUSjzZWl8e_pxorc0-gip03JADdtPZFr0/edit
 (lh, 15:51:10)
   * LINK:
 
 

Re: [Users] could not add local storage domain

2012-11-15 Thread Federico Simoncelli
Hi Jorick and Cristian,
 the error you posted here looks like an issue we recently fixed (vdsm
on nfs with kernel 3.6).
Anyway it's quite difficult to make a comprehensive list of things to
report and tests to execute. For this particular issue (and not as a
general rule) I suggest you to contact me on IRC (fsimonce on #ovirt
OFTC) so that we can sort out the issue together.

We will report back to the ML our findings so that it will be helpful
for everyone else.

-- 
Federico

- Original Message -
 From: Jorick Astrego jor...@netbulae.eu
 To: users@ovirt.org
 Sent: Wednesday, November 14, 2012 1:45:21 PM
 Subject: Re: [Users] could not add local storage domain
 
 - I'm not the original submitter of this issue, but I have exactly
 the same problem with the latest nightly all-in-one installation.
 
 We don't use public key auth for sshd on this machine so that's not
 the problem. This is what I see in the vdsm.log:
 

[...]

 Thread-17:: INFO::2012-11-14
 12:46:14,129::logUtils::37::dispatcher::(wrapper) Run and protect:
 connectStorageServer(domType=4,
 spUUID='----',
 conList=[{'connection': '/data', 'iqn': '', 'portal': '', 'user':
 '', 'password': '**', 'id':
 '----', 'port': ''}], options=None)
 Thread-17::ERROR::2012-11-14
 12:46:14,212::hsm::2057::Storage.HSM::(connectStorageServer) Could
 not connect to storageServer
 Traceback (most recent call last):
 File /usr/share/vdsm/storage/hsm.py, line 2054, in
 connectStorageServer
 conObj.connect()
 File /usr/share/vdsm/storage/storageServer.py, line 462, in connect
 if not self.checkTarget():
 File /usr/share/vdsm/storage/storageServer.py, line 449, in
 checkTarget
 fileSD.validateDirAccess(self._path))
 File /usr/share/vdsm/storage/fileSD.py, line 51, in
 validateDirAccess
 getProcPool().fileUtils.validateAccess(dirPath)
 File /usr/share/vdsm/storage/remoteFileHandler.py, line 274, in
 callCrabRPCFunction
 *args, **kwargs)
 File /usr/share/vdsm/storage/remoteFileHandler.py, line 180, in
 callCrabRPCFunction
 rawLength = self._recvAll(LENGTH_STRUCT_LENGTH, timeout)
 File /usr/share/vdsm/storage/remoteFileHandler.py, line 149, in
 _recvAll
 timeLeft):
 File /usr/lib64/python2.7/contextlib.py, line 84, in helper
 return GeneratorContextManager(func(*args, **kwds))
 File /usr/share/vdsm/storage/remoteFileHandler.py, line 136, in
 _poll
 raise Timeout()
 Timeout
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Testing oVirt nightly

2012-11-15 Thread Joop
I continue my quest to get a working version of the latest oVirt and
started with a clean setup.

What I would like is to get a working config consisting of 2 storage
servers, 2 hosts and a management server. Storage connected to a pair of
10G switches and the public side of the servers and VMs connected to a
pair of access switches. For that I need:
- bonding
- separate networks for storage and ovirtmgmt
- storage is using gluster
Ideal would be to do all configuration from the webui.

Items 1 and 2 need a version of the DC/Cluster of 3.2 but then I'm stopped
from going any further because the version of vdsmd on the storage server
isn't compatible with the DC/Cluster version.

How can I proceed with my 3.2 testing, or does someone have a better plan
of getting this setup workign.

Thanks in advance,

Joop


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Testing oVirt nightly

2012-11-15 Thread Itamar Heim

On 11/15/2012 03:54 PM, Joop wrote:

I continue my quest to get a working version of the latest oVirt and
started with a clean setup.

What I would like is to get a working config consisting of 2 storage
servers, 2 hosts and a management server. Storage connected to a pair of
10G switches and the public side of the servers and VMs connected to a
pair of access switches. For that I need:
- bonding
- separate networks for storage and ovirtmgmt
- storage is using gluster
Ideal would be to do all configuration from the webui.

Items 1 and 2 need a version of the DC/Cluster of 3.2 but then I'm stopped
from going any further because the version of vdsmd on the storage server
isn't compatible with the DC/Cluster version.


can you please explain what's the issue of compatibility between the two 
(vdsm nightly should give a 3.2 compatibility)?




How can I proceed with my 3.2 testing, or does someone have a better plan
of getting this setup workign.

Thanks in advance,

Joop


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] cannot add new logical network to host

2012-11-15 Thread Alan Johnson
On Thu, Nov 15, 2012 at 1:11 AM, Igor Lvovsky ilvov...@redhat.com wrote:

   Hi Alan,


 If I understand you correctly, you try to add a new VM-VLANed network
 (sandbox)
 to interface em1 that already has another VM network (ovirtmgmt).

 If so, this operation is not permited. You can't attach VM-VLANed network
 and
 VM-nonVLANed network to same interface.


Good to know.  I'll start working on another solution that might work once
I get around the blocking bug (more on this in response to Roy shortly).
 Is there a way to convert the ovirtmgmt network to VLAN'd?

Also, while I have your attention, I expect I will have to enable each VLAN
on each host's port of the connected switch, which means I have to set each
port with multiple VLANs to trunk mode.  Is that right?



 To be sure that this is a case, I need to know your vdsm version
 and vdsm log will be good as well


There is nothing in the log with that time stamp (as Roy has observed, it
is not getting that far), but here are the versions just FYI:
[root@cloudhost01 ~]# rpm -qa | fgrep vdsm
vdsm-python-4.10.0-0.44.14.el6.x86_64
vdsm-xmlrpc-4.10.0-0.44.14.el6.noarch
vdsm-4.10.0-0.44.14.el6.x86_64
vdsm-cli-4.10.0-0.44.14.el6.noarch
vdsm-gluster-4.10.0-0.44.14.el6.noarch
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] cannot add new logical network to host

2012-11-15 Thread Alan Johnson
On Thu, Nov 15, 2012 at 9:38 AM, Alan Johnson a...@datdec.com wrote:

 On Thu, Nov 15, 2012 at 1:11 AM, Igor Lvovsky ilvov...@redhat.com wrote:

 To be sure that this is a case, I need to know your vdsm version

 and vdsm log will be good as well


 There is nothing in the log with that time stamp (as Roy has observed, it
 is not getting that far), but here are the versions just FYI:
 [root@cloudhost01 ~]# rpm -qa | fgrep vdsm
 vdsm-python-4.10.0-0.44.14.el6.x86_64
 vdsm-xmlrpc-4.10.0-0.44.14.el6.noarch
 vdsm-4.10.0-0.44.14.el6.x86_64
 vdsm-cli-4.10.0-0.44.14.el6.noarch
 vdsm-gluster-4.10.0-0.44.14.el6.noarch


On and I just noticed that my vdsm is a bit older on the other 3 nodes in
this cluster:
vdsm-xmlrpc-4.10.0-0.42.13.el6.noarch
vdsm-gluster-4.10.0-0.42.13.el6.noarch
vdsm-python-4.10.0-0.42.13.el6.x86_64
vdsm-4.10.0-0.42.13.el6.x86_64
vdsm-cli-4.10.0-0.42.13.el6.noarch

In case that matters...  I'm not trying to manipulate them just yet, but I
will be rotating each through maintenance mode to add the same network
config as soon as I get it working on cloudhost01.  I'll do updates and
rebooting before changing networking on them.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] issue with adding node

2012-11-15 Thread Vinzenz Feenstra

Hi,


If you still have this problem, you can copy the file 
/etc/pki/ovirt-engine/ca.pem to the node to /etc/pki/vdsm/certs/cacert.pem


Regards,

On 11/08/2012 10:02 PM, Patrick Roughan wrote:



Hey,

Ye that was done, have installed as per http://www.ovirt.org/get-ovirt/

Regards

Patrick


On Thu, Nov 8, 2012 at 11:36 PM, Vinzenz Feenstra vfeen...@redhat.com 
mailto:vfeen...@redhat.com wrote:


Hi,

Sorry for the delay on answering your question.

Did you enable the 3.1 repo on the target host?
If you not please ssh to the machine and execute the following
command as root:

yum localinstallhttp://ovirt.org/releases/ovirt-release-fedora.noarch.rpm


Regards,


On 11/05/2012 07:21 AM, Patrick Roughan wrote:

Hey,

I am having an issue with adding a node to the master when i try
to add from the node, with ip address and password i get this
error, can anyone shed some light on how to fix this? i am using
the latest install of 3.1. i have reinstalled both node and
master with same issue happening


[Errno 2] No such file or directory:?
 ?
'/etc/pki/vdsm/certs/cacert.pem'  ?
 ? Traceback (most recent
call last):  ?
 ? File
/usr/libexec/ovirt-config-setup,   ?
 ? line 2018, in start ?
 ?  
self.process_config()   ?

 ? File
/usr/libexec/ovirt-config-setup,   ?
 ? line 1807, in
process_config  ?
 ?   ret = p.action()
   ?
 ? File  
   ?

 ?
/usr/lib/python2.7/site-packages/ovirt_con ?
 ? fig_setup/engine.py,
line 183, in action ?
 ? File
/usr/share/vdsm-reg/deployUtil.py, ?
 ? line 1408, in
nodeCleanup ?
 ? File
/usr/share/vdsm-reg/deployUtil.py, ?
 ? line 1399, in
_nodeBackupCerts  ?
 ? File
/usr/lib64/python2.7/shutil.py,?
 ? line 128, in copy2  ?
 ? File
/usr/lib64/python2.7/shutil.py,?
 ? line 82, in copyfile  ?
 ? IOError: [Errno 2] No
such file or  ?
 ? directory:
'/etc/pki/vdsm/certs/cacert.pem'

-- 
Regards


Patrick





Disclaimer: The information contained in this email, including
any attachments, is for the sole use of the intended recipient(s)
and may contain confidential and privileged information. Any
unauthorised review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact
the sender by reply email and destroy all copies of the original
message. The views or opinions expressed are the author's own and
may not reflect the views or opinions of Epoch Capital Pty
Limited or associated companies.


___
Users mailing list
Users@ovirt.org  mailto:Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



-- 
Regards,


Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone:+420 532 294 625  tel:%2B420%20532%20294%20625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works atredhat.com  http://redhat.com




--
Regards

Patrick Roughan
Senior IT Support Engineer
Epoch Capital Support
supp...@epochcapital.com.au mailto:supp...@epochcapital.com.au

Office Hour Support Number: +61280703814 tel:%2B61280703814
Out of Hours Support Number +61458053929 tel:%2B61458053929






--
Regards

Patrick Roughan
Senior IT Support Engineer
Epoch Capital Support
supp...@epochcapital.com.au mailto:supp...@epochcapital.com.au

Office Hour Support Number: +61280703814
Out of Hours Support Number +61458053929




Disclaimer: The information contained in this email, including any 
attachments, is for the sole use of the intended recipient(s) and may 
contain confidential and privileged information. Any unauthorised 
review, use, disclosure or distribution is prohibited. If you are not 
the intended recipient, please contact the sender by reply email and 
destroy all copies of the original message. The views or opinions 

Re: [Users] use of VM payload to set static IP info - ovirt 3.1

2012-11-15 Thread Oved Ourfalli
Hi there,

That is an interesting question.
I'm now trying to investigate about it, to see if it is possible to use 
cloud-init project in order to do that.

Will give an update as soon as I find something about it.
Feel free to read about cloud-init as well (or maybe other projects if you find 
them), and share your findings with us.

Oved

- Original Message -
 From: Messaoud Benantar mbena...@us.ibm.com
 To: users@ovirt.org
 Sent: Wednesday, November 14, 2012 7:12:48 PM
 Subject: [Users] use of VM payload to set static IP info - ovirt 3.1
 
 
 Hello folks,
 in our case we do need to assign static IP information to the KVM VMs
 that we provision.
 In looking at RHEV 3.1 i see a new Rest function for sending a
 payload to a VM.
 
 vm
 ...
 payloads
 payload type='cdrom'
 file name='my.txt'
 contentsome content/content
 /file
 /payload
 /payloads
 /vm
 
 
 I was wondering if anyone knows how to use VM payload to set static
 IP information for a VM (both linux and windows).
 Thank you.
 
 Regards,
 Messaoud Benantar
 IBM Corporation
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] cannot add new logical network to host

2012-11-15 Thread Moti Asayag
On 11/15/2012 04:46 PM, Alan Johnson wrote:
 On Thu, Nov 15, 2012 at 5:34 AM, Roy Golan rgo...@redhat.com
 mailto:rgo...@redhat.com wrote:
 
 logic/flow aside, still the error is on engine side - validating the
 VdsNetworkInterface entity which
 seems to be missing an interfaces field or method thus throwing
 this runtime error.
 I wonder if GWT serialized something unexpected here.
 Alan - can you try invoking setup networks and see if any other
 action is terminated the same way?
 
 
 Yes, no matter what I do on Setup Host Networks, I get the same error
 when I click OK.  Even if I make not changes at all, I get the same when
 I click OK.  I have to Cancel to get out of that screen.
 

I tried same scenario but haven't got any error like this. However, I'm
working on the latest version...

Could you send the content of the vds_interface table ? even off-list so
I can try to debug it on my system ?

 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] cannot add new logical network to host

2012-11-15 Thread Alan Johnson
On Thu, Nov 15, 2012 at 9:46 AM, Alan Johnson a...@datdec.com wrote:

 On Thu, Nov 15, 2012 at 5:34 AM, Roy Golan rgo...@redhat.com wrote:

 logic/flow aside, still the error is on engine side - validating the
 VdsNetworkInterface entity which
 seems to be missing an interfaces field or method thus throwing this
 runtime error.
 I wonder if GWT serialized something unexpected here.
 Alan - can you try invoking setup networks and see if any other action is
 terminated the same way?


 Yes, no matter what I do on Setup Host Networks, I get the same error when
 I click OK.  Even if I make not changes at all, I get the same when I click
 OK.  I have to Cancel to get out of that screen.


I have just run though the same process on a different engine controlling a
single node.  Not changing anything on the Setup Host Networks screen, it
closes successfully when I click OK.  Trying to add the sandbox network to
em1 gives the error Error while executing action Setup Networks: Internal
oVirt Engine Error.  This shows up in engine.log:
2012-11-15 12:04:41,497 INFO
 [org.ovirt.engine.core.bll.SetupNetworksCommand] (ajp--0.0.0.0-8009-2)
[51a6bccb] Running command: SetupNetworksCommand internal: false. Entities
affected :  ID: 65f7ba84-2aa5-11e2-a193-001a4aa8770c Type: VDS
2012-11-15 12:04:41,500 INFO
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand]
(ajp--0.0.0.0-8009-2) [51a6bccb] START, SetupNetworksVDSCommand(vdsId =
65f7ba84-2aa5-11e2-a193-001a4aa8770c), log id: 1e23f24a
2012-11-15 12:04:41,501 INFO
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand]
(ajp--0.0.0.0-8009-2) [51a6bccb] FINISH, SetupNetworksVDSCommand, log id:
1e23f24a
2012-11-15 12:04:42,017 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
(ajp--0.0.0.0-8009-2) [51a6bccb] Failed in SetupNetworksVDS method
2012-11-15 12:04:42,017 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
(ajp--0.0.0.0-8009-2) [51a6bccb] Error code ERR_USED_NIC and error message
VDSGenericException: VDSErrorException: Failed to SetupNetworksVDS, error =
Setup attached more than one network to nic em1, some of which aren't vlans
2012-11-15 12:04:42,018 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
(ajp--0.0.0.0-8009-2) [51a6bccb]
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
VDSGenericException: VDSErrorException: Failed to SetupNetworksVDS, error =
Setup attached more than one network to nic em1, some of which aren't vlans
2012-11-15 12:04:42,018 ERROR
[org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--0.0.0.0-8009-2)
[51a6bccb] Command SetupNetworksVDS execution failed. Exception:
RuntimeException:
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
VDSGenericException: VDSErrorException: Failed to SetupNetworksVDS, error =
Setup attached more than one network to nic em1, some of which aren't vlans
2012-11-15 12:04:42,021 INFO
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ajp--0.0.0.0-8009-2) [51a6bccb] No string for UNASSIGNED type. Use default
Log

And vdsm.log show this:
Dummy-3930::DEBUG::2012-11-15
12:04:41,618::__init__::1164::Storage.Misc.excCmd::(_log) 'dd
if=/rhev/data-center/88c14568-2860-11e2-8ecf-001a4aa8770c/mastersd/dom_md/inbox
iflag=direct,
fullblock count=1 bs=1024000' (cwd None)
Dummy-3930::DEBUG::2012-11-15
12:04:41,721::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: err =
'1+0 records in\n1+0 records out\n1024000 bytes (1.0 MB) copied, 0.0531377
s, 19
.3 MB/s\n'; rc = 0
Thread-397033::DEBUG::2012-11-15
12:04:43,084::BindingXMLRPC::859::vds::(wrapper) client
[192.168.119.232]::call setupNetworks with ({'ovirtmgmt': {'nic': 'em1',
'bridged': 'true'}, 'sa
ndbox': {'nic': 'em1', 'vlan': '2', 'bridged': 'true'}}, {},
{'connectivityCheck': 'true', 'connectivityTimeout': 6}) {} flowID
[51a6bccb]
Thread-397034::DEBUG::2012-11-15
12:04:43,085::BindingXMLRPC::859::vds::(wrapper) client
[192.168.119.232]::call ping with () {} flowID [51a6bccb]
Thread-397034::DEBUG::2012-11-15
12:04:43,086::BindingXMLRPC::865::vds::(wrapper) return ping with
{'status': {'message': 'Done', 'code': 0}}
MainProcess|Thread-397033::DEBUG::2012-11-15
12:04:43,099::configNetwork::1083::setupNetworks::(setupNetworks) Setting
up network according to configuration: networks:{'ovirtmgmt': {'ni
c': 'em1', 'bridged': 'true'}, 'sandbox': {'nic': 'em1', 'vlan': '2',
'bridged': 'true'}}, bondings:{}, options:{'connectivityCheck': 'true',
'connectivityTimeout': 6}
MainProcess|Thread-397033::DEBUG::2012-11-15
12:04:43,099::configNetwork::1087::root::(setupNetworks) Validating
configuration
MainProcess|Thread-397033::ERROR::2012-11-15
12:04:43,110::configNetwork::1155::setupNetworks::(setupNetworks) (24,
Setup attached more than one network to nic em1, some of which aren'
t vlans)
Traceback (most recent call last):
  File /usr/share/vdsm/configNetwork.py, line 1088, in setupNetworks
_validateNetworkSetup(dict(networks), dict(bondings))
  

[Users] native USB redirection

2012-11-15 Thread Fasil

Hi,

I am having issues in getting the native USB redirection.
I have selected the native USB support for my console options. When I 
start the VM, it is returning to the down state. The below engine.log 
shows some error.


2012-11-15 21:45:42,924 INFO 
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] 
(ajp--0.0.0.0-8009-5) START, IsValidVDSCommand(storagePoolId = 
9febe320-e6d5-4b91-a1c5-614c3a24ebe4, ignoreFailoverLimit = false, 
compatabilityVersion = null), log id: 6dc08bad
2012-11-15 21:45:42,925 INFO 
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand] 
(ajp--0.0.0.0-8009-5) FINISH, IsValidVDSCommand, return: true, log id: 
6dc08bad
2012-11-15 21:45:43,003 INFO 
[org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] 
(ajp--0.0.0.0-8009-5) START, IsVmDuringInitiatingVDSCommand(vmId = 
2aedea82-0dcf-4f93-994d-425ed01c1479), log id: 4a2ace14
2012-11-15 21:45:43,003 INFO 
[org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] 
(ajp--0.0.0.0-8009-5) FINISH, IsVmDuringInitiatingVDSCommand, return: 
false, log id: 4a2ace14
2012-11-15 21:45:43,051 INFO [org.ovirt.engine.core.bll.RunVmCommand] 
(pool-3-thread-49) [2fccb65f] Lock Acquired to object EngineLock 
[exclusiveLocks= key: 2aedea82-0dcf-4f93-994d-425ed01c1479 value: VM

, sharedLocks= ]
2012-11-15 21:45:43,068 INFO [org.ovirt.engine.core.bll.RunVmCommand] 
(pool-3-thread-49) [2fccb65f] Running command: RunVmCommand internal: 
false. Entities affected :  ID: 2aedea82-0dcf-4f93-994d-425ed01c1479 
Type: VM
2012-11-15 21:45:43,102 INFO 
[org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-3-thread-49) 
[2fccb65f] START, CreateVmVDSCommand(vdsId = 
a2f20736-2da8-11e2-a9ac-bb1cd2496234, 
vmId=2aedea82-0dcf-4f93-994d-425ed01c1479, 
vm=org.ovirt.engine.core.common.businessentities.VM@600411f2), log id: 
377110c5
2012-11-15 21:45:43,104 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] 
(pool-3-thread-49) [2fccb65f] START, CreateVDSCommand(vdsId = 
a2f20736-2da8-11e2-a9ac-bb1cd2496234, 
vmId=2aedea82-0dcf-4f93-994d-425ed01c1479, 
vm=org.ovirt.engine.core.common.businessentities.VM@600411f2), log id: 
4847feea
2012-11-15 21:45:43,126 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] 
(pool-3-thread-49) [2fccb65f] 
org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand 
spiceSslCipherSuite=DEFAULT,memSize=2048,kvmEnable=true,smp=1,emulatedMachine=pc,vmType=kvm,keyboardLayout=en-us,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,timeOffset=0,transparentHugePages=true,vmId=2aedea82-0dcf-4f93-994d-425ed01c1479,devices=[Ljava.util.Map;@18cc1b1b,acpiEnable=true,vmName=win73,cpuType=Westmere,custom={device_88276577-7921-4e39-82a2-267c8bcd3744device_66fa5d8f-6544-4e84-a1de-87c673c9611c=VmId=2aedea82-0dcf-4f93-994d-425ed01c1479,DeviceId=66fa5d8f-6544-4e84-a1de-87c673c9611c,Device=ide,Type=controller,BootOrder=0,SpecParams={},Address={bus=0x00, 
domain=0x, type=pci, slot=0x01, 
function=0x1},IsManaged=false,IsPlugged=true,IsReadOnly=false,alias=ide0, device_88276577-7921-4e39-82a2-267c8bcd3744device_66fa5d8f-6544-4e84-a1de-87c673c9611cdevice_5db33cc1-ed1d-4c21-b1bf-de0cbe76b778device_48d5a447-92e1-4cb3-81cc-104ab634ffa2=VmId=2aedea82-0dcf-4f93-994d-425ed01c1479,DeviceId=48d5a447-92e1-4cb3-81cc-104ab634ffa2,Device=unix,Type=channel,BootOrder=0,SpecParams={},Address={port=1, 
bus=0, controller=0, 
type=virtio-serial},IsManaged=false,IsPlugged=true,IsReadOnly=false,alias=channel0, 
device_88276577-7921-4e39-82a2-267c8bcd3744=VmId=2aedea82-0dcf-4f93-994d-425ed01c1479,DeviceId=88276577-7921-4e39-82a2-267c8bcd3744,Device=usb,Type=controller,BootOrder=0,SpecParams={},Address={bus=0x00, 
domain=0x, type=pci, slot=0x01, 
function=0x2},IsManaged=false,IsPlugged=true,IsReadOnly=false,alias=usb0, device_88276577-7921-4e39-82a2-267c8bcd3744device_66fa5d8f-6544-4e84-a1de-87c673c9611cdevice_5db33cc1-ed1d-4c21-b1bf-de0cbe76b778device_48d5a447-92e1-4cb3-81cc-104ab634ffa2device_85265b4d-e652-434e-9247-40ff1ad07e99=VmId=2aedea82-0dcf-4f93-994d-425ed01c1479,DeviceId=85265b4d-e652-434e-9247-40ff1ad07e99,Device=spicevmc,Type=channel,BootOrder=0,SpecParams={},Address={port=2, 
bus=0, controller=0, 
type=virtio-serial},IsManaged=false,IsPlugged=true,IsReadOnly=false,alias=channel1, 
device_88276577-7921-4e39-82a2-267c8bcd3744device_66fa5d8f-6544-4e84-a1de-87c673c9611cdevice_5db33cc1-ed1d-4c21-b1bf-de0cbe76b778=VmId=2aedea82-0dcf-4f93-994d-425ed01c1479,DeviceId=5db33cc1-ed1d-4c21-b1bf-de0cbe76b778,Device=virtio-serial,Type=controller,BootOrder=0,SpecParams={},Address={bus=0x00, 
domain=0x, type=pci, slot=0x05, 
function=0x0},IsManaged=false,IsPlugged=true,IsReadOnly=false,alias=virtio-serial0}
2012-11-15 21:45:43,132 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] 
(pool-3-thread-49) [2fccb65f] FINISH, CreateVDSCommand, log id: 4847feea
2012-11-15 21:45:43,134 INFO 
[org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] 

Re: [Users] Reports Portal - Not able to login

2012-11-15 Thread Fasil

Dear Itamar,

Thank you for the reply.
Is there any expected schedule for the inclusion of the Reports Portal 
in Ovirt 3.1?
Do you have any documentation kind to install and configure jaspersoft 
in Ovirt3.1?


Regards
Fasil

On 11/15/2012 06:47 AM, Itamar Heim wrote:

On 11/14/2012 11:18 PM, Fasil wrote:

Hi all,

Newbie entering with the VERY first post :)

Installation of Ovirt was successful with the Wiki and the Community.
Thanks to all
My installation:
CentOS 6.3 64bit
ovirt-iso-uploader-3.1.0-16.el6.noarch
ovirt-engine-jbossas711-1-0.x86_64
ovirt-engine-sdk-3.1.0.5-1.el6.noarch
ovirt-engine-userportal-3.1.0-3.19.el6.noarch
ovirt-engine-3.1.0-3.19.el6.noarch
ovirt-engine-backend-3.1.0-3.19.el6.noarch
ovirt-engine-config-3.1.0-3.19.el6.noarch
ovirt-engine-genericapi-3.1.0-3.19.el6.noarch
ovirt-engine-dwh-3.1.0-1.1.el6.centos.alt.noarch
ovirt-engine-restapi-3.1.0-3.19.el6.noarch
ovirt-engine-tools-common-3.1.0-3.19.el6.noarch
ovirt-image-uploader-3.1.0-16.el6.noarch
ovirt-engine-setup-3.1.0-3.19.el6.noarch
ovirt-engine-webadmin-portal-3.1.0-3.19.el6.noarch
ovirt-engine-notification-service-3.1.0-3.19.el6.noarch
ovirt-log-collector-3.1.0-16.el6.noarch
ovirt-engine-setup-plugin-allinone-3.1.0-3.19.el6.noarch
ovirt-engine-dbscripts-3.1.0-3.19.el6.noarch

I am not able to open the 'Reports Portal'. When I click on the link, it
redirects me to a new page with an alert 'Reports not installed, please
contact Administrator'. Am I miss something with my configuration or
could anyone guide me to the right direction?


you are not missing anything, we still don't have the ovirt-reports 
rpm as the jaspersoft 4.7 community edition wasn't out when we 
released ovirt 3.1 (was just released two weeks ago, and it is in the 
works if you want to chime in and help).
iirc, there are some manual steps you can take to install jaspersoft, 
import the reports, etc.





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Reports Portal - Not able to login

2012-11-15 Thread Itamar Heim

On 11/15/2012 09:02 PM, Fasil wrote:

Dear Itamar,

Thank you for the reply.
Is there any expected schedule for the inclusion of the Reports Portal
in Ovirt 3.1?


for ovirt 3.1, i think we have manual steps.
i think the effort to package this will be based on 3.2.


Do you have any documentation kind to install and configure jaspersoft
in Ovirt3.1?


yaniv, closest i found was how to setup for development:
http://wiki.ovirt.org/wiki/How_to_setup_a_oVirt_Reports_development_environment

is it viable for a deployed ovirt as well?

other pages around jasper and its integration (but not on setting it up):
http://wiki.ovirt.org/wiki/Ovirt_Reports
http://wiki.ovirt.org/wiki/Features/Design/Reports_Dashboard
http://wiki.ovirt.org/wiki/Features/Design/jasper_in_webadmin





Regards
Fasil

On 11/15/2012 06:47 AM, Itamar Heim wrote:

On 11/14/2012 11:18 PM, Fasil wrote:

Hi all,

Newbie entering with the VERY first post :)

Installation of Ovirt was successful with the Wiki and the Community.
Thanks to all
My installation:
CentOS 6.3 64bit
ovirt-iso-uploader-3.1.0-16.el6.noarch
ovirt-engine-jbossas711-1-0.x86_64
ovirt-engine-sdk-3.1.0.5-1.el6.noarch
ovirt-engine-userportal-3.1.0-3.19.el6.noarch
ovirt-engine-3.1.0-3.19.el6.noarch
ovirt-engine-backend-3.1.0-3.19.el6.noarch
ovirt-engine-config-3.1.0-3.19.el6.noarch
ovirt-engine-genericapi-3.1.0-3.19.el6.noarch
ovirt-engine-dwh-3.1.0-1.1.el6.centos.alt.noarch
ovirt-engine-restapi-3.1.0-3.19.el6.noarch
ovirt-engine-tools-common-3.1.0-3.19.el6.noarch
ovirt-image-uploader-3.1.0-16.el6.noarch
ovirt-engine-setup-3.1.0-3.19.el6.noarch
ovirt-engine-webadmin-portal-3.1.0-3.19.el6.noarch
ovirt-engine-notification-service-3.1.0-3.19.el6.noarch
ovirt-log-collector-3.1.0-16.el6.noarch
ovirt-engine-setup-plugin-allinone-3.1.0-3.19.el6.noarch
ovirt-engine-dbscripts-3.1.0-3.19.el6.noarch

I am not able to open the 'Reports Portal'. When I click on the link, it
redirects me to a new page with an alert 'Reports not installed, please
contact Administrator'. Am I miss something with my configuration or
could anyone guide me to the right direction?


you are not missing anything, we still don't have the ovirt-reports
rpm as the jaspersoft 4.7 community edition wasn't out when we
released ovirt 3.1 (was just released two weeks ago, and it is in the
works if you want to chime in and help).
iirc, there are some manual steps you can take to install jaspersoft,
import the reports, etc.







___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] cannot add new logical network to host

2012-11-15 Thread Alan Johnson
On Thu, Nov 15, 2012 at 12:59 PM, Alan Johnson a...@datdec.com wrote:

 Be sure to read my other post before running with this as it may be a dead
 end, but here is the dump from last night's backup (just the one row):

 INSERT INTO vds_interface(addr, bond_name, bond_type, gateway, id,
 is_bond, bond_opts, mac_addr, name, network_name, speed, subnet,
 boot_protocol, type, VDS_ID, vlan_id, mtu, bridged)
  VALUES(v_addr, v_bond_name, v_bond_type, v_gateway, v_id,
 v_is_bond, v_bond_opts, v_mac_addr, v_name, v_network_name, v_speed,
 v_subnet, v_boot_protocol, v_type, v_vds_id, v_vlan_id, v_mtu, v_bridged);
 END; $$;


Whoops!  I didn't actually read the SQL before sending, just skimmed
looking for anything sensitive   I see now that this is not at all useful.
 Here is a CSV output of that table:

id,name,network_name,vds_id,mac_addr,is_bond,bond_name,bond_type,bond_opts,vlan_id,speed,addr,subnet,gateway,boot_protocol,type,_create_date,_update_date,mtu,bridged
d9843c29-ff18-4f26-ba9c-19c24a3dc65d,bond0,,88089a7c-124e-11e2-877b-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
16:25:13.441602-04,2012-11-14 15:11:13.867575-05,1500,0
41e44be1-1e6a-4468-b613-0defc957e57a,bond1,,88089a7c-124e-11e2-877b-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
16:25:13.444754-04,2012-11-14 15:11:13.871171-05,1500,0
4aac622e-942b-424d-b37c-c9cac9c3eaa9,bond2,,88089a7c-124e-11e2-877b-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
16:25:13.447615-04,2012-11-14 15:11:13.874052-05,1500,0
2f3edf8c-60e6-4b0e-9a77-fd15f395ad2c,em1,ovirtmgmt,88089a7c-124e-11e2-877b-52540021f621,84:8f:69:75:50:e9,,1000,192.168.119.158,255.255.255.0,192.168.119.110,1,2,2012-10-09
16:25:13.421371-04,2012-11-14 15:11:13.876869-05,1500,1
59c2ce88-2f1e-4342-98f6-6e4c0fdcc60a,bond0,,acb1a7d6-122d-11e2-9f25-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
12:36:20.430133-04,2012-11-14 15:11:18.753809-05,1500,0
8f185782-29c7-4bea-95ef-ab02306bb7a1,bond1,,acb1a7d6-122d-11e2-9f25-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
12:36:20.43354-04,2012-11-14 15:11:18.75761-05,1500,0
3eaa26a9-10d0-4e8f-aab8-a02b7e5cb33b,bond2,,acb1a7d6-122d-11e2-9f25-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
12:36:20.43681-04,2012-11-14 15:11:18.761024-05,1500,0
2d931dfa-9b57-4342-8c1d-feb122bb908f,em2,,88089a7c-124e-11e2-877b-52540021f621,84:8f:69:75:50:eb,,1000,10.10.5.102,255.255.255.0,,,0,2012-10-09
16:25:13.429715-04,2012-11-14 15:11:13.879592-05,9000,0
53dcddb6-4494-4f8e-8b5c-ad139ceb551b,em1,ovirtmgmt,acb1a7d6-122d-11e2-9f25-52540021f621,84:8f:69:75:50:8e,,1000,192.168.119.186,255.255.255.0,192.168.119.110,1,2,2012-10-09
12:36:20.414512-04,2012-11-14 15:11:18.764122-05,1500,1
37d0d8d7-d512-4a74-99c2-e61fe82b893e,em2,,acb1a7d6-122d-11e2-9f25-52540021f621,84:8f:69:75:50:90,,1000,10.10.5.103,255.255.255.0,,,0,2012-10-09
12:36:20.419835-04,2012-11-14 15:11:18.770674-05,9000,0
a31eb4bc-dc2c-4697-8d72-e61e41fc2bdb,bond2,,ec7b4186-2e95-11e2-abe4-52540021f621,00:00:00:00:00:00,1,0,0,2012-11-14
15:06:01.669305-05,2012-11-14 16:01:05.967822-05,1500,0
c8d832d2-e789-46de-a5b5-9d4bbbdada72,em1,ovirtmgmt,ec7b4186-2e95-11e2-abe4-52540021f621,84:8f:69:75:50:81,,1000,192.168.119.156,255.255.255.0,192.168.119.110,1,2,2012-11-14
15:06:01.648564-05,2012-11-14 16:01:05.969595-05,1500,1
bc5892b9-6b96-4034-b828-9d46b1c38060,em2,,ec7b4186-2e95-11e2-abe4-52540021f621,84:8f:69:75:50:83,,1000,10.10.5.101,255.255.255.0,,,0,2012-11-14
15:06:01.654161-05,2012-11-14 16:01:05.971152-05,9000,0
bfe14fb3-2040-4ece-bd99-51fe31eabfc4,bond4,,ec7b4186-2e95-11e2-abe4-52540021f621,00:00:00:00:00:00,1,0,0,2012-11-14
15:06:01.657521-05,2012-11-14 16:01:05.972706-05,1500,0
7d544efc-9942-4596-990a-9e6841d592d1,bond3,,ec7b4186-2e95-11e2-abe4-52540021f621,00:00:00:00:00:00,1,0,0,2012-11-14
15:06:01.660389-05,2012-11-14 16:01:05.974151-05,1500,0
238cbbc3-b1e0-404e-bf1d-e1ab95eed352,bond0,,ec7b4186-2e95-11e2-abe4-52540021f621,00:00:00:00:00:00,1,0,0,2012-11-14
15:06:01.663768-05,2012-11-14 16:01:05.975702-05,1500,0
8c081d29-86a0-46e7-8bf9-89c7c17bf24b,bond1,,ec7b4186-2e95-11e2-abe4-52540021f621,00:00:00:00:00:00,1,0,0,2012-11-14
15:06:01.666703-05,2012-11-14 16:01:05.977166-05,1500,0
f88cfbee-1468-4e53-8fd8-7285ff46dede,bond4,,88089a7c-124e-11e2-877b-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
16:25:13.434369-04,2012-11-14 15:11:13.885784-05,1500,0
369b0757-078a-4b18-b0de-d42cca1bcbad,bond3,,88089a7c-124e-11e2-877b-52540021f621,00:00:00:00:00:00,1,0,0,2012-10-09
16:25:13.438335-04,2012-11-14 15:11:13.888115-05,1500,0
42825d0d-acb0-46e0-b84d-aee4cdee3f55,em1,ovirtmgmt,e5a52b3c-0f10-11e2-94c2-52540021f621,84:8f:69:75:50:f6,,1000,192.168.119.188,255.255.255.0,192.168.119.110,1,2,2012-10-05
13:25:47.081134-04,2012-11-14 15:11:15.811989-05,1500,1

Re: [Users] Testing oVirt nightly

2012-11-15 Thread Dan Kenigsberg
On Thu, Nov 15, 2012 at 08:03:51PM +0200, Itamar Heim wrote:
 On 11/15/2012 04:53 PM, Joop wrote:
 
 What I would like is to get a working config consisting of 2 storage
 servers, 2 hosts and a management server. Storage connected to a pair of
 10G switches and the public side of the servers and VMs connected to a
 pair of access switches. For that I need:
 - bonding
 - separate networks for storage and ovirtmgmt
 - storage is using gluster
 Ideal would be to do all configuration from the webui.
 
 Items 1 and 2 need a version of the DC/Cluster of 3.2 but then I'm
 stopped
 from going any further because the version of vdsmd on the storage
 server
 isn't compatible with the DC/Cluster version.
 
 can you please explain what's the issue of compatibility between the two
 Message in the webui console is
 Host st01 is compatible with versions (3.0,3.1) and cannot join Cluster
 Default which is set to version 3.2
 
 (vdsm nightly should give a 3.2 compatibility)?
 Where does that nightly come from?
 On the management server I have:
 [root@mgmt01 /]# rpm -aq | grep vdsm
 vdsm-bootstrap-4.10.1-0.129.git2c2c228.fc17.noarch
 Which is newer than the vdsm on the hosts which is:
 [root@st01 ~]# rpm -aq | grep vdsm
 vdsm-python-4.10.0-10.fc17.x86_64
 vdsm-xmlrpc-4.10.0-10.fc17.noarch
 vdsm-gluster-4.10.0-10.fc17.noarch
 vdsm-cli-4.10.0-10.fc17.noarch
 vdsm-4.10.0-10.fc17.x86_64
 vdsm-rest-4.10.0-10.fc17.noarch
 
 But I just put st01 into maintanance and did a reinstall but no version
 update of vdsm. I still have the vdsm-bootstrap logs in /tmp if needed.
 
 Thanks,
 
 Joop
 
 
 
 
 danken, which version of vdsm upstream is 3.2 compatible?
 where can users get it?

We haven't had an ovirt-3.2 release yet.
Users can build it themselves from master branch's
vdsm-4.10.2-something.
Federico, could you build a test-only package for fedora 18, based on master?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Testing oVirt nightly

2012-11-15 Thread Itamar Heim

On 11/15/2012 11:52 PM, Dan Kenigsberg wrote:

On Thu, Nov 15, 2012 at 08:03:51PM +0200, Itamar Heim wrote:

On 11/15/2012 04:53 PM, Joop wrote:



What I would like is to get a working config consisting of 2 storage
servers, 2 hosts and a management server. Storage connected to a pair of
10G switches and the public side of the servers and VMs connected to a
pair of access switches. For that I need:
- bonding
- separate networks for storage and ovirtmgmt
- storage is using gluster
Ideal would be to do all configuration from the webui.

Items 1 and 2 need a version of the DC/Cluster of 3.2 but then I'm
stopped

from going any further because the version of vdsmd on the storage

server
isn't compatible with the DC/Cluster version.


can you please explain what's the issue of compatibility between the two

Message in the webui console is
Host st01 is compatible with versions (3.0,3.1) and cannot join Cluster
Default which is set to version 3.2


(vdsm nightly should give a 3.2 compatibility)?

Where does that nightly come from?
On the management server I have:
[root@mgmt01 /]# rpm -aq | grep vdsm
vdsm-bootstrap-4.10.1-0.129.git2c2c228.fc17.noarch
Which is newer than the vdsm on the hosts which is:
[root@st01 ~]# rpm -aq | grep vdsm
vdsm-python-4.10.0-10.fc17.x86_64
vdsm-xmlrpc-4.10.0-10.fc17.noarch
vdsm-gluster-4.10.0-10.fc17.noarch
vdsm-cli-4.10.0-10.fc17.noarch
vdsm-4.10.0-10.fc17.x86_64
vdsm-rest-4.10.0-10.fc17.noarch

But I just put st01 into maintanance and did a reinstall but no version
update of vdsm. I still have the vdsm-bootstrap logs in /tmp if needed.

Thanks,

Joop





danken, which version of vdsm upstream is 3.2 compatible?
where can users get it?


We haven't had an ovirt-3.2 release yet.
Users can build it themselves from master branch's
vdsm-4.10.2-something.
Federico, could you build a test-only package for fedora 18, based on master?



true, but nightly of ovirt engine includes 3.2 (actually just waiting 
for a long overdue patch to change the version to 3.2).

isn't there a nightly vdsm build as well which reports 3.2 version?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users