[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Piotr Kliczewski
czw., 25 paź 2018, 06:32 użytkownik Anastasiya Ruzhanskaya < anastasiya.ruzhansk...@frtk.ru> napisał: > Also in official docs of oVirt it is written that xml rpc is used. For > example here : https://ovirt.org/documentation/architecture/architecture/ > So, this is an incorrect info, right? > This

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Anastasiya Ruzhanskaya
Also in official docs of oVirt it is written that xml rpc is used. For example here : https://ovirt.org/documentation/architecture/architecture/ So, this is an incorrect info, right? чт, 25 окт. 2018 г. в 7:28, Anastasiya Ruzhanskaya < anastasiya.ruzhansk...@frtk.ru>: > In virt-manager for the sa

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Anastasiya Ruzhanskaya
In virt-manager for the same purpose there was an option to send error messages with help of mitmproxy. I modified a little bit this proxy to be able to use it with any tcp connection. And this error message was correctly processed. But the amount of source code for analysis in that case was rathe

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Piotr Kliczewski
On Wed, Oct 24, 2018 at 9:34 PM Anastasiya Ruzhanskaya < anastasiya.ruzhansk...@frtk.ru> wrote: > My proxy is based on mitmproxy, so I want to analyze messages coming from > client to ovirt-engine or from engine to node and based on the content > permit the actions or not. I know that there is acc

[ovirt-devel] [ovirt-ansible] inventory plugin

2018-10-24 Thread verschueren . bram
Hi, Some while ago I started working on an Ansible inventory plugin for ovirt. Now I just noticed there was a ticket opened by Ondra (#45104) on the github repo and I wonder if anyone is actively working on this, or if you would consider to adopt the plugin I created. I've added it to my repo a

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Nir Soffer
On Wed, 24 Oct 2018, 20:34 Anastasiya Ruzhanskaya, < anastasiya.ruzhansk...@frtk.ru> wrote: > My proxy is based on mitmproxy, > this is http/s proxy... so I want to analyze messages coming from client to ovirt-engine or from > engine to node and based on the content permit the actions or not. I

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Anastasiya Ruzhanskaya
My proxy is based on mitmproxy, so I want to analyze messages coming from client to ovirt-engine or from engine to node and based on the content permit the actions or not. I know that there is access control inside oVirt, but I need to implement the similar thing by myself using proxy. >From ovirt-

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Nir Soffer
On Wed, 24 Oct 2018, 18:51 Anastasiya Ruzhanskaya, < anastasiya.ruzhansk...@frtk.ru> wrote: > I need this for my proxy, > What is your proxy? I need to do this analysis "online", not just by analyzing the logs after > the action happened. > > ср, 24 окт. 2018 г. в 19:00, Nir Soffer : > >> >> On

[ovirt-devel] Re: Parsing gwt rpc messages

2018-10-24 Thread Greg Sheremeta
On Wed, Oct 24, 2018 at 1:02 AM Anastasiya Ruzhanskaya < anastasiya.ruzhansk...@frtk.ru> wrote: > I am working on my diploma project, where the part is dedicated to parsing > GWT messages which are sent between webadmin and ovirt engine or ovirt > engine and vdsm. > > Thank you for the doc, I alre

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Anastasiya Ruzhanskaya
I need this for my proxy, I need to do this analysis "online", not just by analyzing the logs after the action happened. ср, 24 окт. 2018 г. в 19:00, Nir Soffer : > > On Wed, 24 Oct 2018, 13:16 Anastasiya Ruzhanskaya, < > anastasiya.ruzhansk...@frtk.ru> wrote: > >> Hello! >> I was successful in d

[ovirt-devel] Re: jobs failure due to same package version with different checksum

2018-10-24 Thread Dafna Ron
Thank you Maor. On Wed, Oct 24, 2018 at 11:41 AM Maor Lipchuk wrote: > Fixing patch has been merged: >https://github.com/oVirt/ovirt-ansible-disaster-recovery/pull/62 > Thank you Ondra and Dafna > > On Wed, Oct 24, 2018 at 1:20 AM Maor Lipchuk wrote: > >> Thanks Dafna, >> >> I will do that,

[ovirt-devel] Re: Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Nir Soffer
On Wed, 24 Oct 2018, 13:16 Anastasiya Ruzhanskaya, < anastasiya.ruzhansk...@frtk.ru> wrote: > Hello! > I was successful in deciphering the traffic between the client and > ovirt-engine, > Why do you need to do this? it is easier to add logging to vdsm of you want to see more info about the messag

[ovirt-devel] Re: How does the host synchronizes existing storage domains when added to engine?

2018-10-24 Thread Nir Soffer
On Wed, 24 Oct 2018, 7:29 Tianyuan Wang, wrote: > hi all, > We are developing for supporting ceph as a new storage domain type. > What do you mean by "new storage type"? Can you share your changes so we can understand better? It went well when creating and using. But we cannot add a new host t

[ovirt-devel] Decipher traffic between ovirt-engine and ovirt-node (vdsm)

2018-10-24 Thread Anastasiya Ruzhanskaya
Hello! I was successful in deciphering the traffic between the client and ovirt-engine, actually, only by dumping the premaster key from the browser, which was generated during the session and providing it to wireshark. How it can be done for ovirt-engine and vdsm communication? Should the engine

[ovirt-devel] Re: jobs failure due to same package version with different checksum

2018-10-24 Thread Maor Lipchuk
Fixing patch has been merged: https://github.com/oVirt/ovirt-ansible-disaster-recovery/pull/62 Thank you Ondra and Dafna On Wed, Oct 24, 2018 at 1:20 AM Maor Lipchuk wrote: > Thanks Dafna, > > I will do that, will update the thread once it will be fixed. > > Thanks, > Maor > > On Tue, Oct 23,

[ovirt-devel] Re: How does the host synchronizes existing storage domains when added to engine?

2018-10-24 Thread Benny Zlotnik
It looks like you have a problem setting, the ceph storage as SDM. You may need to have a regular storage domain first before adding the ceph one, but it's really hard to tell like this. You can look at sp.py#startSpm On Wed, Oct 24, 2018 at 9:29 AM Tianyuan Wang wrote: > hi all, > We are develo