Merge "Add socat package"

This commit is contained in:
Jenkins 2017-01-25 10:21:27 +00:00 committed by Gerrit Code Review
commit 36e4d7fd24
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ required_packages:
- uuid-runtime
- curl
- dnsmasq
- socat
# 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

@ -44,4 +44,5 @@ required_packages:
- debootstrap
- gcc
- python2-pip
- socat
iscsi_client_package: "iscsi-initiator-utils"

View File

@ -48,4 +48,5 @@ required_packages:
- iptables
- tar
- curl
- socat
iscsi_client_package: "open-iscsi"