From 0089a2f3185995415ac11e717017d7ebb7728e45 Mon Sep 17 00:00:00 2001 From: Tobias von der Krone Date: Wed, 22 Jan 2014 14:36:20 +0100 Subject: [PATCH] liveboot_rsync.sh: cleanup and add new staging --- liveboot_rsync.sh | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/liveboot_rsync.sh b/liveboot_rsync.sh index 19ed1c4..5af98e6 100755 --- a/liveboot_rsync.sh +++ b/liveboot_rsync.sh @@ -19,13 +19,9 @@ RSYNC_FILTER='--include=liveboot-** --include=pending-approval --exclude=*' # ri server RSYNC_DST1="liveboot@riserver/liveboot/" # storage DC (mgmt11) -RSYNC_DST2="liveboot@10.251.1.1/liveboot/" -# pbb (mgmt5) -RSYNC_DST3="liveboot@10.254.1.1/liveboot-dcmanager/" -# staging (mgmt9) -RSYNC_DST4="liveboot@10.252.1.1/liveboot/" +RSYNC_DST2="liveboot@mgmt-qa/liveboot-staging/" # dc1+2 (mgmt1) -RSYNC_DST5="liveboot@10.1.1.1/liveboot-dcmanager/" +RSYNC_DST3="liveboot@10.1.1.1/liveboot-dcmanager/" ping_and_rsync() { # @@ -56,10 +52,8 @@ done # echo ping_and_rsync $RSYNC_DST1 "mirror to r+i" -ping_and_rsync $RSYNC_DST2 "mirror to storage-dc" -ping_and_rsync $RSYNC_DST3 "mirror to pbb" -ping_and_rsync $RSYNC_DST4 "mirror to staging" -ping_and_rsync $RSYNC_DST5 "mirror to DC1+2" +ping_and_rsync $RSYNC_DST2 "mirror to staging" +ping_and_rsync $RSYNC_DST3 "mirror to DC1+2" du -sh /srv/mirror/liveboot figlet "OK" -- 2.39.5