Bug 1469347
Summary: | Support for FreeBSD on ovirt-guest-agent | ||
---|---|---|---|
Product: | [oVirt] ovirt-guest-agent | Reporter: | Vinícius Ferrão <vinicius> |
Component: | RFEs | Assignee: | Tomáš Golembiovský <tgolembi> |
Status: | CLOSED DEFERRED | QA Contact: | Lukas Svaty <lsvaty> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.0.13 | CC: | bugs, frederick, marcoben73, marcvanwageningen, michal.skrivanek, mike, paul, rbarry, vfeenstr |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | Flags: | sbonazzo:
ovirt-4.4-
|
Hardware: | x86_64 | ||
OS: | FreeBSD | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-05 00:33:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Vinícius Ferrão
2017-07-11 04:23:22 UTC
didn't we have some request like that long time ago...wasn't it actually partially working? @mskrivan Here's what I had to do on FBSD 11 pkgconf, git, autoconf and automake git clone https://gerrit.ovirt.org/ovirt-guest-agent cd ovirt-guest-agent -- Applying changes from https://gerrit.ovirt.org/#/c/79395/ (When not merged yet) mkdir -p m4 curl https://raw.githubusercontent.com/pkgconf/pkgconf/master/pkg.m4 > m4/pkg.m4 ./autogen.sh ./configure --without-sso --with-sudohelper=sudo --prefix=/usr --sysconfdir=/etc sudo make install sudo mkdir -p /var/log/ovirt-guest-agent /run # You need to find the right channel it's something like /dev/ttyV0.1/2/3 or so but I am not sure which one is which just yet sudo ln -s /dev/ttyV0.2 /dev/ovirt-guest-agent.0 sudo python2 /usr/share/ovirt-guest-agent/ovirt-guest-agent.py This is for now the 'workaround' to get it working there would be ofc more sensible changes needed to do it for a real support and there are quite a lot of missing features - You can shutdown the system from the UI anything else I did not test and is most likely not working I'm using the very popular pfSense firewall in my ovirt infrastructure; pfSense is based on FreeBSD. It would be great to have ovirt-guest-agent also fot this platform. FreeNas is also freebsd based and it ships by default vmware agent. It would be nice to get ovirt agent on it as well but for doing so we need the guest agent to run on freebsd too. +1 For pfSense ovirt-guest-agent +1 for pfSense ovirt-guest-agent Targeting late due to capacity ovirt-guest-agent is EOL In RHV 4.3. We are migrating to qemu-guest-agent, which should work on FreeBSD AFAIK |