Get involved in oVirt project! Xmas edition
by Sandro Bonazzola
Hi,
have you got some free time in upcoming holidays and do you want to get involved in oVirt project?
Here are some bugs you can hopefully fix in less that one day or you can just try to reproduce providing info:
Bug 1080823 - [RFE] make override of iptables configurable when using hosted-engine
Bug 1065350 - hosted-engine should prompt a question at the user when the host was already a host in the engine
Bug 1059952 - hosted-engine --deploy (additional host) will fail if the engine is not using the default self-signed CA
Bug 1073421 - [RFE] allow additional parameter for engine-backup to omit audit_log data
Bug 1083104 - engine-setup --offline does not update versionlock
Do you want something easier?
Bug ID Status Summary
1174285 NEW [de-DE] "Live Snapshot Support" reads "Live Snapsnot Support"
734120 NEW [RFE] VDSM: use virt-sparsify/zerofree to reduce image size
1065989 NEW AddStorageDomainCommand CDA allows export storage on block devices
1115059 NEW Incomplete error message when adding VNIC profile to running VM
1156060 NEW [text] engine admin password prompt consistency
1143817 NEW [TEXT ONLY] - Hosted Engine - Instructions for FQDN are not clear enough
772931 NEW [RFE] Reports should include the name of the oVirt engine
You don't have programming skills but you want to contribute?
Here are some bugs you can take care of, also without writing a line of code:
Bug ID Status Summary
1099998 NEW Hosted Engine documentation has several errors
1099995 NEW Migrate to Hosted Engine How-To does not state all pre-reqs
1159784 NEW [RFE] Document when and where new features are available when upgrading cluster / datacenters
1074545 NEW Error in API documentation: Create API object in python sdk
1120585 NEW update image uploader documentation
1120586 NEW update iso uploader documentation
1120588 NEW update log collector documentation
1074301 NEW [RFE] ovirt-shell has no man page
Do you prefer to test things? We have some test cases[5] you can try using nightly snapshots[6]
Do you want to contribute test cases? Most of the features[7] included in oVirtare missing a test case, you're welcome to contribute one!
Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!
Don't know gerrit very well? You can find some more docs here [3].
Any other question about development? Feel free to ask on devel(a)ovirt.org or on irc channel[4].
[1] http://www.ovirt.org/Develop
[2] http://www.ovirt.org/Working_with_oVirt_Gerrit
[3] https://gerrit-review.googlesource.com/Documentation
[4] http://www.ovirt.org/Community
[5] http://www.ovirt.org/Category:TestCase
[6] http://www.ovirt.org/Install_nightly_snapshot
[7] http://www.ovirt.org/Category:Feature
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 11 months
[QE][ACTION REQUIRED] oVirt 3.5.1 RC status
by Sandro Bonazzola
Hi,
according to the new oVirt 3.5.1 schedule, we're going to start composing oVirt 3.5.1 RC on *2015-01-07 08:00 UTC* from 3.5 branch.
The new GA release date is now targeted to 2015-01-14.
VDSM team decided to release a new vdsm package as async release for 3.5.0. Due to issues with Fedora Koji Build System packages are not yet ready to
be released.
ACTION: VDSM team to follow up when the packages will be ready to be released.
The bug tracker [1] shows 1 open blocker:
Bug ID Whiteboard Status Summary
1160846 sla NEW Can't add disk to VM without specifying disk profile when the storage domain has more than one disk profile
In order to stabilize the release a new branch ovirt-engine-3.5.1 will be created from the same git hash used for composing the RC.
- ACTION: assignee please provide ETA on above blocker
Maintainers:
- Please be sure that 3.5 snapshot allow to create VMs
- Please be sure that no pending patches are going to block the release
- If any patch must block the RC release please raise the issue as soon as possible.
There are still 62 bugs [2] targeted to 3.5.1.
Excluding node and documentation bugs we still have 41 bugs [3] targeted to 3.5.1.
Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.5.1 should not be released without them fixed.
- ACTION: Please update the target to 3.5.2 or later for bugs that won't be in 3.5.1:
it will ease gathering the blocking bugs for next releases.
- ACTION: Please fill release notes, the page has been created here [4]
Community:
- If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test page [5]
[1] http://bugzilla.redhat.com/1155170
[2] http://goo.gl/7G0PDV
[3] http://goo.gl/6gUbVr
[4] http://www.ovirt.org/OVirt_3.5.1_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.5.1_Testing
Thanks,
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 11 months
oVirt AAA LDAP
by Tang Jackson
--_000_HK2PR03MB0820946F4AC0D92860236DC69C6F0HK2PR03MB0820apcp_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello Alon,
I am having some trouble using the new aaa released in version 3.5 of oVirt=
.
include =3D <ad.properties>
#
# Active directory domain name.
#
vars.domain =3D jp.co.xxxxx.com
#
# Search user and its password.
#
#vars.user =3D CN=3Dusername,OU=3DUserAccounts,DC=3Djp,DC=3Dco,DC=3Dxxx,DC=
=3Dcom
vars.user =3D xxx
vars.password =3D xxxxxx
#
# Optional DNS servers, if enterprise
# DNS server cannot resolve the domain srvrecord.
#
vars.dns =3D dns://xxx.jp.co.xxxx.com
pool.default.serverset.type =3D srvrecord
pool.default.serverset.srvrecord.domain =3D ${global:vars.domain}
pool.default.auth.simple.bindDN =3D ${global:vars.user}
pool.default.auth.simple.password =3D ${global:vars.password}
# Uncomment if using custom DNS
#pool.default.serverset.srvrecord.jndi-properties.java.naming.provider.url =
=3D ${global:vars.dns}
#pool.default.socketfactory.resolver.uRL =3D ${global:vars.dns}
# Create keystore, import certificate chain and uncomment
# if using ssl/tls.
#pool.default.ssl.startTLS =3D true
#pool.default.ssl.truststore.file =3D ${local:_basedir}/${global:vars.domai=
n}.jks
#pool.default.ssl.truststore.password =3D changeit
ovirt.engine.extension.name =3D sqex-authn
ovirt.engine.extension.bindings.method =3D jbossmodule
ovirt.engine.extension.binding.jbossmodule.module =3D org.ovirt.engine-exte=
nsions.aaa.ldap
ovirt.engine.extension.binding.jbossmodule.class =3D org.ovirt.engineextens=
ions.aaa.ldap.AuthnExtension
ovirt.engine.extension.provides =3D org.ovirt.engine.api.extensions.aaa.Aut=
hn
ovirt.engine.aaa.authn.profile.name =3D sqex
ovirt.engine.aaa.authn.authz.plugin =3D sqex-authz
config.profile.file.1 =3D /etc/ovirt-engine/aaa/sqex.properties
ovirt.engine.extension.name =3D sqex-authz
ovirt.engine.extension.bindings.method =3D jbossmodule
ovirt.engine.extension.binding.jbossmodule.module =3D org.ovirt.engine-exte=
nsions.aaa.ldap
ovirt.engine.extension.binding.jbossmodule.class =3D org.ovirt.engineextens=
ions.aaa.ldap.AuthzExtension
ovirt.engine.extension.provides =3D org.ovirt.engine.api.extensions.aaa.Aut=
hz
config.profile.file.1 =3D /etc/ovirt-engine/aaa/sqex.properties
The error in the engine log is as follows:
2014-12-15 13:39:12,828 INFO [org.ovirt.engine.core.uutils.config.ShellLik=
eConfd] (MSC service thread 1-4) Loaded file "/etc/ovirt-engine/engine.conf=
.d/50-ovirt-engine-extension-aaa-ldap.conf".
2014-12-15 13:39:12,855 INFO [org.ovirt.engine.core.uutils.config.ShellLik=
eConfd] (MSC service thread 1-4) Value of property "ENGINE_JAVA_MODULEPATH"=
is "/usr/share/ovirt-engine/modules:/usr/share/ovirt-engine-extension-aaa-=
ldap/modules".
2014-12-15 13:39:14,053 INFO [org.ovirt.engineextensions.aaa.ldap.Framewor=
k] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authz::sqex-au=
thz] Creating LDAP pool 'authz'
2014-12-15 13:39:27,259 INFO [org.ovirt.engineextensions.aaa.ldap.Framewor=
k] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authz::sqex-au=
thz] Creating LDAP pool 'gc'
2014-12-15 13:39:28,265 ERROR [org.ovirt.engineextensions.aaa.ldap.AuthzExt=
ension] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authz::sq=
ex-authz] Cannot initialize LDAP framework, deferring initialization. Error=
: An error occurred while attempting to query DNS in order to retrieve SRV =
records with name '_gc._tcp.jp.co.square-enix.com': javax.naming.NameNotFo=
undException: DNS name not found [response code 3]; remaining name '_gc._tc=
p.jp.co.square-enix.com'
2014-12-15 13:39:28,271 INFO [org.ovirt.engineextensions.aaa.ldap.Framewor=
k] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authn::sqex-au=
thn] Creating LDAP pool 'authz'
2014-12-15 13:39:36,316 INFO [org.ovirt.engineextensions.aaa.ldap.Framewor=
k] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authn::sqex-au=
thn] Creating LDAP pool 'authn'
2014-12-15 13:39:39,384 INFO [org.ovirt.engine.core.extensions.mgr.Extensi=
onsManager] (MSC service thread 1-6) Instance name: 'sqex-authz', Extension=
name: 'ovirt-engine-extension-aaa-ldap.authz', Version: '1.0.0', Notes: 'D=
isplay name: ovirt-engine-extension-aaa-ldap-1.0.0-1.el6', License: 'ASL 2.=
0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build interfa=
ce Version: '0', File: '/etc/ovirt-engine/extensions.d/sqex-authz.properti=
es', Initialized: 'true'
2014-12-15 13:39:39,388 INFO [org.ovirt.engine.core.extensions.mgr.Extensi=
onsManager] (MSC service thread 1-6) Instance name: 'sqex-authn', Extension=
name: 'ovirt-engine-extension-aaa-ldap.authn', Version: '1.0.0', Notes: 'D=
isplay name: ovirt-engine-extension-aaa-ldap-1.0.0-1.el6', License: 'ASL 2.=
0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build interfa=
ce Version: '0', File: '/etc/ovirt-engine/extensions.d/sqex-authn.properti=
es', Initialized: 'true'
The ovirt server can find the dns in cli.
Regards,
J Tang
--_000_HK2PR03MB0820946F4AC0D92860236DC69C6F0HK2PR03MB0820apcp_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"\FF2D\FF33 \30B4\30B7\30C3\30AF";
panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
{font-family:"\FF2D\FF33 \30B4\30B7\30C3\30AF";
panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
{font-family:"\@\FF2D\FF33 \30B4\30B7\30C3\30AF";
panose-1:2 11 6 9 7 2 5 8 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0mm;
margin-bottom:.0001pt;
text-align:justify;
text-justify:inter-ideograph;
font-size:10.5pt;
font-family:"Arial","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Arial","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Arial","sans-serif";}
/* Page Definitions */
@page WordSection1
{size:612.0pt 792.0pt;
margin:99.25pt 30.0mm 30.0mm 30.0mm;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026">
<v:textbox inset=3D"5.85pt,.7pt,5.85pt,.7pt" />
</o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"JA" link=3D"blue" vlink=3D"purple" style=3D"text-justify-trim=
:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">Hell=
o Alon,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">I am=
having some trouble using the new aaa released in version 3.5 of oVirt.<o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">incl=
ude =3D <ad.properties><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#<o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"># Ac=
tive directory domain name.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#<o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">vars=
.domain =3D jp.co.xxxxx.com<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#<o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"># Se=
arch user and its password.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#<o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#var=
s.user =3D CN=3Dusername,OU=3DUserAccounts,DC=3Djp,DC=3Dco,DC=3Dxxx,DC=3Dco=
m<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">vars=
.user =3D xxx<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">vars=
.password =3D xxxxxx<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#<o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"># Op=
tional DNS servers, if enterprise<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"># DN=
S server cannot resolve the domain srvrecord.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#<o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">vars=
.dns =3D dns://xxx.jp.co.xxxx.com<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">pool=
.default.serverset.type =3D srvrecord<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">pool=
.default.serverset.srvrecord.domain =3D ${global:vars.domain}<o:p></o:p></s=
pan></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">pool=
.default.auth.simple.bindDN =3D ${global:vars.user}<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">pool=
.default.auth.simple.password =3D ${global:vars.password}<o:p></o:p></span>=
</p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"># Un=
comment if using custom DNS<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#poo=
l.default.serverset.srvrecord.jndi-properties.java.naming.provider.url =3D =
${global:vars.dns}<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#poo=
l.default.socketfactory.resolver.uRL =3D ${global:vars.dns}<o:p></o:p></spa=
n></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"># Cr=
eate keystore, import certificate chain and uncomment<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"># if=
using ssl/tls.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#poo=
l.default.ssl.startTLS =3D true<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#poo=
l.default.ssl.truststore.file =3D ${local:_basedir}/${global:vars.domain}.j=
ks<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">#poo=
l.default.ssl.truststore.password =3D changeit<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.name =3D sqex-authn<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.bindings.method =3D jbossmodule<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.binding.jbossmodule.module =3D org.ovirt.engine-extensio=
ns.aaa.ldap<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.binding.jbossmodule.class =3D org.ovirt.engineextensions=
.aaa.ldap.AuthnExtension<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.provides =3D org.ovirt.engine.api.extensions.aaa.Authn<o=
:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.aaa.authn.profile.name =3D sqex<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.aaa.authn.authz.plugin =3D sqex-authz<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">conf=
ig.profile.file.1 =3D /etc/ovirt-engine/aaa/sqex.properties<o:p></o:p></spa=
n></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.name =3D sqex-authz<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.bindings.method =3D jbossmodule<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.binding.jbossmodule.module =3D org.ovirt.engine-extensio=
ns.aaa.ldap<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.binding.jbossmodule.class =3D org.ovirt.engineextensions=
.aaa.ldap.AuthzExtension<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">ovir=
t.engine.extension.provides =3D org.ovirt.engine.api.extensions.aaa.Authz<o=
:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">conf=
ig.profile.file.1 =3D /etc/ovirt-engine/aaa/sqex.properties<o:p></o:p></spa=
n></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">The =
error in the engine log is as follows:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:12,828 INFO [org.ovirt.engine.core.uutils.config.ShellLi=
keConfd] (MSC service thread 1-4) Loaded file "/etc/ovirt-engine/engin=
e.conf.d/50-ovirt-engine-extension-aaa-ldap.conf".<o:p></o:p></span></=
p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:12,855 INFO [org.ovirt.engine.core.uutils.config.ShellLi=
keConfd] (MSC service thread 1-4) Value of property "ENGINE_JAVA_MODUL=
EPATH" is "/usr/share/ovirt-engine/modules:/usr/share/ovirt-engin=
e-extension-aaa-ldap/modules".<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:14,053 INFO [org.ovirt.engineextensions.aaa.ldap.Framewo=
rk] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authz::sqex-a=
uthz] Creating LDAP pool 'authz'<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:27,259 INFO [org.ovirt.engineextensions.aaa.ldap.Framewo=
rk] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authz::sqex-a=
uthz] Creating LDAP pool 'gc'<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:28,265 ERROR [org.ovirt.engineextensions.aaa.ldap.AuthzExtensi=
on] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authz::sqex-a=
uthz] Cannot initialize LDAP framework,
deferring initialization. Error: An error occurred while attempting to que=
ry DNS in order to retrieve SRV records with name '_gc._tcp.jp.co.square-en=
ix.com': javax.naming.NameNotFoundException: DNS name not found [resp=
onse code 3]; remaining name '_gc._tcp.jp.co.square-enix.com'<o:p></o:p></s=
pan></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:28,271 INFO [org.ovirt.engineextensions.aaa.ldap.Framewo=
rk] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authn::sqex-a=
uthn] Creating LDAP pool 'authz'<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:36,316 INFO [org.ovirt.engineextensions.aaa.ldap.Framewo=
rk] (MSC service thread 1-6) [ovirt-engine-extension-aaa-ldap.authn::sqex-a=
uthn] Creating LDAP pool 'authn'<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:39,384 INFO [org.ovirt.engine.core.extensions.mgr.Extens=
ionsManager] (MSC service thread 1-6) Instance name: 'sqex-authz', Extensio=
n name: 'ovirt-engine-extension-aaa-ldap.authz',
Version: '1.0.0', Notes: 'Display name: ovirt-engine-extension-aaa-ldap-1.=
0.0-1.el6', License: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The o=
Virt Project', Build interface Version: '0', File: '/etc/ovirt-engine=
/extensions.d/sqex-authz.properties',
Initialized: 'true'<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">2014=
-12-15 13:39:39,388 INFO [org.ovirt.engine.core.extensions.mgr.Extens=
ionsManager] (MSC service thread 1-6) Instance name: 'sqex-authn', Extensio=
n name: 'ovirt-engine-extension-aaa-ldap.authn',
Version: '1.0.0', Notes: 'Display name: ovirt-engine-extension-aaa-ldap-1.=
0.0-1.el6', License: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The o=
Virt Project', Build interface Version: '0', File: '/etc/ovirt-engine=
/extensions.d/sqex-authn.properties',
Initialized: 'true'<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">The =
ovirt server can find the dns in cli.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">Rega=
rds,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt"><o:p=
> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt">J Ta=
ng<o:p></o:p></span></p>
</div>
</body>
</html>
--_000_HK2PR03MB0820946F4AC0D92860236DC69C6F0HK2PR03MB0820apcp_--
9 years, 11 months
VDSM, FCoE and VirtIO
by Simone Tiraboschi
Hi,
I'm writing cause I working on hosted-engine deploy over fiber channel.
If possible, I'd like to try it for developing purposes in a nested environment.
So I thought it would be possible to simulate a SAN with LIO and a vn2vn FCoE connection using a couple of VirtIO devices.
I had some troubles using fcoeadm over VirtIO but than I found your patch about libhbalinux and libudev. I applied it and it works or at least it seams to.
Here I tracked what I did:
http://www.ovirt.org/Features/Self_Hosted_Engine_FC_Support
Now the problem is that VDSM sees the FCoE device but it reports as failed:
'pathstatus': [{'lun': '0',
'physdev': 'sda',
'state': 'failed',
'type': 'FCP'}],
and I'm not sure if it's really an issue with VDSM or if it's something with my FCoE setup.
Did someone ever used VDSM with FCoE?
thanks,
Simone
9 years, 11 months
Fwd: oVirt desktopLogin using ovirtsdk for python
by Pavel Zelensky
Hi
I think it's not good idea, but I've done it:
2014-12-15 22:21:37,485 INFO [org.ovirt.engine.core.bll.VmLogonCommand]
(ajp--127.0.0.1-8702-6) [None] Running command: VmLogonCommand internal:
false. Entities affected : ID: 202ca21f-5167-4107-b1dd-2a7a5d64b32a Type:
VMAction group CONNECT_TO_VM with role type USER
2014-12-15 22:21:37,495 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
(ajp--127.0.0.1-8702-6) [None] START, VmLogonVDSCommand(HostName = ceph2,
HostId = c7a7c873-b68a-44f8-bebf-37ca3aa1caa8,
vmId=202ca21f-5167-4107-b1dd-2a7a5d64b32a, domain=internal, password=null,
userName=admin), log id: 776ac4b1
2014-12-15 22:21:37,514 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
(ajp--127.0.0.1-8702-6) [None] FINISH, VmLogonVDSCommand, log id: 776ac4b1
2014-12-15 22:21:41,155 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(DefaultQuartzScheduler_Worker-47) Correlation ID: null, Call Stack: null,
Custom Event ID: -1, Message: User admin is connected to VM w7ent-01.
Looks pretty the same, also trying to login as admin@internal into Win7
workstation assigned to MS domain shouldn't work.
BTW, when I'm connecting to the same VM using the same domain user account
through user portal - everything is Ok, and SSO works pretty good. In that
case in logfile I'm getting this (password=[asterisks]):
2014-12-14 22:45:21,010 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
(ajp--127.0.0.1-8702-4) [6f5a076f] START, VmLogonVDSCommand(HostName =
ceph2, HostId = c7a7c873-b68a-44f8-bebf-37ca3aa1caa8,
vmId=202ca21f-5167-4107-b1dd-2a7a5d64b32a, domain=ov.jetlab.local,
password=******, userName=test4), log id: 7cc2d16a
that's why I think that problem is in python sdk. It uses JSESSIONID and
not sending password every time it executing command through REST API. May
be with api.vm.logon() method It should send password again? But how I can
do it?
Pavel
On Mon, Dec 15, 2014 at 8:41 PM, Juan Hernández <jhernand(a)redhat.com> wrote:
>
> On 12/15/2014 05:57 PM, Pavel Zelensky wrote:
> >
> > Hi guys,
> >
> > I'm expiriencing some problems trying to invoke api.vm.logon() method
> > which I believe will call for desktopLogin on the VM and provide vm
> > console with user logged in for remote-viewer.
> >
> > But it results in the following records in logfile:
> > 2014-12-12 16:07:01,314 INFO [org.ovirt.engine.core.bll.VmLogonCommand]
> > (ajp--127.0.0.1-8702-3) [7cfe61d3] Running command: VmLogonCommand
> > internal: false. Entities affected : ID:
> > a7c151a4-2d63-4172-a840-190748a3dbc1 Type: VMAction group CONNECT_TO_VM
> > with role type USER
> > 2014-12-12 16:07:01,320 INFO
> > [org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
> > (ajp--127.0.0.1-8702-3) [7cfe61d3] START, VmLogonVDSCommand(HostName =
> > ceph4, HostId = bbaad505-34a3-4a52-ab52-0446724cae30,
> > vmId=a7c151a4-2d63-4172-a840-190748a3dbc1, domain=ov.jetlab.local,
> > password=null, userName=test4), log id: 5d458d88
> > 2014-12-12 16:07:01,536 INFO
> > [org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
> > (ajp--127.0.0.1-8702-3) [7cfe61d3] FINISH, VmLogonVDSCommand, log id:
> > 5d458d88
> >
> > I think that problem is in second line: 'password=null'. Engine doesn't
> > get user password thus desktopLogin fails. In remote-viewer I'm getting
> > black screen instead of users's desktop.
> >
> > Is there any solution for this?
> >
>
> Looks like an authentication problem. Can you try the same with
> admin@internal?
>
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
>
--
Pavel
--
ПЗ
9 years, 11 months
oVirt desktopLogin using ovirtsdk for python
by Pavel Zelensky
Hi guys,
I'm expiriencing some problems trying to invoke api.vm.logon() method which
I believe will call for desktopLogin on the VM and provide vm console with
user logged in for remote-viewer.
But it results in the following records in logfile:
2014-12-12 16:07:01,314 INFO [org.ovirt.engine.core.bll.VmLogonCommand]
(ajp--127.0.0.1-8702-3) [7cfe61d3] Running command: VmLogonCommand
internal: false. Entities affected : ID:
a7c151a4-2d63-4172-a840-190748a3dbc1 Type: VMAction group CONNECT_TO_VM
with role type USER
2014-12-12 16:07:01,320 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
(ajp--127.0.0.1-8702-3) [7cfe61d3] START, VmLogonVDSCommand(HostName =
ceph4, HostId = bbaad505-34a3-4a52-ab52-0446724cae30,
vmId=a7c151a4-2d63-4172-a840-190748a3dbc1, domain=ov.jetlab.local,
password=null, userName=test4), log id: 5d458d88
2014-12-12 16:07:01,536 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
(ajp--127.0.0.1-8702-3) [7cfe61d3] FINISH, VmLogonVDSCommand, log id:
5d458d88
I think that problem is in second line: 'password=null'. Engine doesn't get
user password thus desktopLogin fails. In remote-viewer I'm getting black
screen instead of users's desktop.
Is there any solution for this?
Thanks,
Paul
9 years, 11 months
oVirt SSO using ovirtsdk for python
by Pavel Zelensky
Hi guys,
I'm expiriencing some problems trying to invoke api.vm.logon() method which
I believe will call for desktopLogin on the VM and provide vm console with
user logged in for remote-viewer.
But it results in the following records in logfile:
2014-12-12 16:07:01,314 INFO [org.ovirt.engine.core.bll.VmLogonCommand]
(ajp--127.0.0.1-8702-3) [7cfe61d3] Running command: VmLogonCommand
internal: false. Entities affected : ID:
a7c151a4-2d63-4172-a840-190748a3dbc1 Type: VMAction group CONNECT_TO_VM
with role type USER
2014-12-12 16:07:01,320 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
(ajp--127.0.0.1-8702-3) [7cfe61d3] START, VmLogonVDSCommand(HostName =
ceph4, HostId = bbaad505-34a3-4a52-ab52-0446724cae30,
vmId=a7c151a4-2d63-4172-a840-190748a3dbc1, domain=ov.jetlab.local,
password=null, userName=test4), log id: 5d458d88
2014-12-12 16:07:01,536 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.VmLogonVDSCommand]
(ajp--127.0.0.1-8702-3) [7cfe61d3] FINISH, VmLogonVDSCommand, log id:
5d458d88
I think that problem is in second line: 'password=null'. Engine doesn't get
user password thus desktopLogin fails. In remote-viewer I'm getting black
screen instead of users's desktop.
Is there any solution for this?
Thanks,
Paul
9 years, 11 months
[RFI] Fedora 21 support on oVirt 3.5.z
by Sandro Bonazzola
Hi,
We have proposed Fedora 21 support as oVirt 3.6.0 new feature.
oVirt 3.5.z is now in maintenance phase so no new features should be added.
Supporting Fedora 21 is not just re-building everything on Fedora 21, it requires changes in several packages.
My question is, is there community interest in having Fedora 21 support for oVirt 3.5.z while still having Fedora 20 as actively supported distribution?
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 11 months