On Tue, Feb 16, 2016 at 2:45 PM, Roman Mohr <rmohr@redhat.com> wrote:RomanBest regards,Have a look at the new quickstart guide in the README.md [1] to see how to get started..With the changes, now it is enough to just run `mvn jetty:run` to have a working vdsmfake.Hi,A small heads up regarding to ovirt-vdsmfake. We merged some changes today which add support for oVirt 4.0 and make it much easier to get started with vdsmfake.[1] https://github.com/oVirt/ovirt-vdsmfakeThanks, nice for a real quick start.I can add that I also use dnsmasq to resolve any address to an IP
dnsmasq --address=/vdsm.simulator/127.0.0.1and that will resolve XXX.vdsm.simulator to 127.0.0.1. Just need to add nameserver to /etc/resolv.confI'll add that to the README as well