Merge "roles: bifrost-ironic-install: SUSE/Debian: Add gcc and python-pip packages"
This commit is contained in:
commit
4bc5e055ce
@ -44,6 +44,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
|
||||||
|
@ -50,4 +50,6 @@ required_packages:
|
|||||||
- tar
|
- tar
|
||||||
- curl
|
- curl
|
||||||
- socat
|
- socat
|
||||||
|
- python-pip
|
||||||
|
- gcc
|
||||||
iscsi_client_package: "open-iscsi"
|
iscsi_client_package: "open-iscsi"
|
||||||
|
Loading…
Reference in New Issue
Block a user