diff options
author | Feng Pan <fpan@redhat.com> | 2016-12-13 22:36:10 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-01-18 23:58:11 -0500 |
commit | ade8845ac81067d017458ceb9195789ae02176ed (patch) | |
tree | 5f77fc90ef91e107ec62c246b039de85ca19f4ae /Puppetfile_extras | |
parent | 3b3699ac9929ab459eec4ff2ad978c438f5dfadb (diff) |
Adds etcd
etcd is used by networking-vpp ML2 driver as the messaging mechanism. This
patch adds etcd service which can be used by other services.
Implements: blueprint fdio-integration-tripleo
Change-Id: Idaa3e3deddf9be3d278e90b569466c2717e2d517
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r-- | Puppetfile_extras | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras index b9f664f..ce158e4 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -29,3 +29,6 @@ mod 'datacat', :git => 'https://github.com/richardc/puppet-datacat', :ref => '0.6.2' +mod 'etcd', + :git => 'https://github.com/cristifalcas/puppet-etcd', + :ref => '1.10.0'
\ No newline at end of file |