Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2014-03-15 Thread i iordanov
Hey guys,

Just in case you missed the update I posted to the Opaque Beta test
community page (if you are using gmail it would have placed it in your
"Social" inbox), I wanted to mention here as well that v1.2.2 of
Opaque Beta can now record audio using the microphone of your device!

Your feedback would be highly appreciated!

Thanks,
iordan

On Sun, Jan 26, 2014 at 7:43 PM, i iordanov  wrote:
> Hi Nathanaël and everyone else interested in keyboard layouts other than
> English,
>
> I really didn't like the idea of releasing Opaque into production supporting
> only English (QWERTY), so I devised a method to get around a current SPICE
> protocol limitation (only being able to transmit keyboard scan codes and not
> unicode to the VM). It involves Opaque translating unicode characters
> on-device according to a user-specified layout into a series of scan codes.
> Currently English (QWERTY), German (QWERTZ), and French (AZERTY) are fully
> supported including all AltGr and dead-key combinations.
>
> I encourage all users of the supported layouts to give them a thorough
> beating and let me know of any issues. I'd also like to hear your opinions
> on whether such a solution can and should make it to production.
>
> To use a layout other than English (default), long-tap on a connection to
> edit it, then from the new drop-down select your desired layout. Once
> connected to your VM, ensure that the chosen layout there matches the layout
> you picked in the settings. For best results (i.e. for your Android keyboard
> to offer you all the possible unicode choices that your layout can produce),
> you should also use an Android keyboard that supports your language. The
> layout on your phone is not at all important, because all I need from the
> Android IME are unicode values, however, I must say that I find Hacker's
> keyboard most flexible.
>
> One caviat is that in order to be able to obtain the true unicode value from
> the IME, I've had to interpret ALT meta state as belonging to the KeyEvent
> rather than something that should be passed on to the VM. The reason for
> this is that on Android, some characters like the German "ß" appears as
> ALT+s to me, and that's the only way to properly capture it. In fact, if you
> type ALT+s manually, while using the German layout, you will get a "ß" on
> the remote side.
>
> Hence, the Hacker's keyboard ALT cannot be used as an ALT. Thankfully,
> though, there is a nice workaround. The on-screen ALT button is exempt from
> such considerations and works just fine.
>
> Once the project gains a larger user-base, I expect that interested people
> will be able to help me create their own keyboard layout map files. The
> final format will be documented and the documentation will be available in
> the source distribution.
>
> Everyone, thank you very much in advance for your input!
>
> Sincerely,
> iordan
>
>
>
>
> On Fri, Dec 6, 2013 at 11:47 AM, Nathanaël Blanchet 
> wrote:
>>
>> Le 06/12/2013 17:31, Nathanaël Blanchet a écrit :
>>
>> Hi, just tested it, it is an unexpected good idea!
>> My ovirt server is ssl only, so it was a bit complicated to get
>> /etc/pki/ovirt-engine/ca.pem.
>> I think it could be great to add a browser to get the ca into the
>> filesystem instead of searching it into the phone, virtual keyboard is not
>> convinient to type long inputs.
>> Then, opaque's keyboard regional layout gave me headache. It is default
>> qwerty but I need french layout, and no option to change it in the app is
>> available. So, I changed the android layout keyboard into qwerty, but at
>> this time while the keyboard is physically qwerty, I get a "A" for "Q", so
>> it is always inversed. Maybe I should change the spice server layout...
>> So the idea is good but it is unusable with non US layout.
>>
>> Something else important : I only managed to login with admin@local and no
>> external authentication (AD in my case) was possible since it is supported
>> into the regular webadmin.
>>
>> Le 06/12/2013 17:11, i iordanov a écrit :
>>
>> Hi guys,
>>
>> Just a clarification that Opaque is a VM console client, not an
>> infrastructure management client.
>>
>> Cheers!
>> iordan
>>
>>
>> On Thu, Dec 5, 2013 at 12:38 PM, i iordanov  wrote:
>>>
>>> Hello,
>>>
>>> We invite any interested oVirt/RHEV developers and administrators to
>>> beta-test Opaque, a new Android oVirt/RHEV client application.
>>>
>>> To opt in, please reply to this message with an email address associated
>>> with a Google Account, because joining the beta-test group is based on
>>> membership to a Google Plus community. If you don't want that email address
>>> posted to the mailing list, don't include it in your reply!
>>>
>>> Itamar or I will add you to the community and let you know that you can
>>> proceed to the following two steps:
>>>
>>> 1) Please visit this page here to accept the invitation:
>>> https://plus.google.com/communities/116099119712127782216
>>>
>>> 2) Once you've become a member of the Google+ g

Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2014-02-06 Thread siD
i iordanov  
writes:

> 
> 
> Hello,We
>  invite any interested 
oVirt/RHEV developers and 
administrators to 
> beta-test Opaque, a new 
Android oVirt/RHEV client 
application.To
>  opt in, please reply to 
this message with an email 
address associated 
> with a Google Account, 
because joining the beta-test 
group is based on 
> membership to a Google Plus 
community. If you don't want 
that email address posted to 
the mailing list, don't 
include it in your 
reply!Itamar or I will add you 
to the community and let you 
know that you can proceed to 
the following two steps:1) 
Please visit this page here to 
accept the 
invitation:https://plus.google
.com/communities/1160991197121
277822162) Once you've become 
a member of the Google+ group, 
to opt-in, 
visit:https://play.google.com/
apps/testing/com.undatech.opaq
uebetaYou 
> will be able to download 
Opaque from Google Play by 
following the link 
> at the bottom of the opt-in 
page.Please share your 
experiences with Opaque to the 
mailing list!
> Cheers,iordan
> -- The conscious mind has 
only one thread of execution.
> 
> 
> 
> 
__
_
> Users mailing list
> Users@...
> 
http://lists.ovirt.org/mailman
/listinfo/users
> 




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


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2014-01-26 Thread i iordanov
Hi Nathanaël and everyone else interested in keyboard layouts other than
English,

I really didn't like the idea of releasing Opaque into production
supporting only English (QWERTY), so I devised a method to get around a
current SPICE protocol limitation (only being able to transmit keyboard
scan codes and not unicode to the VM). It involves Opaque translating
unicode characters on-device according to a user-specified layout into a
series of scan codes. Currently English (QWERTY), German (QWERTZ), and
French (AZERTY) are fully supported including all AltGr and dead-key
combinations.

