search for: remote_target

Displaying 2 results from an estimated 2 matches for "remote_target".

2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
...; then rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ta --clean *.tar.gz fi +# restore to checkout mv conf/ovirt-rails.sysconf.orig conf/ovirt-rails.sysconf + +############## setup new vm to test installer + +# setup parameters to ssh to vm +SSHKEY=~/.ssh/id_autobuild +remote_target="root at 192.168.122.190" # should be an address on default libvirt network +ssh_cmd="ssh -i $SSHKEY -o StrictHostKeyChecking=no \ + -o UserKnownHostsFile=/dev/null $remote_target" +scp_cmd="scp -i $SSHKEY -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/n...
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance project, installing the entire oVirt stack including all server and node components on one machine. These patches are intended to be checked out and used to build the appliance rpm, after which it is installed provides the /usr/sbin/ovirt-appliance-ctrl script to install/uninstall the appliance. The first patch merely removes