Add ODL Puppet module as a submodule 71/29571/2
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 11 Nov 2015 23:21:55 +0000 (18:21 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 11 Nov 2015 23:28:31 +0000 (18:28 -0500)
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 <dfarrell@redhat.com>
.gitmodules [new file with mode: 0644]
puppet/puppet-opendaylight [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..af9e9a9
--- /dev/null
@@ -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 (submodule)
index 0000000..7536376
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 753637605c079237e3abaeccaa2e7f99e9caf7b9