I encourage all users of the supported layouts to give them a thorough
beating and let me know of any issues. I'd also like to hear your opinions
on whether such a solution can and should make it to production.

To use a layout other than English (default), long-tap on a connection to
edit it, then from the new drop-down select your desired layout. Once
connected to your VM, ensure that the chosen layout there matches the
layout you picked in the settings. For best results (i.e. for your Android
keyboard to offer you all the possible unicode choices that your layout can
produce), you should also use an Android keyboard that supports your
language. The layout on your phone is not at all important, because all I
need from the Android IME are unicode values, however, I must say that I
find Hacker's keyboard most flexible.

One caviat is that in order to be able to obtain the true unicode value
from the IME, I've had to interpret ALT meta state as belonging to the
KeyEvent rather than something that should be passed on to the VM. The
reason for this is that on Android, some characters like the German "ß"
appears as ALT+s to me, and that's the only way to properly capture it. In
fact, if you type ALT+s manually, while using the German layout, you will
get a "ß" on the remote side.

Hence, the Hacker's keyboard ALT cannot be used as an ALT. Thankfully,
though, there is a nice workaround. The on-screen ALT button is exempt from
such considerations and works just fine.

Once the project gains a larger user-base, I expect that interested people
will be able to help me create their own keyboard layout map files. The
final format will be documented and the documentation will be available in
the source distribution.

Everyone, thank you very much in advance for your input!

Sincerely,
iordan




On Fri, Dec 6, 2013 at 11:47 AM, Nathanaël Blanchet wrote:

>  Le 06/12/2013 17:31, Nathanaël Blanchet a écrit :
>
>  Hi, just tested it, it is an unexpected good idea!
> My ovirt server is ssl only, so it was a bit complicated to get
> /etc/pki/ovirt-engine/ca.pem.
> I think it could be great to add a browser to get the ca into the
> filesystem instead of searching it into the phone, virtual keyboard is not
> convinient to type long inputs.
> Then, opaque's keyboard regional layout gave me headache. It is default
> qwerty but I need french layout, and no option to change it in the app is
> available. So, I changed the android layout keyboard into qwerty, but at
> this time while the keyboard is physically qwerty, I get a "A" for "Q", so
> it is always inversed. Maybe I should change the spice server layout...
> So the idea is good but it is unusable with non US layout.
>
> Something else important : I only managed to login with admin@local and
> no external authentication (AD in my case) was possible since it is
> supported into the regular webadmin.
>
>  Le 06/12/2013 17:11, i iordanov a écrit :
>
>  Hi guys,
>
>  Just a clarification that Opaque is a VM console client, not an
> infrastructure management client.
>
> Cheers!
>  iordan
>
>
>  On Thu, Dec 5, 2013 at 12:38 PM, i iordanov  wrote:
>
>>  Hello,
>>
>> We invite any interested oVirt/RHEV developers and administrators to
>> beta-test Opaque, a new Android oVirt/RHEV client application.
>>
>> To opt in, please reply to this message with an email address associated
>> with a Google Account, because joining the beta-test group is based on
>> membership to a Google Plus community. If you don't want that email address
>> posted to the mailing list, don't include it in your reply!
>>
>> Itamar or I will add you to the community and let you know that you can
>> proceed to the following two steps:
>>
>> 1) Please visit this page here to accept the invitation:
>> https://plus.google.com/communities/116099119712127782216
>>
>> 2) Once you've become a member of the Google+ group, to opt-in, visit:
>> https://play.google.com/apps/testing/com.undatech.opaquebeta
>>
>> You will be able to download Opaque from Google Play by following the
>> link at the bottom of the opt-in page.
>>
>> Please share your experiences with Opaque to the mailing list!
>>
>>  Cheers,
>> iordan
>>
>> --
>> The conscious mind has only one thread of execution.
>>
>
>
>
> --
> The conscious mind has only one thread of execution.
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://lists

Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2014-01-20 Thread Steven Bellistri
i iordanov  writes:

> 
> 
> Hello,We
>  invite any interested oVirt/RHEV developers and administrators to 
> beta-test Opaque, a new Android oVirt/RHEV client application.To
>  opt in, please reply to this message with an email address associated 
> with a Google Account, because joining the beta-test group is based on 
> membership to a Google Plus community. If you don't want that email
address posted to the mailing list, don't include it in your reply!Itamar or
I will add you to the community and let you know that you can proceed to the
following two steps:1) Please visit this page here to accept the
invitation:https://plus.google.com/communities/1160991197121277822162) Once
you've become a member of the Google+ group, to opt-in,
visit:https://play.google.com/apps/testing/com.undatech.opaquebetaYou 
> will be able to download Opaque from Google Play by following the link 
> at the bottom of the opt-in page.Please share your experiences with Opaque
to the mailing list!
> Cheers,iordan
> -- The conscious mind has only one thread of execution.
> 
> 
> 
> ___
> Users mailing list
> Users@...
> http://lists.ovirt.org/mailman/listinfo/users
> 




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


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-18 Thread i iordanov
Hi Marian,

I'm cc-ing the list because I think this may be valuable information for
other people trying this on Android 2.3 devices.


On Tue, Dec 17, 2013 at 2:54 PM, Marian Krcmarik wrote:

> I was fighting with RHEVM3.2/3.3 User/Admin Portal and vv files on Android
> and I must admit I am defeated.
> Firefox constantly crashes when trying to access console (by clicking on
> Console button), once It even rebooted my Android phone.
>

Firefox works for me on my 4.3 and now upgraded 4.4 Nexus 4.



> UC Browser and Opera Mini crashes when trying to open User/Admin portal
> page.
> Opera Mobile does not do anything when clicking on Console button but at
> least does not crash.
>

I haven't tried Opera Mini, but UC Browser works for me on my device.


> So I gave up, maybe It's because of my Android 2 phone.
>

It may very well be Android 2.3 causing all this trouble. Alternatively,
your phone may not have enough RAM to run these browsers.

At any rate, I'd say the bottom line is that the console.vv route will not
work for Android 2.3 devices unless we can figure out a browser that works
well enough.


