[ovirt-users] Re: Update single node environment from 4.3.3 to 4.3.5 problem

2019-08-25 Thread Gianluca Cecchi
Il Ven 23 Ago 2019, 18:00 Gianluca Cecchi  ha
scritto:

> On Fri, Aug 23, 2019 at 5:06 PM Dominik Holler  wrote:
>
>>
>>
>>
>> Gianluca, can you please share the output of 'rpm -qa' of the affected
>> host?
>>
>
> here it is output of "rpm -qa | sort"
>
> https://drive.google.com/file/d/1JG8XfomPSgqp4Y40KOwTGsixnkqkMfml/view?usp=sharing
>


Anything useful from list of pages for me to try?
Thanks
Gianluca

>
>
___
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/UO2B577KN5NETNCPAQDCBNRCTZAX7IIP/


[ovirt-users] TASK [ovirt.hosted_engine_setup : Get local VM IP] Problem

2019-08-25 Thread Emre Özkan
hi guys,

ı waiting this part when I try to install   with hosted-engine --deploy 
command.have you got any knowledge about that.My environment(hyper-v running 
nested vm on azure and rhev running on hyper-v)
[ INFO  ] changed: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Create local VM]
[ INFO  ] changed: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Get local VM IP]
___
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/A5FHXA7BHPN7ICJS6ORCRIBY6NOFWOZE/


[ovirt-users] Migration from bare metal engine to hosted doesn't seem to work at all in 4.3.2

2019-08-25 Thread Clinton Goudie-Nice
Hi all,

I'm trying to migrate from an ovirt bare metal instance to the hosted
appliance.

The instructions here:
https://www.ovirt.org/documentation/self-hosted/chap-Migrating_from_Bare_Metal_to_an_EL-Based_Self-Hosted_Environment.html
are
at best murky, and at worst quite wrong, and I'm looking for some help.

The instructions say "You must answer No to the following question so that
you can restore the BareMetal-Engine backup file on HostedEngine-VM before
running engine-setup. Automatically execute engine-setup on the engine
appliance on first boot (Yes, No)[Yes]? No"

Makes complete sense, except this question is not asked at all.

Some research on the internet says we should be able to do this via
append-answers:

[environment:default]
OVEHOSTED_VM/cloudinitExecuteEngineSetup=bool:False

Except this doesn't work either. When the appliance deploys the engine is
setup and already running.

How do I take a backup file, and a backup log, and deploy them into a
hosted engine?

Clint
___
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/D3VVB6YFWQMJGVFL5PNEBJSXMZTZAEQW/


[ovirt-users] Re: attach untagged vlan internally on vm

2019-08-25 Thread Edward Haas
Ernest,you need to understand how things work under to hood to answer your
question.
If the traffic needs to pass through the NIC or not matters here.

How things work: For any VM network, a bridge is created on the host and
the vNIC from VM/s are connected to it using a tap device.
When one defines a non vlan network, the bridge is created over the NIC
directly, passing all traffic (tag and non tag alike).
When a vlan network is defined, the bridge is created over a VLAN interface
and that VLAN interface is defined over the NIC,
therefore, only traffic with the specific vlan tag is forwarded from the
nic through the vlan interface to the bridge (and from there to the vNIC/s).
When there is a combination (VLAN + non VLAN networks), the traffic for the
VLAN networks is forwarded as mentioned above, anything else,
including non-tag and tag traffic, is forwarded to the non-vlan network
(this is why you can call it also a trunk network).

Now, if the traffic between your VM/s is local and will never go out
(including needed control traffic), it does not matter on what the bridge
is defined on (on a vlan or nic directly).
This means, if you define a special network A, as vlanned or not, it will
not matter for the traffic between two tap devices connected to the same
network.
Traffic that comes from one tap device can pass to the other tap device,
ignoring VLAN/s.

[vnic]--trunk--[bridge]--trunk--[vnic]
|
+--[nic/vlan]--[external-switch]

If you want to make sure traffic does not get out, define the network as a
VLAN which does not exists on the external switch.


On Fri, Aug 23, 2019 at 5:53 PM Tony Pearce  wrote:

> May be I misunderstand but no need for any tag on same layer 2 network
>
> On Fri., 23 Aug. 2019, 22:15 Ernest Clyde Chua, <
> ernestclydeac...@gmail.com> wrote:
>
>> Good day.
>> yes the VMs and the firewall on the same L2 network also the firewall is
>> hosted in oVirt along side the VMs, currently there is no external switch
>> connected to the nic and i would like to know if it is possible to pass tag
>> internally.
>>
>>
>> On Fri, Aug 23, 2019 at 9:21 PM Tony Pearce  wrote:
>>
>>> Have the VM and the firewall on the same L2 network. Configure the VM
>>> with a default gateway of the interface of the firewall.
>>>
>>> Is it what you're looking for?
>>>
>>> On Fri., 23 Aug. 2019, 21:15 Ernest Clyde Chua, <
>>> ernestclydeac...@gmail.com> wrote:
>>>
 Good day.
 sorry if i got you guys confused.
 for clarity:

 i have a server with two nic, currently one nic is connected to public
 network and the other one is disconnected.

 And i have a vm that will be the firewall of other vm inside this
 standalone/selfhosted ovirt.

 then i am figuring out how can i pass the vlan ids on the vm or is it
 possible.





 On Fri, 23 Aug 2019, 7:46 PM Dominik Holler  wrote:

>
>
> On Thu, Aug 22, 2019 at 1:18 PM Miguel Duarte de Mora Barroso <
> mdbarr...@redhat.com> wrote:
>
>> On Wed, Aug 21, 2019 at 9:18 AM  wrote:
>> >
>> > good day
>> > currently i am testing oVirt on a single box and setup some tagged
>> vms and non tagged vm.
>> > the non tagged vm is a firewall but it has limitations on the
>> number of nic so i cannot attach tagged vnic and wish to handdle vlan
>> tagging on it
>> >
>> > is it possible to pass untaged franes internally?
>>
>> I think it would fallback to the linux bridge default configuration,
>> which internally tags untagged frames with vlanID 1, and untags them
>> when exiting the port. Unless I'm wrong (for instance, we change the
>> bridge defaults), this means you can pass untagged frames through the
>> bridge.
>>
>> Adding Edward, to keep me honest.
>>
>>
>>
> I am unsure if I got the problem.
> If you connect an untagged logical network to a vNIC (virtual NIC of a
> VM), all untagged Ethernet frames will be forwarded from the host 
> interface
> (physical NIC or bond).
> If no tagged logical network is attached to this host interface, VLAN
> tag filtering is not activated and even tagged Frames would be forwarded 
> to
> the vNC.
>
> Does this answer the question?
>
>
>
>>
>>
>> > ___
>> > 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/HYFSLS5QM5DKBYWFF44NCB4E3CD5GKH4/
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le.