From: Jessica Wagantall Date: Wed, 1 Nov 2017 23:54:33 +0000 (-0700) Subject: Install npm in all instances X-Git-Tag: 1.0.0-Amsterdam~18^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5d32ad6e0d04b5f8a30969ed299950113231badb;p=ci-management.git Install npm in all instances Change-Id: Ic8a147de05dce8427d5ed722624de09058847f95 Issue-ID: CIMAN-117 Signed-off-by: Jessica Wagantall --- diff --git a/packer/provision/baseline.sh b/packer/provision/baseline.sh index d97f0e2ed..cae373e60 100644 --- a/packer/provision/baseline.sh +++ b/packer/provision/baseline.sh @@ -52,7 +52,7 @@ rh_systems() { # separate group installs from package installs since a non-existing # group with dnf based systems (F21+) will fail the install if such # a group does not exist - yum install -y unzip xz puppet git git-review perl-XML-XPath wget make + yum install -y unzip xz puppet git git-review perl-XML-XPath wget make npm # All of our systems require Java (because of Jenkins) # Install all versions of the OpenJDK devel but force 1.7.0 to be the @@ -121,7 +121,7 @@ EOF # add in stuff we know we need echo "---> Installing base packages" - apt-get install unzip xz-utils puppet git git-review libxml-xpath-perl make wget + apt-get install -y unzip xz-utils puppet git git-review libxml-xpath-perl make wget npm # install Java 7 echo "---> Configuring OpenJDK"