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