From ade8845ac81067d017458ceb9195789ae02176ed Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Tue, 13 Dec 2016 22:36:10 -0500 Subject: 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 --- Puppetfile_extras | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Puppetfile_extras') 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 -- cgit 1.2.3-korg