Move git-review into LFTOOLs comment block 86/57986/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 29 May 2017 14:38:34 +0000 (10:38 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 29 May 2017 14:38:34 +0000 (10:38 -0400)
Change-Id: Ie901a2d53489dab163e49952d9482313cf83bbdd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
packer/provision/baseline.sh

index e0651b01552fa047ffdbeba862ac04c1d50f2a77..502eff97ac63b521407c789ea2c024baf5198936 100644 (file)
@@ -126,6 +126,9 @@ EOF
     ########################
     # --- START LFTOOLS DEPS
 
+    # Used by various scripts to push patches to Gerrit
+    yum install -y git-review
+
     # Needed to parse OpenStack commands used by opendaylight-infra stack commands
     # to initialize Heat template based systems.
     yum install -y jq
@@ -139,9 +142,6 @@ EOF
     # install haveged to avoid low entropy rejecting ssh connections
     yum install -y haveged
     systemctl enable haveged.service
-
-    # Install git-review
-    yum install -y git-review
 }
 
 ubuntu_systems() {