>
> What browser did you use for accessing console?
>

To summarize, I've successfully obtained console.vv through Chrome,
Firefox, and UCBrowser.

The Admin console is not rendered well in any of those browsers, whereas
the User console seems to be rendered well enough in any of them. For the
User portal to be useful, however, we need to work around the double-click
requirement first. For reference, the issue is reported here:

https://bugzilla.redhat.com/show_bug.cgi?id=1043559

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


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-13 Thread i iordanov
Hi Jorick,

On Thu, Dec 12, 2013 at 6:10 PM, Jorick Astrego wrote:

>  Not trying to start a flame war or something on this list, just curious
> about the reasoning
> Why only Google+? We would love to test it but I refuse to get a Google
> account due to privacy and other civil liberty issues.
>

There's no risk of starting a flame war with me. I understand your point of
view completely and sympathize.

For any other people reading who would like to avoid Google+, there is now
also a Google group that I can invite you to (which I don't think requires
Google+ membership). So if that works for you or anybody else, I would be
more than happy to invite you.

So let me refresh my invitation to the beta test now and say that Google+
membership is no longer required.

If there are any questions why this is on Google Play, I can justify that
as well.

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


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-13 Thread Sven Kieske
+1 for that one (although I got a google account for 3.4 planning, I
don't like it)

Am 13.12.2013 00:10, schrieb Jorick Astrego:
> Hi,
> 
> Not trying to start a flame war or something on this list, just curious
> about the reasoning
> Why only Google+? We would love to test it but I refuse to get a Google
> account due to privacy and other civil liberty issues.
> You can do whatever you want and we'll just skip testing it on our
> cyogenmod android phone but I'm intrigued about so many open source
> projects willingly putting things behind a paywall.
> I know it's "free¨ but it's essentially adware.
> 
> Kind regards,
> 
> Jorick Astrego
> Netbulae B.V.
> 


-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-12 Thread i iordanov
Hi Jiri,


On Thu, Dec 12, 2013 at 5:17 PM, Jiří Sléžka  wrote:

> Yes, I hate these situations :-) I think I can give you an access to this
> testing oVirt but it is accessible only through our openvpn. If you are
> interested let me know.
>

Yes, I'm interested in testing! Please let me know how I can get access.

It really sounds like the SPICE client part of Opaque isn't happy about SSL
for some reason.

Thanks!
iordan



-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-12 Thread Jorick Astrego
Hi,

Not trying to start a flame war or something on this list, just curious
about the reasoning
Why only Google+? We would love to test it but I refuse to get a Google
account due to privacy and other civil liberty issues.
You can do whatever you want and we'll just skip testing it on our
cyogenmod android phone but I'm intrigued about so many open source
projects willingly putting things behind a paywall.
I know it's "free¨ but it's essentially adware.

Kind regards,

Jorick Astrego
Netbulae B.V.

On Thu, 2013-12-05 at 12:38 -0500, i iordanov wrote: 

> Hello,
> 
> We invite any interested oVirt/RHEV developers and administrators to
> beta-test Opaque, a new Android oVirt/RHEV client application.
> 
> To opt in, please reply to this message with an email address
> associated with a Google Account, because joining the beta-test group
> is based on membership to a Google Plus community. If you don't want
> that email address posted to the mailing list, don't include it in
> your reply!
> 
> Itamar or I will add you to the community and let you know that you
> can proceed to the following two steps:
> 
> 1) Please visit this page here to accept the invitation:
> https://plus.google.com/communities/116099119712127782216
> 
> 2) Once you've become a member of the Google+ group, to opt-in, visit:
> https://play.google.com/apps/testing/com.undatech.opaquebeta
> 
> You will be able to download Opaque from Google Play by following the
> link at the bottom of the opt-in page.
> 
> Please share your experiences with Opaque to the mailing list!
> 
> 
> Cheers,
> iordan
> 
> -- 
> The conscious mind has only one thread of execution.
> 
> ___
> 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] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-12 Thread Jiří Sléžka

Hi


Thanks for the feedback. The thumbnails become 1/2 the size once you add
3 or more VMs to the list of saved connections.

Yes, Opaque is a SPICE client, and I am also hoping to add VNC support
or at least the ability to launch an external app.

Please tell us what version of oVirt /RHEV you are using, whether your
certificate is self-signed, and whether you've used remote-viewer on the
command-line successfully and what options and URI it needed.


I am using oVirt 3.3.1-2.el6, certificate is self-signed (and in Opaque 
I have SSL strict mode switched off)


I just tried remote-viewer and it works. I am a bit lazy so I get 
console.vv file and dug out params


remote-viewer --spice-ca-file ovirt_ca.crt --spice-host-subject 
test-win8 spice://ovirt-node02.net.slu.cz/?port=5900\&tls-port=5901


then I entered password and got vm screen

also I tried import (paste) ovirt's ca certificate and use SSL strict 
mode but nothing changed.





I have a couple of users complaining of similar issues, and a couple
plus myself who've had no issues. I'm trying to figure out what is
common between the users who have problems.


Yes, I hate these situations :-) I think I can give you an access to 
this testing oVirt but it is accessible only through our openvpn. If you 
are interested let me know.



cheers, dron




Thanks!
iordan



On Wed, Dec 11, 2013 at 3:09 PM, Jiří Sléžka mailto:jiri.sle...@slu.cz>> wrote:

Hi iordan,



On 10.12.2013 17:16, i iordanov wrote:

Hey guys,

Any feedback so far?


first, I was surprised I cannot see any vms but it is more problem
how oVirt handle rights. Although I had "SuperUser" rights I was not
explicitly listed in my vm's permissions list. Also I had assign any
of user roles not an admin one.

secondly, I cannot connect because "Connection failure. Please check
server address and network connectivity". I am trying to connect
from same network where spice firefox plugin works fine. I hope
Opaque is a spice client, right? :-)

btw, I am using Nexus7 (Android 4.4.2) and It would be better to use
kind of list of vms instead of big thumbnails because user (like I
:-) can have no idea it is actually a list because he/she can see
only big (nearly two screens high) blue rectangle with text "No
Screenshot available yet" :-)


But screenshots looks promising, I am going to write more feedbacks
when I connect to some vm :-)


Cheers, dron



Thanks,
iordan


