Add curl package to puppet nodepool element
puppet element calls install_puppet.sh script from system-config repo, which depends on either curl or wget being installed in the system. Some minimal images like debian jessie or ubuntu xenial miss those packages and cause puppet element to fail when building the image. Change-Id: Ic5124906b19b82d134a611e68fc7c5dd6fc88702
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
cache-url
|
||||
openstack-repos
|
||||
package-installs
|
||||
source-repositories
|
||||
|
1
nodepool/elements/puppet/package-installs.yaml
Normal file
1
nodepool/elements/puppet/package-installs.yaml
Normal file
@@ -0,0 +1 @@
|
||||
curl:
|
10
nodepool/elements/puppet/pkg-map
Normal file
10
nodepool/elements/puppet/pkg-map
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"family": {
|
||||
"gentoo": {
|
||||
"curl": "net-misc/curl"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"curl": "curl"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user