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

Commit c6e2851819 ("Fixes to allow install Ironic on remote node")
added support for installing Ironic on a remote host. It also added new
package dependencies such as python-pip and gcc but it missed the SUSE
and Debian files. This patch fixes that.

Change-Id: I6524db298bb559e0db138825c5c7641276855349
Fixes: c6e2851819 ("Fixes to allow install Ironic on remote node")
This commit is contained in:
Markos Chandras 2017-01-24 18:20:10 +00:00
parent 36e4d7fd24
commit 1dfd452bf6
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,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

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