Douglas Schilling Landgraf has uploaded a new change for review. Change subject: README: improve the dry mode data ......................................................................
README: improve the dry mode data This patch fix: - The order of install/setup commands - Add packages needed to proceed with dry mode - Add a note about creating /etc/defaut/ovirt Change-Id: I9729a053916e782c2a51dd1072766b918c57a352 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M README 1 file changed, 7 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/59/40459/1 diff --git a/README b/README index 4d9c11c..4335275 100644 --- a/README +++ b/README @@ -48,29 +48,31 @@ oVirt Node provides a way to simulate/debug the installer or the menu setup without need to generate an iso, it's possible use RHEL/Centos/Fedora based distro, this schema is called the 'dry mode'. -First, clone the repo: +First, clone the repo, install needed packages and create default ovirt file: $ git clone git://gerrit.ovirt.org/ovirt-node $ cd ovirt-node + $ sudo yum install PyPAM cracklib-python python-gudev python-urwid -y + $ sudo touch /etc/default/ovirt RHEL/CentOS <= 6 ============================ Simulating the installer locally: $ovirt-node> cd src - $ovirt-node/src> python -m “ovirt.node.setup.__main__” --debug --dry + $ovirt-node/src> python -m ovirt.node.installer.__main__ --debug --dry Simulating the setup locally: $ovirt-node> cd src - $ovirt-node/src> python -m “ovirt.node.installer.__main__” --debug –dry + $ovirt-node/src> python -m ovirt.node.setup.__main__ --debug --dry Fedora or CentOS/RHEL >= 7 ============================ Simulating the installer locally: $ovirt-node> cd src - $ovirt-node/src> python -m ovirt.node.setup --debug --dry + $ovirt-node/src> python -m ovirt.node.installer --debug --dry Simulating the setup locally: $ovirt-node> cd src - $ovirt-node/src> python -m ovirt.node.installer --debug –dry + $ovirt-node/src> python -m ovirt.node.setup --debug --dry Log available at: /tmp/ovirt-node.debug.log -- To view, visit https://gerrit.ovirt.org/40459 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9729a053916e782c2a51dd1072766b918c57a352 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
