Update common-packer unstructions 93/9493/4
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 19 Mar 2018 18:25:48 +0000 (11:25 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 19 Mar 2018 19:20:32 +0000 (19:20 +0000)
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>
README.markdown

index ae710b9..57f8452 100644 (file)
@@ -16,7 +16,7 @@ LF_ANSIBLE_VERSION=v0.1.0
 
 # 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
@@ -44,7 +44,7 @@ COMMON_PACKER_VERSION=v0.1.0
 # 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