Alon Bar-Lev has uploaded a new change for review.

Change subject: bootstrap: send complete bootstrap from engine
......................................................................

bootstrap: send complete bootstrap from engine

CURRENT BEHAVIOR

vds_installer.py is part of ovirt-engine, upon bootstrap, the script is
sent to the node using ssh.

Then vds_installer.py pulls vdsm-bootstrap files using HTTP from engine.

NEW BEHAVIOR

vds_installer.py was moved into the vdsm-bootstrap and renamed to setup.

vdsm-bootstrap repository was updated to create a single tarball with
suitable file names and attributes.

ovirt-engine copies the tarball to node into temporary directory,
extracts it and run setup script.

No HTTP communication is needed.

No conflict with existing files.

Change-Id: I6f4a09ca9e66f0c9f5f4f7b283a5f43986b7e603
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M Makefile
D backend/manager/conf/vds_installer.py
M backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsInstaller.java
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/Config.java
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
M backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml
M 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/hostinstall/IVdsInstallWrapper.java
M 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/hostinstall/MinaInstallWrapper.java
M 
backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/hostinstall/MinaInstallWrapperTest.java
A backend/manager/modules/utils/src/test/resources/tarball.tar
M packaging/fedora/setup/engine-setup.py
M packaging/fedora/spec/ovirt-engine.spec.in
13 files changed, 134 insertions(+), 546 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/6963/1
--
To view, visit http://gerrit.ovirt.org/6963
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f4a09ca9e66f0c9f5f4f7b283a5f43986b7e603
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to