mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 21:58:39 +00:00
autobuild: ssh into node as root
Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com
This commit is contained in:
parent
2678f0a0db
commit
280a71a33c
@ -84,10 +84,10 @@ $LOG onto the test nodes $TEST_NODES
|
||||
for n in $TEST_NODES
|
||||
do
|
||||
$LOG "Installing onto $n"
|
||||
ssh $n "rm -rf /tmp/corosync*.rpm"
|
||||
ssh $n "rm -f /etc/corosync/corosync.conf.*"
|
||||
scp $RPM_LIST $n:/tmp/
|
||||
ssh $n "rpm --nodeps --force -Uvf /tmp/corosync*.rpm"
|
||||
sudo ssh $n "rm -rf /tmp/corosync*.rpm"
|
||||
sudo ssh $n "rm -f /etc/corosync/corosync.conf.*"
|
||||
sudo scp $RPM_LIST $n:/tmp/
|
||||
sudo ssh $n "rpm --nodeps --force -Uvf /tmp/corosync*.rpm"
|
||||
done
|
||||
|
||||
$LOG 'running CTS ...'
|
||||
|
Loading…
Reference in New Issue
Block a user