releng/common-packer.git
7 years agoUpdate relative paths 31/8231/1
Thanh Ha [Fri, 5 Jan 2018 01:18:00 +0000 (20:18 -0500)]
Update relative paths

Packer paths are relative to where it is called from so update the
paths to match where we expect users of common-packer to load the
submodule from.

Change-Id: I03cd26c4fdb7cd2611cd6ae968ddd4470ba33fad
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoInitial baseline image (Ansible) 86/8186/15
Thanh Ha [Fri, 29 Dec 2017 19:45:24 +0000 (14:45 -0500)]
Initial baseline image (Ansible)

Create a baseline image using Ansible Playbooks. Considering using
Ansible for our Job builds so why not also use it here for packer
builds.

Ansible seems to have support for the things our helper scripts do
which allows us to get rid of them if we use Ansible. Each Ansible
task also validates itself to make sure the commands run through,
something we don't currently do and can better let us know when
something goes wrong.

Issue: RELENG-288
Depends-On: Ibf4e1ff13d93ad59eaea4a0582a4b77446870dc0
Change-Id: I96d1ec83cec82130d30a245c39b6ac8018f92428
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoCreate README for usage and design of repo 70/5770/2
Andrew Grimberg [Tue, 8 Aug 2017 14:51:48 +0000 (07:51 -0700)]
Create README for usage and design of repo

We need a README for how to use common-packer. As we are just getting
this up and running, writing out how the templates and general thought
process of how it should be used is also handy so that others can start
adding to the repository without having to wait for specific examples.

Change-Id: Ifc14d2ede0251a35af85a37e3733f640ed0c84bc
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoAdd .gitreview and .gitignore 55/5655/1
Thanh Ha [Thu, 27 Jul 2017 20:36:56 +0000 (16:36 -0400)]
Add .gitreview and .gitignore

Change-Id: Ia30cd1ddba586e56a277773a91259573733ab7b6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoAdd Coala Linting 54/5654/1
Thanh Ha [Thu, 27 Jul 2017 20:36:15 +0000 (16:36 -0400)]
Add Coala Linting

Change-Id: Ie729bb6d22c5ff3e20c938e157914239ae398665
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoInitial empty repository
Andrew Grimberg [Tue, 25 Jul 2017 14:31:32 +0000 (14:31 +0000)]
Initial empty repository