Revert "Remove unused puppet-kmod"

This reverts commit 7f14422965.

Reason for revert:
This module is required by puppet-vswitch.

Conflicts:
	elements/puppet-modules/source-repository-puppet-modules

Change-Id: Ia20463617ffc12f4578cc27419b32046ce439f5d
This commit is contained in:
Takashi Kajinami 2022-06-10 00:47:52 +09:00
parent 5611386aed
commit f03ba6830f
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ if [ "$DIB_INSTALLTYPE_puppet_modules" = "source" ]; then
puppet-ipaclient \
puppet-pacemaker \
puppet-manila \
puppet-kmod \
puppet-etcd; do
export DIB_INSTALLTYPE_${module_name//\-/_}='source'
done

View File

@ -41,6 +41,7 @@ puppet-ironic git /opt/stack/puppet-modules/ironic https://opendev.org/openstack
puppet-ipaclient git /opt/stack/puppet-modules/ipaclient https://github.com/joshuabaird/puppet-ipaclient
puppet-pacemaker git /opt/stack/puppet-modules/pacemaker https://opendev.org/openstack/puppet-pacemaker.git
puppetlabs-git git /opt/stack/puppet-modules/git https://github.com/puppetlabs/puppetlabs-git.git
puppet-kmod git /opt/stack/puppet-modules/kmod https://github.com/camptocamp/puppet-kmod.git
puppet-qdr git /opt/stack/puppet-modules/qdr https://opendev.org/openstack/puppet-qdr.git
puppet-systemd git /opt/stack/puppet-modules/systemd https://github.com/camptocamp/puppet-systemd.git
puppet-etcd git /opt/stack/puppet-modules/etcd https://github.com/cristifalcas/puppet-etcd.git