From 84cdd5498ac15e43d38a9635e3febf9f13c19d85 Mon Sep 17 00:00:00 2001 From: jekader Date: Fri, 19 Sep 2014 22:36:18 +0200 Subject: Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6287b1a..6adc409 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,21 @@ fake_ilo iLO emulator which can power cycle libvirt VMs. It was written by me to perform tests of oVirt/RHEV Power Management features by installing hosts as libvirt VMs and querying/fencing them using this script for demo purposes. +The script is installed on a libvirt host, inside which an oVirt cluster is deployed as VMs. I +See the below picture as an example: + +``` +---------------------------------------------------------- +| -------------- --------------- ---------------- | +| |oVirt-host1 | | obirt-host2 | | ovirt-engine | - | +| -------------- --------------- ---------------- | | +| | | | v | +| #### KVM host with libvirt #### <---- fake_ilo | +---------------------------------------------------------- +``` + +You do not install the script directly on oVirt nodes you are testing - it needs to control the "hardware" of this nodes, which in this case is libvirt+KVM. + DISCLAIMER: ----------- This script was made for testing purposes only with no security in mind. The quality of code may be dangerous for mental health of the observer. Use at your own risk. -- cgit