On Thu, Dec 5, 2013 at 12:38 PM, i iordanov mailto:iiorda...@gmail.com>
>> wrote:

 Hello,

 We invite any interested oVirt/RHEV developers and
administrators to
 beta-test Opaque, a new Android oVirt/RHEV client application.

 To opt in, please reply to this message with an email address
 associated with a Google Account, because joining the beta-test
 group is based on membership to a Google Plus community. If you
 don't want that email address posted to the mailing list, don't
 include it in your reply!

 Itamar or I will add you to the community and let you know
that you
 can proceed to the following two steps:

 1) Please visit this page here to accept the invitation:
https://plus.google.com/__communities/__116099119712127782216


 2) Once you've become a member of the Google+ group, to
opt-in, visit:
https://play.google.com/apps/__testing/com.undatech.__opaquebeta


 You will be able to download Opaque from Google Play by
following
 the link at the bottom of the opt-in page.

 Please share your experiences with Opaque to the mailing list!

 Cheers,
 iordan

 --
 The conscious mind has only one thread of execution.




--
The conscious mind has only one thread of execution.


_
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




--
The conscious mind has only one thread of execution.





smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-11 Thread i iordanov
Hello!

Anybody who has problems accessing the graphical console of a VM and would
not mind creating an unprivileged user with access to an unimportant VM, I
would be able to try reproducing the issue on my device as well.

Please let me know and send me credentials and server address if possible.

Thanks!
iordan


On Wed, Dec 11, 2013 at 3:36 PM, i iordanov  wrote:

> Also, can you please also try connecting to your VM by logging in with
> admin@internal with a mobile browser (Firefox works), selecting a VM and
> tapping the green console icon to get a console.vv?
>
> The newest version of Opaque Beta supports .vv files.
>
> Thanks!
> iordan
>
>
> On Wed, Dec 11, 2013 at 3:34 PM, i iordanov  wrote:
>
>> Hi Jiri,
>>
>> Thanks for the feedback. The thumbnails become 1/2 the size once you add
>> 3 or more VMs to the list of saved connections.
>>
>> Yes, Opaque is a SPICE client, and I am also hoping to add VNC support or
>> at least the ability to launch an external app.
>>
>> Please tell us what version of oVirt /RHEV you are using, whether your
>> certificate is self-signed, and whether you've used remote-viewer on the
>> command-line successfully and what options and URI it needed.
>>
>> I have a couple of users complaining of similar issues, and a couple plus
>> myself who've had no issues. I'm trying to figure out what is common
>> between the users who have problems.
>>
>> Thanks!
>> iordan
>>
>>
>>
>> On Wed, Dec 11, 2013 at 3:09 PM, Jiří Sléžka  wrote:
>>
>>> Hi iordan,
>>>
>>>
>>>
>>> On 10.12.2013 17:16, i iordanov wrote:
>>>
 Hey guys,

 Any feedback so far?

>>>
>>> first, I was surprised I cannot see any vms but it is more problem how
>>> oVirt handle rights. Although I had "SuperUser" rights I was not explicitly
>>> listed in my vm's permissions list. Also I had assign any of user roles not
>>> an admin one.
>>>
>>> secondly, I cannot connect because "Connection failure. Please check
>>> server address and network connectivity". I am trying to connect from same
>>> network where spice firefox plugin works fine. I hope Opaque is a spice
>>> client, right? :-)
>>>
>>> btw, I am using Nexus7 (Android 4.4.2) and It would be better to use
>>> kind of list of vms instead of big thumbnails because user (like I :-) can
>>> have no idea it is actually a list because he/she can see only big (nearly
>>> two screens high) blue rectangle with text "No Screenshot available yet" :-)
>>>
>>>
>>> But screenshots looks promising, I am going to write more feedbacks when
>>> I connect to some vm :-)
>>>
>>>
>>> Cheers, dron
>>>
>>>
>>>
 Thanks,
 iordan


 On Thu, Dec 5, 2013 at 12:38 PM, i iordanov >>> > wrote:

 Hello,

 We invite any interested oVirt/RHEV developers and administrators to
 beta-test Opaque, a new Android oVirt/RHEV client application.

 To opt in, please reply to this message with an email address
 associated with a Google Account, because joining the beta-test
 group is based on membership to a Google Plus community. If you
 don't want that email address posted to the mailing list, don't
 include it in your reply!

 Itamar or I will add you to the community and let you know that you
 can proceed to the following two steps:

 1) Please visit this page here to accept the invitation:
 https://plus.google.com/communities/116099119712127782216

 2) Once you've become a member of the Google+ group, to opt-in,
 visit:
 https://play.google.com/apps/testing/com.undatech.opaquebeta

 You will be able to download Opaque from Google Play by following
 the link at the bottom of the opt-in page.

 Please share your experiences with Opaque to the mailing list!

 Cheers,
 iordan

 --
 The conscious mind has only one thread of execution.




 --
 The conscious mind has only one thread of execution.


 ___
 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
>>>
>>>
>>
>>
>> --
>> The conscious mind has only one thread of execution.
>>
>
>
>
> --
> The conscious mind has only one thread of execution.
>



-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-11 Thread i iordanov
Also, can you please also try connecting to your VM by logging in with
admin@internal with a mobile browser (Firefox works), selecting a VM and
tapping the green console icon to get a console.vv?

The newest version of Opaque Beta supports .vv files.

Thanks!
iordan


On Wed, Dec 11, 2013 at 3:34 PM, i iordanov  wrote:

