aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-04-30 08:08:28 -0700
committerGary Wu <gary.i.wu@huawei.com>2019-04-30 08:08:28 -0700
commitabf01f7d7d08f445f94cd374d177ab4b181d0992 (patch)
tree0f6dcca1dd3547410cbdc1394c460a6611f6375b /deployment/heat
parent3fc7a4cea10f8f85498675f29f54c367c4a36bc4 (diff)
ONAP deployment: clone oom repo with submodules
Change-Id: Idfc17a97695b053e2853550c50a36a797774d9cd Issue-ID: INT-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat')
-rw-r--r--deployment/heat/onap-rke/rancher_vm_entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh
index 3314a073f..342f99c75 100644
--- a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh
+++ b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh
@@ -136,7 +136,7 @@ popd
# Clone OOM repo
cd ~
-git clone -b __oom_gerrit_branch__ https://gerrit.onap.org/r/oom
+git clone --recurse-submodules -b __oom_gerrit_branch__ https://gerrit.onap.org/r/oom
cd oom
if [ ! -z "__oom_gerrit_refspec__" ]; then
git fetch https://gerrit.onap.org/r/oom __oom_gerrit_refspec__