Switch to package-installs

This should streamline the undercloud install a bit because
package-installs rolls up all package installation into one yum
call, so we don't have the overhead of multiple yum calls for each
individual element.

Change-Id: Idfa8fc2ed03cf8913ca6c800f644a5081ef10711
This commit is contained in:
Ben Nemec 2016-03-10 18:57:37 +00:00
parent 3b84ac783c
commit cdbe6d7063
6 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,3 @@
vm
local-config
package-installs

View File

@ -3,8 +3,6 @@
set -eu
set -o pipefail
install-packages net-tools yum-utils git
useradd -m stack
cat > /etc/sudoers.d/stack <<eof

View File

@ -0,0 +1,3 @@
net-tools:
yum-utils:
git:

View File

@ -1 +1,2 @@
os-refresh-config
package-installs

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -eux
install-packages pystache jq

View File

@ -0,0 +1,2 @@
pystache:
jq: