Add keepalived back

I5ceb329e18024040697ad5eab892d13c51ad276f removed the OpenStack and Ceph
packages which also removed keepalived from the images. We still need
keepalived for the controllers so adding it back in as an explicit
package to install.

Change-Id: I81b5b5bfd945ca74aec7ce8d9036c2680a5a4d1a
Closes-Bug: #1767135
This commit is contained in:
Alex Schultz 2018-04-26 09:12:46 -06:00
parent 33430f2eff
commit fae89441a0
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ haproxy_package
ipa_admintools_package
ipa_client_package
ipxe_bootimgs_package
keepalived_package
mariadb_package
mariadb_server_package
mod_auth_mellon_package

View File

@ -11,6 +11,7 @@
"ipa_client_package": "ipa-client",
"ipxe_bootimgs_package": "ipxe-bootimgs",
"iscsi_package": "iscsi-initiator-utils",
"keepalived_package": "keepalived",
"mariadb_package": "mariadb",
"mariadb_server_package": "mariadb-galera-server",
"memcached_package": "memcached",