From: Thanh Ha Date: Fri, 5 Jan 2018 01:11:58 +0000 (-0500) Subject: Add lf-ansible and common-packer modules X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F66903%2F4;p=releng%2Fbuilder.git Add lf-ansible and common-packer modules Will be used to build out the common-packer builders that can more easily be shared across projects. Change-Id: If6e5a360ed680b45ad280985ae2ce78239a3cc9e Signed-off-by: Thanh Ha --- diff --git a/.gitmodules b/.gitmodules index 07b28be4b..5c9617b02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "jjb/global-jjb"] path = jjb/global-jjb url = https://github.com/lfit/releng-global-jjb +[submodule "lf-ansible"] + path = lf-ansible + url = https://gerrit.linuxfoundation.org/infra/releng/lf-ansible.git +[submodule "packer/common-packer"] + path = packer/common-packer + url = https://gerrit.linuxfoundation.org/infra/releng/common-packer.git diff --git a/lf-ansible b/lf-ansible new file mode 160000 index 000000000..a101dc392 --- /dev/null +++ b/lf-ansible @@ -0,0 +1 @@ +Subproject commit a101dc392e8d2710d87149a539fc98a50605eee6 diff --git a/packer/common-packer b/packer/common-packer new file mode 160000 index 000000000..e6aaba4e3 --- /dev/null +++ b/packer/common-packer @@ -0,0 +1 @@ +Subproject commit e6aaba4e35fe2a54ee31597891649bd813492eb2