Merge "roles: bifrost-ironic-install: SUSE/Debian: Add gcc and python-pip packages"

This commit is contained in:
Jenkins 2017-01-31 14:49:30 +00:00 committed by Gerrit Code Review
commit 4bc5e055ce
2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@ required_packages:
- curl
- dnsmasq
- socat
- python-pip
- gcc
# NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the
# package list as the installation causes name resolution changes that can
# temporarily block packages following it while the system is being

View File

@ -50,4 +50,6 @@ required_packages:
- tar
- curl
- socat
- python-pip
- gcc
iscsi_client_package: "open-iscsi"