> Hi Jiri,
>
> Thanks for the feedback. The thumbnails become 1/2 the size once you add 3
> or more VMs to the list of saved connections.
>
> Yes, Opaque is a SPICE client, and I am also hoping to add VNC support or
> at least the ability to launch an external app.
>
> Please tell us what version of oVirt /RHEV you are using, whether your
> certificate is self-signed, and whether you've used remote-viewer on the
> command-line successfully and what options and URI it needed.
>
> I have a couple of users complaining of similar issues, and a couple plus
> myself who've had no issues. I'm trying to figure out what is common
> between the users who have problems.
>
> Thanks!
> iordan
>
>
>
> On Wed, Dec 11, 2013 at 3:09 PM, Jiří Sléžka  wrote:
>
>> Hi iordan,
>>
>>
>>
>> On 10.12.2013 17:16, i iordanov wrote:
>>
>>> Hey guys,
>>>
>>> Any feedback so far?
>>>
>>
>> first, I was surprised I cannot see any vms but it is more problem how
>> oVirt handle rights. Although I had "SuperUser" rights I was not explicitly
>> listed in my vm's permissions list. Also I had assign any of user roles not
>> an admin one.
>>
>> secondly, I cannot connect because "Connection failure. Please check
>> server address and network connectivity". I am trying to connect from same
>> network where spice firefox plugin works fine. I hope Opaque is a spice
>> client, right? :-)
>>
>> btw, I am using Nexus7 (Android 4.4.2) and It would be better to use kind
>> of list of vms instead of big thumbnails because user (like I :-) can have
>> no idea it is actually a list because he/she can see only big (nearly two
>> screens high) blue rectangle with text "No Screenshot available yet" :-)
>>
>>
>> But screenshots looks promising, I am going to write more feedbacks when
>> I connect to some vm :-)
>>
>>
>> Cheers, dron
>>
>>
>>
>>> Thanks,
>>> iordan
>>>
>>>
>>> On Thu, Dec 5, 2013 at 12:38 PM, i iordanov >> > wrote:
>>>
>>> Hello,
>>>
>>> We invite any interested oVirt/RHEV developers and administrators to
>>> beta-test Opaque, a new Android oVirt/RHEV client application.
>>>
>>> To opt in, please reply to this message with an email address
>>> associated with a Google Account, because joining the beta-test
>>> group is based on membership to a Google Plus community. If you
>>> don't want that email address posted to the mailing list, don't
>>> include it in your reply!
>>>
>>> Itamar or I will add you to the community and let you know that you
>>> can proceed to the following two steps:
>>>
>>> 1) Please visit this page here to accept the invitation:
>>> https://plus.google.com/communities/116099119712127782216
>>>
>>> 2) Once you've become a member of the Google+ group, to opt-in,
>>> visit:
>>> https://play.google.com/apps/testing/com.undatech.opaquebeta
>>>
>>> You will be able to download Opaque from Google Play by following
>>> the link at the bottom of the opt-in page.
>>>
>>> Please share your experiences with Opaque to the mailing list!
>>>
>>> Cheers,
>>> iordan
>>>
>>> --
>>> The conscious mind has only one thread of execution.
>>>
>>>
>>>
>>>
>>> --
>>> The conscious mind has only one thread of execution.
>>>
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> The conscious mind has only one thread of execution.
>



-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-11 Thread i iordanov
Hi Jiri,

Thanks for the feedback. The thumbnails become 1/2 the size once you add 3
or more VMs to the list of saved connections.

Yes, Opaque is a SPICE client, and I am also hoping to add VNC support or
at least the ability to launch an external app.

Please tell us what version of oVirt /RHEV you are using, whether your
certificate is self-signed, and whether you've used remote-viewer on the
command-line successfully and what options and URI it needed.

I have a couple of users complaining of similar issues, and a couple plus
myself who've had no issues. I'm trying to figure out what is common
between the users who have problems.

Thanks!
iordan



On Wed, Dec 11, 2013 at 3:09 PM, Jiří Sléžka  wrote:

> Hi iordan,
>
>
>
> On 10.12.2013 17:16, i iordanov wrote:
>
>> Hey guys,
>>
>> Any feedback so far?
>>
>
> first, I was surprised I cannot see any vms but it is more problem how
> oVirt handle rights. Although I had "SuperUser" rights I was not explicitly
> listed in my vm's permissions list. Also I had assign any of user roles not
> an admin one.
>
> secondly, I cannot connect because "Connection failure. Please check
> server address and network connectivity". I am trying to connect from same
> network where spice firefox plugin works fine. I hope Opaque is a spice
> client, right? :-)
>
> btw, I am using Nexus7 (Android 4.4.2) and It would be better to use kind
> of list of vms instead of big thumbnails because user (like I :-) can have
> no idea it is actually a list because he/she can see only big (nearly two
> screens high) blue rectangle with text "No Screenshot available yet" :-)
>
>
> But screenshots looks promising, I am going to write more feedbacks when I
> connect to some vm :-)
>
>
> Cheers, dron
>
>
>
>> Thanks,
>> iordan
>>
>>
>> On Thu, Dec 5, 2013 at 12:38 PM, i iordanov > > wrote:
>>
>> Hello,
>>
>> We invite any interested oVirt/RHEV developers and administrators to
>> beta-test Opaque, a new Android oVirt/RHEV client application.
>>
>> To opt in, please reply to this message with an email address
>> associated with a Google Account, because joining the beta-test
>> group is based on membership to a Google Plus community. If you
>> don't want that email address posted to the mailing list, don't
>> include it in your reply!
>>
>> Itamar or I will add you to the community and let you know that you
>> can proceed to the following two steps:
>>
>> 1) Please visit this page here to accept the invitation:
>> https://plus.google.com/communities/116099119712127782216
>>
>> 2) Once you've become a member of the Google+ group, to opt-in, visit:
>> https://play.google.com/apps/testing/com.undatech.opaquebeta
>>
>> You will be able to download Opaque from Google Play by following
>> the link at the bottom of the opt-in page.
>>
>> Please share your experiences with Opaque to the mailing list!
>>
>> Cheers,
>> iordan
>>
>> --
>> The conscious mind has only one thread of execution.
>>
>>
>>
>>
>> --
>> The conscious mind has only one thread of execution.
>>
>>
>> ___
>> 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
>
>


-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-11 Thread Jiří Sléžka

Hi iordan,


On 10.12.2013 17:16, i iordanov wrote:

Hey guys,

Any feedback so far?


first, I was surprised I cannot see any vms but it is more problem how 
oVirt handle rights. Although I had "SuperUser" rights I was not 
explicitly listed in my vm's permissions list. Also I had assign any of 
user roles not an admin one.


secondly, I cannot connect because "Connection failure. Please check 
server address and network connectivity". I am trying to connect from 
same network where spice firefox plugin works fine. I hope Opaque is a 
spice client, right? :-)


btw, I am using Nexus7 (Android 4.4.2) and It would be better to use 
kind of list of vms instead of big thumbnails because user (like I :-) 
can have no idea it is actually a list because he/she can see only big 
(nearly two screens high) blue rectangle with text "No Screenshot 
available yet" :-)



But screenshots looks promising, I am going to write more feedbacks when 
I connect to some vm :-)



Cheers, dron




Thanks,
iordan


On Thu, Dec 5, 2013 at 12:38 PM, i iordanov mailto:iiorda...@gmail.com>> wrote:

Hello,

We invite any interested oVirt/RHEV developers and administrators to
beta-test Opaque, a new Android oVirt/RHEV client application.

To opt in, please reply to this message with an email address
associated with a Google Account, because joining the beta-test
group is based on membership to a Google Plus community. If you
don't want that email address posted to the mailing list, don't
include it in your reply!

Itamar or I will add you to the community and let you know that you
can proceed to the following two steps:

1) Please visit this page here to accept the invitation:
https://plus.google.com/communities/116099119712127782216

2) Once you've become a member of the Google+ group, to opt-in, visit:
https://play.google.com/apps/testing/com.undatech.opaquebeta

You will be able to download Opaque from Google Play by following
the link at the bottom of the opt-in page.

Please share your experiences with Opaque to the mailing list!

Cheers,
iordan

--
The conscious mind has only one thread of execution.




--
The conscious mind has only one thread of execution.


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






smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-11 Thread i iordanov
I think 13 people from this list so far.

Would you like me to invite you too?

Cheers!
iordan


On Wed, Dec 11, 2013 at 8:44 AM, Dave Neary  wrote:

> Hi Iordan,
>
> Looks interesting! Sorry, I missed this the first time around.
>
> Have you had a lot of people sign up for it?
>
> Cheers,
> Dave.
>
> On 12/10/2013 05:16 PM, i iordanov wrote:
> > Hey guys,
> >
> > Any feedback so far?
> >
> > Thanks,
> > iordan
> >
> >
> > On Thu, Dec 5, 2013 at 12:38 PM, i iordanov  > > wrote:
> >
> > Hello,
> >
> > We invite any interested oVirt/RHEV developers and administrators to
> > beta-test Opaque, a new Android oVirt/RHEV client application.
> >
> > To opt in, please reply to this message with an email address
> > associated with a Google Account, because joining the beta-test
> > group is based on membership to a Google Plus community. If you
> > don't want that email address posted to the mailing list, don't
> > include it in your reply!
> >
> > Itamar or I will add you to the community and let you know that you
> > can proceed to the following two steps:
> >
> > 1) Please visit this page here to accept the invitation:
> > https://plus.google.com/communities/116099119712127782216
> >
> > 2) Once you've become a member of the Google+ group, to opt-in,
> visit:
> > https://play.google.com/apps/testing/com.undatech.opaquebeta
> >
> > You will be able to download Opaque from Google Play by following
> > the link at the bottom of the opt-in page.
> >
> > Please share your experiences with Opaque to the mailing list!
> >
> > Cheers,
> > iordan
> >
> > --
> > The conscious mind has only one thread of execution.
> >
> >
> >
> >
> > --
> > The conscious mind has only one thread of execution.
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
>
> --
> Dave Neary, Lyon, France
> Email: dne...@gnome.org / Jabber: nea...@gmail.com
> Ph: +33 950 71 55 62 / Cell: +33 6 77 01 92 13
>



-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-11 Thread Dave Neary
Hi Iordan,

Looks interesting! Sorry, I missed this the first time around.

Have you had a lot of people sign up for it?

Cheers,
Dave.

On 12/10/2013 05:16 PM, i iordanov wrote:
> Hey guys,
> 
> Any feedback so far?
> 
> Thanks,
> iordan
> 
> 
> On Thu, Dec 5, 2013 at 12:38 PM, i iordanov  > wrote:
> 
> Hello,
> 
> We invite any interested oVirt/RHEV developers and administrators to
> beta-test Opaque, a new Android oVirt/RHEV client application.
> 
> To opt in, please reply to this message with an email address
> associated with a Google Account, because joining the beta-test
> group is based on membership to a Google Plus community. If you
> don't want that email address posted to the mailing list, don't
> include it in your reply!
> 
> Itamar or I will add you to the community and let you know that you
> can proceed to the following two steps:
> 
> 1) Please visit this page here to accept the invitation:
> https://plus.google.com/communities/116099119712127782216
> 
> 2) Once you've become a member of the Google+ group, to opt-in, visit:
> https://play.google.com/apps/testing/com.undatech.opaquebeta
> 
> You will be able to download Opaque from Google Play by following
> the link at the bottom of the opt-in page.
> 
> Please share your experiences with Opaque to the mailing list!
> 
> Cheers,
> iordan
> 
> -- 
> The conscious mind has only one thread of execution.
> 
> 
> 
> 
> -- 
> The conscious mind has only one thread of execution.
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 

-- 
Dave Neary, Lyon, France
Email: dne...@gnome.org / Jabber: nea...@gmail.com
Ph: +33 950 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-11 Thread i iordanov
Hey guys,

Any feedback so far?

Thanks,
iordan


On Thu, Dec 5, 2013 at 12:38 PM, i iordanov  wrote:

> Hello,
>
> We invite any interested oVirt/RHEV developers and administrators to
> beta-test Opaque, a new Android oVirt/RHEV client application.
>
> To opt in, please reply to this message with an email address associated
> with a Google Account, because joining the beta-test group is based on
> membership to a Google Plus community. If you don't want that email address
> posted to the mailing list, don't include it in your reply!
>
> Itamar or I will add you to the community and let you know that you can
> proceed to the following two steps:
>
> 1) Please visit this page here to accept the invitation:
> https://plus.google.com/communities/116099119712127782216
>
> 2) Once you've become a member of the Google+ group, to opt-in, visit:
> https://play.google.com/apps/testing/com.undatech.opaquebeta
>
> You will be able to download Opaque from Google Play by following the link
> at the bottom of the opt-in page.
>
> Please share your experiences with Opaque to the mailing list!
>
> Cheers,
> iordan
>
> --
> The conscious mind has only one thread of execution.
>



-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-06 Thread Nathanaël Blanchet

Hi iordan

sorry, I've just made a new test and AD authentication works fine for now.

Le 06/12/2013 18:28, i iordanov a écrit :

