Merge "Install build deps for nodepool installation"
This commit is contained in:
commit
5680b06b1c
@ -73,6 +73,9 @@ class nodepool (
|
||||
}
|
||||
|
||||
$packages = [
|
||||
'build-essential',
|
||||
'libffi-dev',
|
||||
'libssl-dev',
|
||||
'kpartx',
|
||||
'qemu-utils',
|
||||
]
|
||||
@ -126,6 +129,9 @@ class nodepool (
|
||||
subscribe => Vcsrepo['/opt/nodepool'],
|
||||
require => [
|
||||
Class['pip'],
|
||||
Package['build-essential'],
|
||||
Package['libffi-dev'],
|
||||
Package['libssl-dev'],
|
||||
Package['python-lxml'],
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user