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:
Colleen Murphy 2017-04-27 20:59:15 +02:00
parent e426aefe52
commit b0e55c306b
2 changed files with 13 additions and 2 deletions

View File

@ -23,3 +23,6 @@ iputils-ping:
dnsutils:
haveged:
iptables:
centos-release-openstack-ocata:
redhat-rpm-config:
redhat-lsb-core:

View File

@ -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": ""
}
}