Hi Nathanael,

Supporting non-US keyboard layouts will only be convenient and good if 
libspice supported a separate channel for sending unicode characters 
over to the vdagent of the guest. The reason is that mobile devices 
generally do not generate scan codes with soft-input keyboards, and I 
basically resort to mapping characters to scancodes which is non-optimal.


As far as the other question you have, my setup is a FreeIPA server 
with a bunch of users on it, which has been added to oVirt. I'm able 
to authenticate with both admin@internal and all of the users in LDAP. 
You must enter user@domain, and not just user for the authentication 
to work, however. If this still doesn't help you, can you tell me what 
difference do you think it makes for the client whether oVirt is 
authenticating against AD or FreeIPA?


Cheers!
iordan


On Fri, Dec 6, 2013 at 11:47 AM, Nathanaël Blanchet > wrote:


Le 06/12/2013 17:31, Nathanaël Blanchet a écrit :


Hi, just tested it, it is an unexpected good idea!
My ovirt server is ssl only, so it was a bit complicated to get
/etc/pki/ovirt-engine/ca.pem.
I think it could be great to add a browser to get the ca into the
filesystem instead of searching it into the phone, virtual
keyboard is not convinient to type long inputs.
Then, opaque's keyboard regional layout gave me headache. It is
default qwerty but I need french layout, and no option to change
it in the app is available. So, I changed the android layout
keyboard into qwerty, but at this time while the keyboard is
physically qwerty, I get a "A" for "Q", so it is always inversed.
Maybe I should change the spice server layout...
So the idea is good but it is unusable with non US layout.

Something else important : I only managed to login with
admin@local and no external authentication (AD in my case) was
possible since it is supported into the regular webadmin.


Le 06/12/2013 17:11, i iordanov a écrit :

Hi guys,

Just a clarification that Opaque is a VM console client, not an
infrastructure management client.

Cheers!
iordan


On Thu, Dec 5, 2013 at 12:38 PM, i iordanov mailto:iiorda...@gmail.com>> wrote:

Hello,

We invite any interested oVirt/RHEV developers and
administrators to beta-test Opaque, a new Android oVirt/RHEV
client application.

To opt in, please reply to this message with an email
address associated with a Google Account, because joining
the beta-test group is based on membership to a Google Plus
community. If you don't want that email address posted to
the mailing list, don't include it in your reply!

Itamar or I will add you to the community and let you know
that you can proceed to the following two steps:

1) Please visit this page here to accept the invitation:
https://plus.google.com/communities/116099119712127782216

2) Once you've become a member of the Google+ group, to
opt-in, visit:
https://play.google.com/apps/testing/com.undatech.opaquebeta

You will be able to download Opaque from Google Play by
following the link at the bottom of the opt-in page.

Please share your experiences with Opaque to the mailing list!

Cheers,
iordan

-- 
The conscious mind has only one thread of execution.





-- 
The conscious mind has only one thread of execution.



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


-- 
Nathanaël Blanchet


Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr    



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


-- 
Nathanaël Blanchet


Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr    



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




--
The conscious mind has only one thread of execution.


--
Nathanaël Blanchet

Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'

Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-06 Thread i iordanov
Hi Nathanael,

Supporting non-US keyboard layouts will only be convenient and good if
libspice supported a separate channel for sending unicode characters over
to the vdagent of the guest. The reason is that mobile devices generally do
not generate scan codes with soft-input keyboards, and I basically resort
to mapping characters to scancodes which is non-optimal.

As far as the other question you have, my setup is a FreeIPA server with a
bunch of users on it, which has been added to oVirt. I'm able to
authenticate with both admin@internal and all of the users in LDAP. You
must enter user@domain, and not just user for the authentication to work,
however. If this still doesn't help you, can you tell me what difference do
you think it makes for the client whether oVirt is authenticating against
AD or FreeIPA?

Cheers!
iordan


On Fri, Dec 6, 2013 at 11:47 AM, Nathanaël Blanchet wrote:

>  Le 06/12/2013 17:31, Nathanaël Blanchet a écrit :
>
>  Hi, just tested it, it is an unexpected good idea!
> My ovirt server is ssl only, so it was a bit complicated to get
> /etc/pki/ovirt-engine/ca.pem.
> I think it could be great to add a browser to get the ca into the
> filesystem instead of searching it into the phone, virtual keyboard is not
> convinient to type long inputs.
> Then, opaque's keyboard regional layout gave me headache. It is default
> qwerty but I need french layout, and no option to change it in the app is
> available. So, I changed the android layout keyboard into qwerty, but at
> this time while the keyboard is physically qwerty, I get a "A" for "Q", so
> it is always inversed. Maybe I should change the spice server layout...
> So the idea is good but it is unusable with non US layout.
>
> Something else important : I only managed to login with admin@local and
> no external authentication (AD in my case) was possible since it is
> supported into the regular webadmin.
>
>  Le 06/12/2013 17:11, i iordanov a écrit :
>
>  Hi guys,
>
>  Just a clarification that Opaque is a VM console client, not an
> infrastructure management client.
>
> Cheers!
>  iordan
>
>
>  On Thu, Dec 5, 2013 at 12:38 PM, i iordanov  wrote:
>
>>  Hello,
>>
>> We invite any interested oVirt/RHEV developers and administrators to
>> beta-test Opaque, a new Android oVirt/RHEV client application.
>>
>> To opt in, please reply to this message with an email address associated
>> with a Google Account, because joining the beta-test group is based on
>> membership to a Google Plus community. If you don't want that email address
>> posted to the mailing list, don't include it in your reply!
>>
>> Itamar or I will add you to the community and let you know that you can
>> proceed to the following two steps:
>>
>> 1) Please visit this page here to accept the invitation:
>> https://plus.google.com/communities/116099119712127782216
>>
>> 2) Once you've become a member of the Google+ group, to opt-in, visit:
>> https://play.google.com/apps/testing/com.undatech.opaquebeta
>>
>> You will be able to download Opaque from Google Play by following the
>> link at the bottom of the opt-in page.
>>
>> Please share your experiences with Opaque to the mailing list!
>>
>>  Cheers,
>> iordan
>>
>> --
>> The conscious mind has only one thread of execution.
>>
>
>
>
> --
> The conscious mind has only one thread of execution.
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>
>
> --
> Nathanaël Blanchet
>
> Supervision réseau
> Pôle exploitation et maintenance
> Département des systèmes d'information
> 227 avenue Professeur-Jean-Louis-Viala
> 34193 MONTPELLIER CEDEX 5 
> Tél. 33 (0)4 67 54 84 55
> Fax  33 (0)4 67 54 84 14blanc...@abes.fr
>
>
>
> ___
> Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>
>
> --
> Nathanaël Blanchet
>
> Supervision réseau
> Pôle exploitation et maintenance
> Département des systèmes d'information
> 227 avenue Professeur-Jean-Louis-Viala
> 34193 MONTPELLIER CEDEX 5 
> Tél. 33 (0)4 67 54 84 55
> Fax  33 (0)4 67 54 84 14blanc...@abes.fr
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>


