Reproduce non-puppet parts from install_puppet.sh
We want to stop installing puppet on nodepool nodes, but the install_puppet.sh script does more than just that. This patch adds some of the packages that install_puppet.sh was installing that are unrelated to puppet or needed for more than just puppet. Change-Id: Ia9c45b762eea9f2989c9c63fb944b9e5e1f17ed2
This commit is contained in:
parent
e426aefe52
commit
b0e55c306b
@ -23,3 +23,6 @@ iputils-ping:
|
||||
dnsutils:
|
||||
haveged:
|
||||
iptables:
|
||||
centos-release-openstack-ocata:
|
||||
redhat-rpm-config:
|
||||
redhat-lsb-core:
|
||||
|
@ -3,7 +3,9 @@
|
||||
"fedora": {
|
||||
"python3-dev": "python3-devel",
|
||||
"iptables": "iptables-services",
|
||||
"haveged": "haveged"
|
||||
"haveged": "haveged",
|
||||
"redhat-rpm-config": "redhat-rpm-config",
|
||||
"redhat-lsb-core": "redhat-lsb-core"
|
||||
},
|
||||
"gentoo": {
|
||||
"build-essential": "",
|
||||
@ -13,6 +15,9 @@
|
||||
"python3-dev": "",
|
||||
"traceroute": "net-analyzer/traceroute",
|
||||
"uuid-runtime": ""
|
||||
},
|
||||
"centos": {
|
||||
"centos-release-openstack-ocata": "centos-release-openstack-ocata"
|
||||
}
|
||||
},
|
||||
"family": {
|
||||
@ -42,6 +47,9 @@
|
||||
},
|
||||
"default": {
|
||||
"iptables": "iptables-persistent",
|
||||
"gentoolkit": ""
|
||||
"gentoolkit": "",
|
||||
"centos-release-openstack-ocata": "",
|
||||
"redhat-rpm-config": "",
|
||||
"redhat-lsb-core": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user