lf-ansible and common-packer instructions with github references need to
call releng-lf-ansible and releng-common-packer to clone the repos.
Change-Id: I432d1896dd06ce5ce5297be211058ea6564c3655
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
# Add the new submodule to ci-management's packer directory.
# Note: Perform once per ci-management repo.
-git submodule add https://github.com/lfit/lf-ansible
+git submodule add https://github.com/lfit/releng-lf-ansible lf-ansible
# Checkout the version of lf-ansible you wish to deploy
cd lf-ansible
# Add the new submodule to ci-management's packer directory.
# Note: Perform once per ci-management repo.
cd packer/
-git submodule add https://github.com/lfit/common-packer
+git submodule add https://github.com/lfit/releng-common-packer common-packer
# Checkout the version of common-packer you wish to deploy
cd common-packer