-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-06 Thread Nathanaël Blanchet

Le 06/12/2013 17:31, Nathanaël Blanchet a écrit :

Hi, just tested it, it is an unexpected good idea!
My ovirt server is ssl only, so it was a bit complicated to get 
/etc/pki/ovirt-engine/ca.pem.
I think it could be great to add a browser to get the ca into the 
filesystem instead of searching it into the phone, virtual keyboard is 
not convinient to type long inputs.
Then, opaque's keyboard regional layout gave me headache. It is 
default qwerty but I need french layout, and no option to change it in 
the app is available. So, I changed the android layout keyboard into 
qwerty, but at this time while the keyboard is physically qwerty, I 
get a "A" for "Q", so it is always inversed. Maybe I should change the 
spice server layout...

So the idea is good but it is unusable with non US layout.
Something else important : I only managed to login with admin@local and 
no external authentication (AD in my case) was possible since it is 
supported into the regular webadmin.

Le 06/12/2013 17:11, i iordanov a écrit :

Hi guys,

Just a clarification that Opaque is a VM console client, not an 
infrastructure management client.


Cheers!
iordan


On Thu, Dec 5, 2013 at 12:38 PM, i iordanov > wrote:


Hello,

We invite any interested oVirt/RHEV developers and administrators
to beta-test Opaque, a new Android oVirt/RHEV client application.

To opt in, please reply to this message with an email address
associated with a Google Account, because joining the beta-test
group is based on membership to a Google Plus community. If you
don't want that email address posted to the mailing list, don't
include it in your reply!

Itamar or I will add you to the community and let you know that
you can proceed to the following two steps:

1) Please visit this page here to accept the invitation:
https://plus.google.com/communities/116099119712127782216

2) Once you've become a member of the Google+ group, to opt-in,
visit:
https://play.google.com/apps/testing/com.undatech.opaquebeta

You will be able to download Opaque from Google Play by following
the link at the bottom of the opt-in page.

Please share your experiences with Opaque to the mailing list!

Cheers,
iordan

-- 
The conscious mind has only one thread of execution.





--
The conscious mind has only one thread of execution.


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


--
Nathanaël Blanchet

Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr  



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


--
Nathanaël Blanchet

Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr

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


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-06 Thread Nathanaël Blanchet

Hi, just tested it, it is an unexpected good idea!
My ovirt server is ssl only, so it was a bit complicated to get 
/etc/pki/ovirt-engine/ca.pem.
I think it could be great to add a browser to get the ca into the 
filesystem instead of searching it into the phone, virtual keyboard is 
not convinient to type long inputs.
Then, opaque's keyboard regional layout gave me headache. It is default 
qwerty but I need french layout, and no option to change it in the app 
is available. So, I changed the android layout keyboard into qwerty, but 
at this time while the keyboard is physically qwerty, I get a "A" for 
"Q", so it is always inversed. Maybe I should change the spice server 
layout...

So the idea is good but it is unusable with non US layout.


Le 06/12/2013 17:11, i iordanov a écrit :

Hi guys,

Just a clarification that Opaque is a VM console client, not an 
infrastructure management client.


Cheers!
iordan


On Thu, Dec 5, 2013 at 12:38 PM, i iordanov > wrote:


Hello,

We invite any interested oVirt/RHEV developers and administrators
to beta-test Opaque, a new Android oVirt/RHEV client application.

To opt in, please reply to this message with an email address
associated with a Google Account, because joining the beta-test
group is based on membership to a Google Plus community. If you
don't want that email address posted to the mailing list, don't
include it in your reply!

Itamar or I will add you to the community and let you know that
you can proceed to the following two steps:

1) Please visit this page here to accept the invitation:
https://plus.google.com/communities/116099119712127782216

2) Once you've become a member of the Google+ group, to opt-in, visit:
https://play.google.com/apps/testing/com.undatech.opaquebeta

You will be able to download Opaque from Google Play by following
the link at the bottom of the opt-in page.

Please share your experiences with Opaque to the mailing list!

Cheers,
iordan

-- 
The conscious mind has only one thread of execution.





--
The conscious mind has only one thread of execution.


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


--
Nathanaël Blanchet

Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr

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


Re: [Users] oVirt/RHEV Android client (Opaque) available for beta testing

2013-12-06 Thread i iordanov
Hi guys,

Just a clarification that Opaque is a VM console client, not an
infrastructure management client.

Cheers!
iordan


On Thu, Dec 5, 2013 at 12:38 PM, i iordanov  wrote:

> Hello,
>
> We invite any interested oVirt/RHEV developers and administrators to
> beta-test Opaque, a new Android oVirt/RHEV client application.
>
> To opt in, please reply to this message with an email address associated
> with a Google Account, because joining the beta-test group is based on
> membership to a Google Plus community. If you don't want that email address
> posted to the mailing list, don't include it in your reply!
>
> Itamar or I will add you to the community and let you know that you can
> proceed to the following two steps:
>
> 1) Please visit this page here to accept the invitation:
> https://plus.google.com/communities/116099119712127782216
>
> 2) Once you've become a member of the Google+ group, to opt-in, visit:
> https://play.google.com/apps/testing/com.undatech.opaquebeta
>
> You will be able to download Opaque from Google Play by following the link
> at the bottom of the opt-in page.
>
> Please share your experiences with Opaque to the mailing list!
>
> Cheers,
> iordan
>
> --
> The conscious mind has only one thread of execution.
>



-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users