this regroups the calls of tmp func calls into one package. the tmp pkg allows to store tmp files under a common directory for easier managment Squashed commit of the following: commit 74b674c01560c6b547e9cab5e8afb486f0fe7d6c Merge: fc94b5714 66001525d Author: Matthew Patton <mpatton@enquizit.com> Date: Fri Nov 2 02:02:38 2018 -0400 Merge branch 'remove_TMPDIR_docs' of github.com:tb3088/packer into remove_TMPDIR_docs commit fc94b571428447aaf2e5171967c95cdf9e5c73ff Author: Matthew Patton <mpatton@enquizit.com> Date: Fri Nov 2 01:42:38 2018 -0400 update tests to honor configured temporary directory commit 5a562359f4937af506607dd96ed1c46426093f52 Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 18:52:38 2018 -0400 sync straggler to refactor. implement tests at packer/configfile instead of buried in docker. commit 9d5a4a0935bfd049e2f8f50ad73e4455b42c9410 Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 15:39:46 2018 -0400 insert URL to GoLang API for os.TempDir() commit fbae4c2e051898aecd8705e9d8a20353430ede23 Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 07:41:29 2018 -0400 revise documentation to match code commit 3590fae8bd0afa92a161a49ed794ee32e357d583 Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 07:21:59 2018 -0400 refacter config_file. replace all hard-coded os.TempDir with wrapper commit d5c5306a97b648ded06a8eb76ce728f07c9924f0 Author: Matthew Patton <mpatton@enquizit.com> Date: Wed Oct 31 20:11:36 2018 -0400 close massive file overwrite hole with TempDir commit 0a72297da86089fbd07e4f7d9472a92fa4d1c733 Author: Matthew Patton <mpatton@enquizit.com> Date: Wed Oct 31 01:06:00 2018 -0400 adjust var declaration scope commit 20f68228b6c372d984ea5b055cfc8bda9b110ac5 Author: Matthew Patton <mpatton@enquizit.com> Date: Wed Oct 31 00:54:35 2018 -0400 use mktemp() equivalent to create temporary directory commit c73ebe3d8321664a2685a0baa8e441dd895b0db4 Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Oct 30 20:40:58 2018 -0400 remove extraneous variable declaration, fix FOR loop commit 63549b8bd745a0090b15ed0b0ebf644162db27db Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Oct 30 19:30:44 2018 -0400 match styistic convension with rest of docs commit 976101074942db36f10d3a686d6d29ddb7c01926 Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Oct 30 19:08:39 2018 -0400 revert dangling config file change commit 95159afbc05eac96ed11c3183af5fb0abe2f2d5c Author: Matthew Patton <matthew.patton@itgfirm.com> Date: Fri Dec 29 23:53:43 2017 -0500 replace invalid TMPDIR variable wth PACKER_TMP_DIR. update ConfigTmpDir() to try common temporary paths first and only write to configDir() as a last resort. commit 66001525d72de56a4cf9339b900c46f59bc6e91a Author: Matthew Patton <mpatton@enquizit.com> Date: Fri Nov 2 01:42:38 2018 -0400 update tests to honor configured temporary directory commit e9b6adefeae8c65eb8aa47fef38cbf0aa424338c Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 18:52:38 2018 -0400 sync straggler to refactor. implement tests at packer/configfile instead of buried in docker. commit 852113ed076e2d14e5dca6815ea680da1e2896bb Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 15:39:46 2018 -0400 insert URL to GoLang API for os.TempDir() commit 54add38d1d1c6e283cd444b367ed8bd49a5f3699 Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 07:41:29 2018 -0400 revise documentation to match code commit 6b5b8f6d4edad0e187ca13d64ac4118f34eee643 Author: Matthew Patton <mpatton@enquizit.com> Date: Thu Nov 1 07:21:59 2018 -0400 refacter config_file. replace all hard-coded os.TempDir with wrapper commit c22092c601c33484327674f322c7379fa41506d7 Author: Matthew Patton <mpatton@enquizit.com> Date: Wed Oct 31 20:11:36 2018 -0400 close massive file overwrite hole with TempDir commit 7a730450916bf8e5dbc2a741ec233a49466ab7cc Author: Matthew Patton <mpatton@enquizit.com> Date: Wed Oct 31 01:06:00 2018 -0400 adjust var declaration scope commit 0f2933adb6f6922dfeab78a95371a444ec8918ab Author: Matthew Patton <mpatton@enquizit.com> Date: Wed Oct 31 00:54:35 2018 -0400 use mktemp() equivalent to create temporary directory commit d74839ede05dacf712b55a7bb48aec19fe6b007f Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Oct 30 20:40:58 2018 -0400 remove extraneous variable declaration, fix FOR loop commit eb65416619437e4a3dec90277770803dd5b2281c Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Oct 30 19:30:44 2018 -0400 match styistic convension with rest of docs commit acaa2b31ed463219c4ef099f351eec72406e2989 Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Oct 30 19:08:39 2018 -0400 revert dangling config file change commit e573fde668dcb418561e61535c1d68b2888f5b0f Author: Matthew Patton <matthew.patton@itgfirm.com> Date: Fri Dec 29 23:53:43 2017 -0500 replace invalid TMPDIR variable wth PACKER_TMP_DIR. update ConfigTmpDir() to try common temporary paths first and only write to configDir() as a last resort. commit 39a9874afc9dea71b36753375fb7feb61ffecf69 Merge: 8a413cfe8 3315812c2 Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Oct 30 18:19:26 2018 -0400 Merge branch 'master' of https://github.com/hashicorp/packer into prestine commit 8a413cfe83b0a70dbd99c32d936334ca5788ca9b Merge: e07491de5 4e14710a6 Author: Matthew Patton <mpatton@enquizit.com> Date: Mon Oct 1 20:18:10 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit e07491de59cead0b337a7f57f4a6c625e1f560ab Merge: 42610a35d a1fa35dff Author: Matthew Patton <mpatton@enquizit.com> Date: Tue Aug 21 13:26:19 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit 42610a35d5ef65af8844a58ad70e2ec75262da6a Merge: 5298142da 0d63cf7bc Author: Matthew Patton <matthew.patton@itgfirm.com> Date: Tue Jun 19 22:45:05 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit 5298142da6da95354844f201deeeef3c599e48b2 Merge: 7bb110bc7 9d9736552 Author: Matthew Patton <mpatton@enquizit.com> Date: Mon Jun 11 15:10:09 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit 7bb110bc744c9797fcaec25a265d9b85a22d6d6b Merge: a61c869ca 6189d66e7 Author: Matthew Patton <matthew.patton@itgfirm.com> Date: Wed May 9 23:41:22 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit a61c869ca7268acf0e3b1e1fa7a8ee7feea65984 Merge: 098101dd9 4be5f072c Author: Matthew Patton <matthew.patton@itgfirm.com> Date: Fri May 4 10:13:04 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit 098101dd99f08b0ca110d33eff6904537c6d21de Merge: fefaf0fa6 554b2b4a5 Author: Matthew Patton <matthew.patton@itgfirm.com> Date: Tue May 1 20:52:30 2018 -0400 Merge branch 'EOL-handling' into prestine Co-Authored-By: Matthew Patton <pattonme@yahoo.com>
413 lines
10 KiB
Go
413 lines
10 KiB
Go
package template
|
|
|
|
import (
|
|
"bufio"
|
|
"bytes"
|
|
"encoding/json"
|
|
"fmt"
|
|
"io"
|
|
"os"
|
|
"path/filepath"
|
|
"sort"
|
|
"strings"
|
|
|
|
"github.com/hashicorp/go-multierror"
|
|
"github.com/hashicorp/packer/packer/tmp"
|
|
"github.com/mitchellh/mapstructure"
|
|
)
|
|
|
|
// rawTemplate is the direct JSON document format of the template file.
|
|
// This is what is decoded directly from the file, and then it is turned
|
|
// into a Template object thereafter.
|
|
type rawTemplate struct {
|
|
MinVersion string `mapstructure:"min_packer_version"`
|
|
Description string
|
|
|
|
Builders []map[string]interface{}
|
|
Push map[string]interface{}
|
|
PostProcessors []interface{} `mapstructure:"post-processors"`
|
|
Provisioners []map[string]interface{}
|
|
Variables map[string]interface{}
|
|
SensitiveVariables []string `mapstructure:"sensitive-variables"`
|
|
|
|
RawContents []byte
|
|
}
|
|
|
|
// Template returns the actual Template object built from this raw
|
|
// structure.
|
|
func (r *rawTemplate) Template() (*Template, error) {
|
|
var result Template
|
|
var errs error
|
|
|
|
// Copy some literals
|
|
result.Description = r.Description
|
|
result.MinVersion = r.MinVersion
|
|
result.RawContents = r.RawContents
|
|
|
|
// Gather the variables
|
|
if len(r.Variables) > 0 {
|
|
result.Variables = make(map[string]*Variable, len(r.Variables))
|
|
}
|
|
for k, rawV := range r.Variables {
|
|
var v Variable
|
|
|
|
// Variable is required if the value is exactly nil
|
|
v.Required = rawV == nil
|
|
|
|
// Weak decode the default if we have one
|
|
if err := r.decoder(&v.Default, nil).Decode(rawV); err != nil {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"variable %s: %s", k, err))
|
|
continue
|
|
}
|
|
|
|
for _, sVar := range r.SensitiveVariables {
|
|
if sVar == k {
|
|
result.SensitiveVariables = append(result.SensitiveVariables, &v)
|
|
}
|
|
}
|
|
|
|
result.Variables[k] = &v
|
|
}
|
|
|
|
// Let's start by gathering all the builders
|
|
if len(r.Builders) > 0 {
|
|
result.Builders = make(map[string]*Builder, len(r.Builders))
|
|
}
|
|
for i, rawB := range r.Builders {
|
|
var b Builder
|
|
if err := mapstructure.WeakDecode(rawB, &b); err != nil {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"builder %d: %s", i+1, err))
|
|
continue
|
|
}
|
|
|
|
// Set the raw configuration and delete any special keys
|
|
b.Config = rawB
|
|
delete(b.Config, "name")
|
|
delete(b.Config, "type")
|
|
if len(b.Config) == 0 {
|
|
b.Config = nil
|
|
}
|
|
|
|
// If there is no type set, it is an error
|
|
if b.Type == "" {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"builder %d: missing 'type'", i+1))
|
|
continue
|
|
}
|
|
|
|
// The name defaults to the type if it isn't set
|
|
if b.Name == "" {
|
|
b.Name = b.Type
|
|
}
|
|
|
|
// If this builder already exists, it is an error
|
|
if _, ok := result.Builders[b.Name]; ok {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"builder %d: builder with name '%s' already exists",
|
|
i+1, b.Name))
|
|
continue
|
|
}
|
|
|
|
// Append the builders
|
|
result.Builders[b.Name] = &b
|
|
}
|
|
|
|
// Gather all the post-processors
|
|
if len(r.PostProcessors) > 0 {
|
|
result.PostProcessors = make([][]*PostProcessor, 0, len(r.PostProcessors))
|
|
}
|
|
for i, v := range r.PostProcessors {
|
|
// Parse the configurations. We need to do this because post-processors
|
|
// can take three different formats.
|
|
configs, err := r.parsePostProcessor(i, v)
|
|
if err != nil {
|
|
errs = multierror.Append(errs, err)
|
|
continue
|
|
}
|
|
|
|
// Parse the PostProcessors out of the configs
|
|
pps := make([]*PostProcessor, 0, len(configs))
|
|
for j, c := range configs {
|
|
var pp PostProcessor
|
|
if err := r.decoder(&pp, nil).Decode(c); err != nil {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"post-processor %d.%d: %s", i+1, j+1, err))
|
|
continue
|
|
}
|
|
|
|
// Type is required
|
|
if pp.Type == "" {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"post-processor %d.%d: type is required", i+1, j+1))
|
|
continue
|
|
}
|
|
|
|
// Set the configuration
|
|
delete(c, "except")
|
|
delete(c, "only")
|
|
delete(c, "keep_input_artifact")
|
|
delete(c, "type")
|
|
if len(c) > 0 {
|
|
pp.Config = c
|
|
}
|
|
|
|
pps = append(pps, &pp)
|
|
}
|
|
|
|
result.PostProcessors = append(result.PostProcessors, pps)
|
|
}
|
|
|
|
// Gather all the provisioners
|
|
if len(r.Provisioners) > 0 {
|
|
result.Provisioners = make([]*Provisioner, 0, len(r.Provisioners))
|
|
}
|
|
for i, v := range r.Provisioners {
|
|
var p Provisioner
|
|
if err := r.decoder(&p, nil).Decode(v); err != nil {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"provisioner %d: %s", i+1, err))
|
|
continue
|
|
}
|
|
|
|
// Type is required before any richer validation
|
|
if p.Type == "" {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"provisioner %d: missing 'type'", i+1))
|
|
continue
|
|
}
|
|
|
|
// Copy the configuration
|
|
delete(v, "except")
|
|
delete(v, "only")
|
|
delete(v, "override")
|
|
delete(v, "pause_before")
|
|
delete(v, "type")
|
|
if len(v) > 0 {
|
|
p.Config = v
|
|
}
|
|
|
|
// TODO: stuff
|
|
result.Provisioners = append(result.Provisioners, &p)
|
|
}
|
|
|
|
// Push
|
|
if len(r.Push) > 0 {
|
|
var p Push
|
|
if err := r.decoder(&p, nil).Decode(r.Push); err != nil {
|
|
errs = multierror.Append(errs, fmt.Errorf(
|
|
"push: %s", err))
|
|
}
|
|
|
|
result.Push = p
|
|
}
|
|
|
|
// If we have errors, return those with a nil result
|
|
if errs != nil {
|
|
return nil, errs
|
|
}
|
|
|
|
return &result, nil
|
|
}
|
|
|
|
func (r *rawTemplate) decoder(
|
|
result interface{},
|
|
md *mapstructure.Metadata) *mapstructure.Decoder {
|
|
d, err := mapstructure.NewDecoder(&mapstructure.DecoderConfig{
|
|
DecodeHook: mapstructure.StringToTimeDurationHookFunc(),
|
|
Metadata: md,
|
|
Result: result,
|
|
})
|
|
if err != nil {
|
|
// This really shouldn't happen since we have firm control over
|
|
// all the arguments and they're all unit tested. So we use a
|
|
// panic here to note this would definitely be a bug.
|
|
panic(err)
|
|
}
|
|
return d
|
|
}
|
|
|
|
func (r *rawTemplate) parsePostProcessor(
|
|
i int, raw interface{}) ([]map[string]interface{}, error) {
|
|
switch v := raw.(type) {
|
|
case string:
|
|
return []map[string]interface{}{
|
|
{"type": v},
|
|
}, nil
|
|
case map[string]interface{}:
|
|
return []map[string]interface{}{v}, nil
|
|
case []interface{}:
|
|
var err error
|
|
result := make([]map[string]interface{}, len(v))
|
|
for j, innerRaw := range v {
|
|
switch innerV := innerRaw.(type) {
|
|
case string:
|
|
result[j] = map[string]interface{}{"type": innerV}
|
|
case map[string]interface{}:
|
|
result[j] = innerV
|
|
case []interface{}:
|
|
err = multierror.Append(err, fmt.Errorf(
|
|
"post-processor %d.%d: sequence not allowed to be nested in a sequence",
|
|
i+1, j+1))
|
|
default:
|
|
err = multierror.Append(err, fmt.Errorf(
|
|
"post-processor %d.%d: unknown format",
|
|
i+1, j+1))
|
|
}
|
|
}
|
|
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
|
|
return result, nil
|
|
default:
|
|
return nil, fmt.Errorf("post-processor %d: bad format", i+1)
|
|
}
|
|
}
|
|
|
|
// Parse takes the given io.Reader and parses a Template object out of it.
|
|
func Parse(r io.Reader) (*Template, error) {
|
|
// Create a buffer to copy what we read
|
|
var buf bytes.Buffer
|
|
if _, err := buf.ReadFrom(r); err != nil {
|
|
return nil, err
|
|
}
|
|
|
|
// First, decode the object into an interface{}. We do this instead of
|
|
// the rawTemplate directly because we'd rather use mapstructure to
|
|
// decode since it has richer errors.
|
|
var raw interface{}
|
|
if err := json.Unmarshal(buf.Bytes(), &raw); err != nil {
|
|
return nil, err
|
|
}
|
|
|
|
// Create our decoder
|
|
var md mapstructure.Metadata
|
|
var rawTpl rawTemplate
|
|
rawTpl.RawContents = buf.Bytes()
|
|
decoder, err := mapstructure.NewDecoder(&mapstructure.DecoderConfig{
|
|
Metadata: &md,
|
|
Result: &rawTpl,
|
|
})
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
|
|
// Do the actual decode into our structure
|
|
if err := decoder.Decode(raw); err != nil {
|
|
return nil, err
|
|
}
|
|
|
|
// Build an error if there are unused root level keys
|
|
if len(md.Unused) > 0 {
|
|
sort.Strings(md.Unused)
|
|
for _, unused := range md.Unused {
|
|
// Ignore keys starting with '_' as comments
|
|
if unused[0] == '_' {
|
|
continue
|
|
}
|
|
|
|
err = multierror.Append(err, fmt.Errorf(
|
|
"Unknown root level key in template: '%s'", unused))
|
|
}
|
|
}
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
|
|
// Return the template parsed from the raw structure
|
|
return rawTpl.Template()
|
|
}
|
|
|
|
// ParseFile is the same as Parse but is a helper to automatically open
|
|
// a file for parsing.
|
|
func ParseFile(path string) (*Template, error) {
|
|
var f *os.File
|
|
var err error
|
|
if path == "-" {
|
|
// Create a temp file for stdin in case of errors
|
|
f, err = tmp.File("parse")
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
defer os.Remove(f.Name())
|
|
defer f.Close()
|
|
io.Copy(f, os.Stdin)
|
|
f.Seek(0, os.SEEK_SET)
|
|
} else {
|
|
f, err = os.Open(path)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
defer f.Close()
|
|
}
|
|
tpl, err := Parse(f)
|
|
if err != nil {
|
|
syntaxErr, ok := err.(*json.SyntaxError)
|
|
if !ok {
|
|
return nil, err
|
|
}
|
|
// Rewind the file and get a better error
|
|
f.Seek(0, os.SEEK_SET)
|
|
// Grab the error location, and return a string to point to offending syntax error
|
|
line, col, highlight := highlightPosition(f, syntaxErr.Offset)
|
|
err = fmt.Errorf("Error parsing JSON: %s\nAt line %d, column %d (offset %d):\n%s", err, line, col, syntaxErr.Offset, highlight)
|
|
return nil, err
|
|
}
|
|
|
|
if !filepath.IsAbs(path) {
|
|
path, err = filepath.Abs(path)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
}
|
|
|
|
tpl.Path = path
|
|
return tpl, nil
|
|
}
|
|
|
|
// Takes a file and the location in bytes of a parse error
|
|
// from json.SyntaxError.Offset and returns the line, column,
|
|
// and pretty-printed context around the error with an arrow indicating the exact
|
|
// position of the syntax error.
|
|
func highlightPosition(f *os.File, pos int64) (line, col int, highlight string) {
|
|
// Modified version of the function in Camlistore by Brad Fitzpatrick
|
|
// https://github.com/camlistore/camlistore/blob/4b5403dd5310cf6e1ae8feb8533fd59262701ebc/vendor/go4.org/errorutil/highlight.go
|
|
line = 1
|
|
// New io.Reader for file
|
|
br := bufio.NewReader(f)
|
|
// Initialize lines
|
|
lastLine := ""
|
|
thisLine := new(bytes.Buffer)
|
|
// Loop through template to find line, column
|
|
for n := int64(0); n < pos; n++ {
|
|
// read byte from io.Reader
|
|
b, err := br.ReadByte()
|
|
if err != nil {
|
|
break
|
|
}
|
|
// If end of line, save line as previous line in case next line is offender
|
|
if b == '\n' {
|
|
lastLine = thisLine.String()
|
|
thisLine.Reset()
|
|
line++
|
|
col = 1
|
|
} else {
|
|
// Write current line, until line is safe, or error point is encountered
|
|
col++
|
|
thisLine.WriteByte(b)
|
|
}
|
|
}
|
|
|
|
// Populate highlight string to place a '^' char at offending column
|
|
if line > 1 {
|
|
highlight += fmt.Sprintf("%5d: %s\n", line-1, lastLine)
|
|
}
|
|
|
|
highlight += fmt.Sprintf("%5d: %s\n", line, thisLine.String())
|
|
highlight += fmt.Sprintf("%s^\n", strings.Repeat(" ", col+5))
|
|
return
|
|
}
|