Remove unused puppet-ptp

Depends-on: https://review.opendev.org/828635
Change-Id: If0eee3e4e9cf617fd54cf20fdb94e5b2fc679841
This commit is contained in:
Takashi Kajinami 2022-02-10 11:37:01 +09:00
parent 9e10627f14
commit 46fd5695a8
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -63,4 +63,3 @@ puppet-kmod git /opt/stack/puppet-modules/kmod https://github.com/camptocamp/pup
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
puppet-ptp git /opt/stack/puppet-modules/ptp https://github.com/redhat-nfvpe/ptp.git