[ovirt-users] Re: ovirt vdsm and networking

2019-12-13 Thread kim . kargaard
Thank you. 

Managed to add the IP's using that method Dominik and finally managed to set 
the display network to the Student network. 

A related question :)

Our set up is a public facing IP that uses NAT at the firewall to point 
internally to the ovirt engine web app. When users create VM's and click on the 
SPICE console and download the .vv file, the file now points to the public 
facing IP, which I assume is correct as I have set the ovirt engine as the 
websocket proxy. Our remote users will not have access to the internal network 
through a VPN, so they need to be able to use Spice and connect to the VM's. 
So, the firewall would need to take the traffic coming in from the public 
facing IP on port 590(n) and point it to the internal ovirt engine IP, correct? 
Then, the ovirt engine as the websocket proxy would know where to send the 
traffic to match that VM? Have I understood the process correctly?

Kind regards

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


[ovirt-users] Re: ovirt vdsm and networking

2019-12-13 Thread Staniforth, Paul
Hi Kim,

   you should be able to from the admin portal for the interfaces 
of your hosts go into setup host networks and change the boot protocol for your 
student network to manual or dhcp.

If you don't want your student VMs having network access to your hosts you 
could configure a separate display network or setup a spice and websocket proxy.


Regards,
   Paul S.



From: kim.karga...@noroff.no 
Sent: 13 December 2019 07:39
To: users@ovirt.org 
Subject: [ovirt-users] ovirt vdsm and networking

Hi,

We are running CentOS and ovirt 4.3.4. We currently have four nodes and have 
set up the networks as follows:

ovirtmanagmeent network - set up as a tagged vlan with a static IP
SAN network - set up as a tagged vlan with a static IP
student network - set up as a tagged vlan
fw network - set up as a tagged vlan

The ovirtmanagement and SAN networks were configured on the CentOS boxes during 
after installing CentOS and before adding the nodes as hosts. The student 
network and the fw network were configured through the ovirt admin panel. 
However, because of this, the student network is not assigned a static IP on 
the nodes and serves the VM's using the DHCP on the firewall. The ovirt 
management network is set as the display network and every time I try to change 
that to the student network, ovirt admin panel tells me that I can't because 
there is no IP address assigned to the student network vlan. I tried using ip 
addr add to add a static IP on the one CentOS node, but this does not get 
picked up by ovirt and of course ovirt controls the actual vlan files on the 
CentOS box through VDSM, so any changes I make there will likely just be 
overwritten.

So, my question is, should I stop VDSM, add the IP to the vlan files on the 
CentOS nodes and then restart VDSM or is there a proper way of solving this? I 
need the Display Network to be set to the student network.

Thank you for any help.

Kim
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: 
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fsite%2Fprivacy-policy%2Fdata=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C1c47f39cfcf84994fbd408d77f9ffbfd%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637118197417609430sdata=1fcmXSxHwF1%2FtCP4qBuF7vionTYLJ1BvL8ncy3%2BFu24%3Dreserved=0
oVirt Code of Conduct: 
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fcommunity%2Fabout%2Fcommunity-guidelines%2Fdata=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C1c47f39cfcf84994fbd408d77f9ffbfd%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637118197417619425sdata=8Mn1eai8ynlFi48n%2Baqxde6N6Fr9tleamXfydkbgvyM%3Dreserved=0
List Archives: 
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.ovirt.org%2Farchives%2Flist%2Fusers%40ovirt.org%2Fmessage%2FO5GJRNIPOXJLZ2KEPGZJZZNG57OTTLGI%2Fdata=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C1c47f39cfcf84994fbd408d77f9ffbfd%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637118197417619425sdata=tINoieIB1L8IQpoVA7dOVar8hVCnF8mNEteawBlCU00%3Dreserved=0
To view the terms under which this email is distributed, please go to:-
http://leedsbeckett.ac.uk/disclaimer/email/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EE3CECC62DAP6EBVPNXBSHHGL7DKKRU5/


[ovirt-users] Re: ovirt vdsm and networking

2019-12-13 Thread Dominik Holler
On Fri, Dec 13, 2019 at 8:41 AM  wrote:

> Hi,
>
> We are running CentOS and ovirt 4.3.4. We currently have four nodes and
> have set up the networks as follows:
>
> ovirtmanagmeent network - set up as a tagged vlan with a static IP
> SAN network - set up as a tagged vlan with a static IP
> student network - set up as a tagged vlan
> fw network - set up as a tagged vlan
>
> The ovirtmanagement and SAN networks were configured on the CentOS boxes
> during after installing CentOS and before adding the nodes as hosts. The
> student network and the fw network were configured through the ovirt admin
> panel. However, because of this, the student network is not assigned a
> static IP on the nodes and serves the VM's using the DHCP on the firewall.
> The ovirt management network is set as the display network and every time I
> try to change that to the student network, ovirt admin panel tells me that
> I can't because there is no IP address assigned to the student network
> vlan. I tried using ip addr add to add a static IP on the one CentOS node,
> but this does not get picked up by ovirt and of course ovirt controls the
> actual vlan files on the CentOS box through VDSM, so any changes I make
> there will likely just be overwritten.
>
> So, my question is, should I stop VDSM, add the IP to the vlan files on
> the CentOS nodes and then restart VDSM or is there a proper way of solving
> this? I need the Display Network to be set to the student network.
>
>
Please use oVirt Engine to manage the network config of the host.
In the web UI, go to
Compute -> Hosts -> hostname -> Network Interfaces -> Setup Host
Networks ->  click the pencil icon to open the Edit Network window

Did this solve the problem?


> Thank you for any help.
>
> Kim
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/O5GJRNIPOXJLZ2KEPGZJZZNG57OTTLGI/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JKBLKAPJQTD6ZX2MDJZIWBM2OXWAH6JS/