add puppet-ptp into image
Change-Id: I9af8a8b727e6a26155e1831990accaa67b9f38dd
This commit is contained in:
committed by
Emilien Macchi
parent
6a9d83d8cd
commit
6e36b5cbc7
@@ -83,7 +83,8 @@ if [ "$DIB_INSTALLTYPE_puppet_modules" = "source" ]; then
|
|||||||
puppet-kmod \
|
puppet-kmod \
|
||||||
puppet-etcd \
|
puppet-etcd \
|
||||||
puppet-zaqar \
|
puppet-zaqar \
|
||||||
puppet-veritas_hyperscale; do
|
puppet-veritas_hyperscale \
|
||||||
|
puppet-ptp; do
|
||||||
export DIB_INSTALLTYPE_${module_name//\-/_}='source'
|
export DIB_INSTALLTYPE_${module_name//\-/_}='source'
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -78,3 +78,4 @@ puppet-qdr git /opt/stack/puppet-modules/qdr https://git.openstack.org/openstack
|
|||||||
puppet-systemd git /opt/stack/puppet-modules/systemd https://github.com/camptocamp/puppet-systemd.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-etcd git /opt/stack/puppet-modules/etcd https://github.com/cristifalcas/puppet-etcd.git
|
||||||
puppet-veritas_hyperscale git /opt/stack/puppet-modules/veritas_hyperscale https://github.com/vtas-hyperscale-ci/puppet-veritas_hyperscale.git
|
puppet-veritas_hyperscale git /opt/stack/puppet-modules/veritas_hyperscale https://github.com/vtas-hyperscale-ci/puppet-veritas_hyperscale.git
|
||||||
|
puppet-ptp git /opt/stack/puppet-modules/ptp https://github.com/redhat-nfvpe/ptp.git
|
||||||
|
|||||||
4
releasenotes/notes/add_ptp-fbb1bc4bbed15e06.yaml
Normal file
4
releasenotes/notes/add_ptp-fbb1bc4bbed15e06.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add puppet-ptp which can be used to manage ptp configuration
|
||||||
Reference in New Issue
Block a user