roles: bifrost-ironic-install: SUSE/Debian: Add gcc and python-pip packages
Commit c6e2851819cfc ("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: c6e2851819cfc ("Fixes to allow install Ironic on remote node")
This commit is contained in:
parent
36e4d7fd24
commit
1dfd452bf6
@ -43,6 +43,8 @@ required_packages:
|
|||||||
- curl
|
- curl
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
- socat
|
- socat
|
||||||
|
- python-pip
|
||||||
|
- gcc
|
||||||
# NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the
|
# 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
|
# package list as the installation causes name resolution changes that can
|
||||||
# temporarily block packages following it while the system is being
|
# temporarily block packages following it while the system is being
|
||||||
|
@ -49,4 +49,6 @@ required_packages:
|
|||||||
- tar
|
- tar
|
||||||
- curl
|
- curl
|
||||||
- socat
|
- socat
|
||||||
|
- python-pip
|
||||||
|
- gcc
|
||||||
iscsi_client_package: "open-iscsi"
|
iscsi_client_package: "open-iscsi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user