From: Thanh Ha Date: Fri, 5 Jan 2018 20:48:22 +0000 (-0500) Subject: Make it possible to locally test common-packer X-Git-Tag: v0.1.0~60 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=334c9fc9cb5e4609485a7361cc38e46093c708ee;p=releng%2Fcommon-packer.git Make it possible to locally test common-packer By symlinking common-packer to itself this makes it possible to test common-packer from it's own project repo. Change-Id: I022b63aeab561815da3e8856f195201b668cfed0 Signed-off-by: Thanh Ha --- diff --git a/README.markdown b/README.markdown index 57ad0e5..aa4e0cc 100644 --- a/README.markdown +++ b/README.markdown @@ -92,3 +92,10 @@ Steps 1-3 are actually all contained inside of the local playbook. Please refer to the docker template and provisioning script for an example of how it imports the existing baseline playbook into the local playbook to reduce duplication in code. + +## Local testing of common-packer + +For developers of common-packer who would like to be able to locally test from +the common-packer repo. Clone both common-packer and lf-ansible in the same +directory and the scripts will handle the relative paths to both itself +(common-packer) and lf-ansible respectively. diff --git a/common-packer b/common-packer new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/common-packer @@ -0,0 +1 @@ +. \ No newline at end of file