[ovirt-users] Re: oVirt Node 4.4.1.1 Cockpit Hyperconverged Gluster deploy fails insufficient free space no matter how small the volume is set

2020-07-16 Thread dominique . deschenes
I also have this message with the deployment of Gluster. I tried the 
modifications and it doesn't seem to work. Did you succeed ?

here error : 

TASK [gluster.infra/roles/backend_setup : Change to Install lvm tools for RHEL 
systems.] ***
task path: 
/etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:33
fatal: [ovnode2.telecom.lan]: FAILED! => {"changed": false, "msg": "The Python 
2 yum module is needed for this module. If you require Python 3 support use the 
`dnf` Ansible module instead."}
fatal: [ovnode1.telecom.lan]: FAILED! => {"changed": false, "msg": "The Python 
2 yum module is needed for this module. If you require Python 3 support use the 
`dnf` Ansible module instead."}
fatal: [ovnode3.telecom.lan]: FAILED! => {"changed": false, "msg": "The Python 
2 yum module is needed for this module. If you require Python 3 support use the 
`dnf` Ansible module instead."}
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VZVYGT7QUVWGQZERFYQ54I7VYPOM4ALL/


[ovirt-users] UPN suffix and my SAM account do not have the sames domains

2020-09-17 Thread dominique . deschenes
I have a SSO authentication question.

In my Active Directory, my UPN suffix login and my SAM account do not have the 
sames domains.

Example :

UPN : dominique.t...@abc.com
Sam account : domt...@local.lan

On the VM portal, I am able to connect with dominique.t...@abc.com but not with 
domt...@local.lan  (I have the following message:server_error: Cannot resolve 
principal 'domt...@local.lan' 

If I connect to the VM PORTAL with dominique.t...@abc.com, when I click on "RDP 
Console" to get the link, the login of the RDP is dominique.t...@local.lan. So 
I have to manually change the login to dominique.t...@abc.com.

Is it possible to use the Sam account dom...@local.lan instead of the UPN ?

if not, is it possible to adjust the consol.rdp configuration and include the 
domain abc.com instead of local.lan ?

In research I found this, but I don't have access.

How to authenticate with Active directory when UPN suffix and Forest Name are 
different using AAA LDAP extension - Red Hat C 

https://access.redhat.com/solutions/2332561

Thank you
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/INJETGT5DGQJQZV6VNMVRJFPS5KRV5LA/


[ovirt-users] AAA Extension mapping could not be found

2020-09-21 Thread dominique . deschenes
I tried to use AAA mapping. but I have this message

Sep 21, 2020 2:12:05 PM org.ovirt.engine.exttool.aaa.AAAServiceImpl run
INFO: Iteration: 0
Sep 21, 2020 2:12:05 PM org.ovirt.engine.exttool.core.ExtensionsToolExecutor 
main
SEVERE: Extension mapping could not be found
Sep 21, 2020 2:12:05 PM org.ovirt.engine.exttool.core.ExtensionsToolExecutor 
main
FINE: Exception:
org.ovirt.engine.core.extensions.mgr.ConfigurationException: Extension mapping 
could not be found
at 
org.ovirt.engine.core.extensions-manager//org.ovirt.engine.core.extensions.mgr.ExtensionsManager.getExtensionByName(ExtensionsManager.java:286)
at 
org.ovirt.engine.core.extensions-tool//org.ovirt.engine.exttool.aaa.AAAServiceImpl$AAAProfile.(AAAServiceImpl.java:846)
at 
org.ovirt.engine.core.extensions-tool//org.ovirt.engine.exttool.aaa.AAAServiceImpl$Action.lambda$static$3(AAAServiceImpl.java:154)
at 
org.ovirt.engine.core.extensions-tool//org.ovirt.engine.exttool.aaa.AAAServiceImpl$Action.execute(AAAServiceImpl.java:417)
at 
org.ovirt.engine.core.extensions-tool//org.ovirt.engine.exttool.aaa.AAAServiceImpl.run(AAAServiceImpl.java:686)
at 
org.ovirt.engine.core.extensions-tool//org.ovirt.engine.exttool.core.ExtensionsToolExecutor.main(ExtensionsToolExecutor.java:121)
at org.jboss.modules.Module.run(Module.java:352)
at org.jboss.modules.Module.run(Module.java:320)
at org.jboss.modules.Main.main(Main.java:593)


it's like it can't find for my mapping.properties file

I followed the Howto on this page.
https://www.ovirt.org/develop/release-management/features/infra/aaa_faq.html

Here my config : 

tail /etc/ovirt-engine/extensions.d/local.lan-authn.properties

ovirt.engine.aaa.authn.authz.plugin ovirt.engine.extension.name = 
local.lan-authn
ovirt.engine.extension.bindings.method = jbossmodule
ovirt.engine.extension.binding.jbossmodule.module = 
org.ovirt.engine.extension.aaa.ldap
ovirt.engine.extension.binding.jbossmodule.class = 
org.ovirt.engine.extension.aaa.ldap.AuthnExtension
ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authn
ovirt.engine.aaa.authn.profile.name = local.lan
ovirt.engine.aaa.authn.authz.plugin = local.lan
ovirt.engine.aaa.authn.mapping.plugin = mapping
config.profile.file.1 = ../aaa/local.lan.properties

tail /etc/ovirt-engine/extensions.d/mapping.properties
ovirt.engine.extension.name = mapping
ovirt.engine.extension.bindings.method = jbossmodule
ovirt.engine.extension.binding.jbossmodule.module = 
org.ovirt.engine-extensions.aaa.misc
ovirt.engine.extension.binding.jbossmodule.class = 
org.ovirt.engineextensions.aaa.misc.mapping.MappingExtension
ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Mapping
config.mapUser.type = regex
config.mapUser.regex.pattern = ^(?[^@]*)$
config.mapUser.regex.replacement = ${user}@domain.com
config.mapUser.regex.mustMatch = false
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5E36YKSOMGYDQFFIU6I2BEYTCPQK7S4Q/