From: Daniel Farrell Date: Wed, 11 Nov 2015 23:21:55 +0000 (-0500) Subject: Add ODL Puppet module as a submodule X-Git-Tag: release/beryllium~23 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=dad34d62cec6ed27a57cc2c79ce25537f05f85a5;p=integration%2Fpackaging.git Add ODL Puppet module as a submodule Create a TLD to store ODL-related Puppet modules, starting with the mostly-official one used by OPNFV et al to consume ODL. Other community modules can be added in the future, either directly or via submodules. If/once the ODL Forge exists, I hope to migrate the puppet-odl Puppet mod to it, at which point we'd change the submodule pointer here to point at that more-official repo. Config management tools like Puppet are in-scope for Int/Pack. wiki.opendaylight.org/view/Project_Proposals:Integration_Packaging#Scope Change-Id: I32f613f7c469ab50e01dbdfbd630994c211d322a Signed-off-by: Daniel Farrell --- diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..af9e9a9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "puppet/puppet-opendaylight"] + path = puppet/puppet-opendaylight + url = https://github.com/dfarrell07/puppet-opendaylight.git diff --git a/puppet/puppet-opendaylight b/puppet/puppet-opendaylight new file mode 160000 index 0000000..7536376 --- /dev/null +++ b/puppet/puppet-opendaylight @@ -0,0 +1 @@ +Subproject commit 753637605c079237e3abaeccaa2e7f99e9caf7b9