Add puppet-etcd module

This puppet module is needed to manage etcd clusters

Related-bug: #1668938

Change-Id: I5fae2520766cf89da40a216d0079db5d7f1ffbc1
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya
2017-04-24 19:27:49 +02:00
parent 18f4ef2a01
commit b8d6406167
3 changed files with 6 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ if [ "$DIB_INSTALLTYPE_puppet_modules" = "source" ]; then
puppet-uchiwa \
sensu-puppet \
puppet-kmod \
puppet-etcd \
puppet-zaqar; do
export DIB_INSTALLTYPE_${module_name//\-/_}='source'
done

View File

@@ -76,3 +76,4 @@ puppet-zaqar git /opt/stack/puppet-modules/zaqar https://git.openstack.org/opens
puppet-ec2api git /opt/stack/puppet-modules/ec2api https://git.openstack.org/openstack/puppet-ec2api.git
puppet-qdr git /opt/stack/puppet-modules/qdr https://git.openstack.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

View File

@@ -0,0 +1,4 @@
---
features:
- |
Add puppet-etcd which can be used to manage etcd clusters.