]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
liveboot_rsync.sh: cleanup and add new staging
authorTobias von der Krone <tobias.vonderkrone@profitbricks.com>
Wed, 22 Jan 2014 13:36:20 +0000 (14:36 +0100)
committerTobias von der Krone <tobias.vonderkrone@profitbricks.com>
Wed, 22 Jan 2014 13:36:33 +0000 (14:36 +0100)
liveboot_rsync.sh

index 19ed1c4e328eacc517ca10019e6f86cd061cc42c..5af98e6c88818a339b71b21baea6a8fdddfcc45f 100755 (executable)
@@ -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"