mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 02:04:01 -04:00
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: commit74b674c015Merge:fc94b571466001525dAuthor: Matthew Patton <[email protected]> Date: Fri Nov 2 02:02:38 2018 -0400 Merge branch 'remove_TMPDIR_docs' of github.com:tb3088/packer into remove_TMPDIR_docs commitfc94b57142Author: Matthew Patton <[email protected]> Date: Fri Nov 2 01:42:38 2018 -0400 update tests to honor configured temporary directory commit5a562359f4Author: Matthew Patton <[email protected]> Date: Thu Nov 1 18:52:38 2018 -0400 sync straggler to refactor. implement tests at packer/configfile instead of buried in docker. commit9d5a4a0935Author: Matthew Patton <[email protected]> Date: Thu Nov 1 15:39:46 2018 -0400 insert URL to GoLang API for os.TempDir() commitfbae4c2e05Author: Matthew Patton <[email protected]> Date: Thu Nov 1 07:41:29 2018 -0400 revise documentation to match code commit3590fae8bdAuthor: Matthew Patton <[email protected]> Date: Thu Nov 1 07:21:59 2018 -0400 refacter config_file. replace all hard-coded os.TempDir with wrapper commitd5c5306a97Author: Matthew Patton <[email protected]> Date: Wed Oct 31 20:11:36 2018 -0400 close massive file overwrite hole with TempDir commit0a72297da8Author: Matthew Patton <[email protected]> Date: Wed Oct 31 01:06:00 2018 -0400 adjust var declaration scope commit20f68228b6Author: Matthew Patton <[email protected]> Date: Wed Oct 31 00:54:35 2018 -0400 use mktemp() equivalent to create temporary directory commitc73ebe3d83Author: Matthew Patton <[email protected]> Date: Tue Oct 30 20:40:58 2018 -0400 remove extraneous variable declaration, fix FOR loop commit63549b8bd7Author: Matthew Patton <[email protected]> Date: Tue Oct 30 19:30:44 2018 -0400 match styistic convension with rest of docs commit9761010749Author: Matthew Patton <[email protected]> Date: Tue Oct 30 19:08:39 2018 -0400 revert dangling config file change commit95159afbc0Author: Matthew Patton <[email protected]> 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. commit66001525d7Author: Matthew Patton <[email protected]> Date: Fri Nov 2 01:42:38 2018 -0400 update tests to honor configured temporary directory commite9b6adefeaAuthor: Matthew Patton <[email protected]> Date: Thu Nov 1 18:52:38 2018 -0400 sync straggler to refactor. implement tests at packer/configfile instead of buried in docker. commit852113ed07Author: Matthew Patton <[email protected]> Date: Thu Nov 1 15:39:46 2018 -0400 insert URL to GoLang API for os.TempDir() commit54add38d1dAuthor: Matthew Patton <[email protected]> Date: Thu Nov 1 07:41:29 2018 -0400 revise documentation to match code commit6b5b8f6d4eAuthor: Matthew Patton <[email protected]> Date: Thu Nov 1 07:21:59 2018 -0400 refacter config_file. replace all hard-coded os.TempDir with wrapper commitc22092c601Author: Matthew Patton <[email protected]> Date: Wed Oct 31 20:11:36 2018 -0400 close massive file overwrite hole with TempDir commit7a73045091Author: Matthew Patton <[email protected]> Date: Wed Oct 31 01:06:00 2018 -0400 adjust var declaration scope commit0f2933adb6Author: Matthew Patton <[email protected]> Date: Wed Oct 31 00:54:35 2018 -0400 use mktemp() equivalent to create temporary directory commitd74839ede0Author: Matthew Patton <[email protected]> Date: Tue Oct 30 20:40:58 2018 -0400 remove extraneous variable declaration, fix FOR loop commiteb65416619Author: Matthew Patton <[email protected]> Date: Tue Oct 30 19:30:44 2018 -0400 match styistic convension with rest of docs commitacaa2b31edAuthor: Matthew Patton <[email protected]> Date: Tue Oct 30 19:08:39 2018 -0400 revert dangling config file change commite573fde668Author: Matthew Patton <[email protected]> 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. commit39a9874afcMerge:8a413cfe83315812c2Author: Matthew Patton <[email protected]> Date: Tue Oct 30 18:19:26 2018 -0400 Merge branch 'master' of https://github.com/hashicorp/packer into prestine commit8a413cfe83Merge:e07491de54e14710a6Author: Matthew Patton <[email protected]> Date: Mon Oct 1 20:18:10 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commite07491de59Merge:42610a35da1fa35dffAuthor: Matthew Patton <[email protected]> Date: Tue Aug 21 13:26:19 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit42610a35d5Merge:5298142da0d63cf7bcAuthor: Matthew Patton <[email protected]> Date: Tue Jun 19 22:45:05 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit5298142da6Merge:7bb110bc79d9736552Author: Matthew Patton <[email protected]> Date: Mon Jun 11 15:10:09 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit7bb110bc74Merge:a61c869ca6189d66e7Author: Matthew Patton <[email protected]> Date: Wed May 9 23:41:22 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commita61c869ca7Merge:098101dd94be5f072cAuthor: Matthew Patton <[email protected]> Date: Fri May 4 10:13:04 2018 -0400 Merge remote-tracking branch 'upstream/master' into prestine commit098101dd99Merge:fefaf0fa6554b2b4a5Author: Matthew Patton <[email protected]> Date: Tue May 1 20:52:30 2018 -0400 Merge branch 'EOL-handling' into prestine Co-Authored-By: Matthew Patton <[email protected]>
230 lines
6.6 KiB
Go
230 lines
6.6 KiB
Go
package shell_local
|
|
|
|
import (
|
|
"bufio"
|
|
"fmt"
|
|
"log"
|
|
"os"
|
|
"runtime"
|
|
"sort"
|
|
"strings"
|
|
|
|
"github.com/hashicorp/packer/common"
|
|
commonhelper "github.com/hashicorp/packer/helper/common"
|
|
"github.com/hashicorp/packer/packer"
|
|
"github.com/hashicorp/packer/packer/tmp"
|
|
"github.com/hashicorp/packer/template/interpolate"
|
|
)
|
|
|
|
type ExecuteCommandTemplate struct {
|
|
Vars string
|
|
Script string
|
|
Command string
|
|
WinRMPassword string
|
|
}
|
|
|
|
type EnvVarsTemplate struct {
|
|
WinRMPassword string
|
|
}
|
|
|
|
func Run(ui packer.Ui, config *Config) (bool, error) {
|
|
// Check if shell-local can even execute against this runtime OS
|
|
if len(config.OnlyOn) > 0 {
|
|
runCommand := false
|
|
for _, os := range config.OnlyOn {
|
|
if os == runtime.GOOS {
|
|
runCommand = true
|
|
break
|
|
}
|
|
}
|
|
if !runCommand {
|
|
ui.Say(fmt.Sprintf("Skipping shell-local due to runtime OS"))
|
|
log.Printf("[INFO] (shell-local): skipping shell-local due to missing runtime OS")
|
|
return true, nil
|
|
}
|
|
}
|
|
|
|
scripts := make([]string, len(config.Scripts))
|
|
if len(config.Scripts) > 0 {
|
|
copy(scripts, config.Scripts)
|
|
} else if config.Inline != nil {
|
|
// If we have an inline script, then turn that into a temporary
|
|
// shell script and use that.
|
|
tempScriptFileName, err := createInlineScriptFile(config)
|
|
if err != nil {
|
|
return false, err
|
|
}
|
|
scripts = append(scripts, tempScriptFileName)
|
|
|
|
// figure out what extension the file should have, and rename it.
|
|
if config.TempfileExtension != "" {
|
|
os.Rename(tempScriptFileName, fmt.Sprintf("%s.%s", tempScriptFileName, config.TempfileExtension))
|
|
tempScriptFileName = fmt.Sprintf("%s.%s", tempScriptFileName, config.TempfileExtension)
|
|
}
|
|
defer os.Remove(tempScriptFileName)
|
|
}
|
|
|
|
// Create environment variables to set before executing the command
|
|
flattenedEnvVars, err := createFlattenedEnvVars(config)
|
|
if err != nil {
|
|
return false, err
|
|
}
|
|
|
|
for _, script := range scripts {
|
|
interpolatedCmds, err := createInterpolatedCommands(config, script, flattenedEnvVars)
|
|
if err != nil {
|
|
return false, err
|
|
}
|
|
ui.Say(fmt.Sprintf("Running local shell script: %s", script))
|
|
|
|
comm := &Communicator{
|
|
ExecuteCommand: interpolatedCmds,
|
|
}
|
|
|
|
// The remoteCmd generated here isn't actually run, but it allows us to
|
|
// use the same interafce for the shell-local communicator as we use for
|
|
// the other communicators; ultimately, this command is just used for
|
|
// buffers and for reading the final exit status.
|
|
flattenedCmd := strings.Join(interpolatedCmds, " ")
|
|
cmd := &packer.RemoteCmd{Command: flattenedCmd}
|
|
log.Printf("[INFO] (shell-local): starting local command: %s", flattenedCmd)
|
|
if err := cmd.StartWithUi(comm, ui); err != nil {
|
|
return false, fmt.Errorf(
|
|
"Error executing script: %s\n\n"+
|
|
"Please see output above for more information.",
|
|
script)
|
|
}
|
|
if cmd.ExitStatus != 0 {
|
|
return false, fmt.Errorf(
|
|
"Erroneous exit code %d while executing script: %s\n\n"+
|
|
"Please see output above for more information.",
|
|
cmd.ExitStatus,
|
|
script)
|
|
}
|
|
}
|
|
|
|
return true, nil
|
|
}
|
|
|
|
func createInlineScriptFile(config *Config) (string, error) {
|
|
tf, err := tmp.File("packer-shell")
|
|
if err != nil {
|
|
return "", fmt.Errorf("Error preparing shell script: %s", err)
|
|
}
|
|
defer tf.Close()
|
|
// Write our contents to it
|
|
writer := bufio.NewWriter(tf)
|
|
if config.InlineShebang != "" {
|
|
shebang := fmt.Sprintf("#!%s\n", config.InlineShebang)
|
|
log.Printf("[INFO] (shell-local): Prepending inline script with %s", shebang)
|
|
writer.WriteString(shebang)
|
|
}
|
|
|
|
// generate context so you can interpolate the command
|
|
config.Ctx.Data = &EnvVarsTemplate{
|
|
WinRMPassword: getWinRMPassword(config.PackerBuildName),
|
|
}
|
|
|
|
for _, command := range config.Inline {
|
|
// interpolate command to check for template variables.
|
|
command, err := interpolate.Render(command, &config.Ctx)
|
|
if err != nil {
|
|
return "", err
|
|
}
|
|
|
|
if _, err := writer.WriteString(command + "\n"); err != nil {
|
|
return "", fmt.Errorf("Error preparing shell script: %s", err)
|
|
}
|
|
}
|
|
|
|
if err := writer.Flush(); err != nil {
|
|
return "", fmt.Errorf("Error preparing shell script: %s", err)
|
|
}
|
|
|
|
err = os.Chmod(tf.Name(), 0700)
|
|
if err != nil {
|
|
log.Printf("[ERROR] (shell-local): error modifying permissions of temp script file: %s", err.Error())
|
|
}
|
|
return tf.Name(), nil
|
|
}
|
|
|
|
// Generates the final command to send to the communicator, using either the
|
|
// user-provided ExecuteCommand or defaulting to something that makes sense for
|
|
// the host OS
|
|
func createInterpolatedCommands(config *Config, script string, flattenedEnvVars string) ([]string, error) {
|
|
config.Ctx.Data = &ExecuteCommandTemplate{
|
|
Vars: flattenedEnvVars,
|
|
Script: script,
|
|
Command: script,
|
|
WinRMPassword: getWinRMPassword(config.PackerBuildName),
|
|
}
|
|
|
|
interpolatedCmds := make([]string, len(config.ExecuteCommand))
|
|
for i, cmd := range config.ExecuteCommand {
|
|
interpolatedCmd, err := interpolate.Render(cmd, &config.Ctx)
|
|
if err != nil {
|
|
return nil, fmt.Errorf("Error processing command: %s", err)
|
|
}
|
|
interpolatedCmds[i] = interpolatedCmd
|
|
}
|
|
return interpolatedCmds, nil
|
|
}
|
|
|
|
func createFlattenedEnvVars(config *Config) (string, error) {
|
|
flattened := ""
|
|
envVars := make(map[string]string)
|
|
|
|
// Always available Packer provided env vars
|
|
envVars["PACKER_BUILD_NAME"] = fmt.Sprintf("%s", config.PackerBuildName)
|
|
envVars["PACKER_BUILDER_TYPE"] = fmt.Sprintf("%s", config.PackerBuilderType)
|
|
|
|
// expose ip address variables
|
|
httpAddr := common.GetHTTPAddr()
|
|
if httpAddr != "" {
|
|
envVars["PACKER_HTTP_ADDR"] = httpAddr
|
|
}
|
|
httpIP := common.GetHTTPIP()
|
|
if httpIP != "" {
|
|
envVars["PACKER_HTTP_IP"] = httpIP
|
|
}
|
|
httpPort := common.GetHTTPPort()
|
|
if httpPort != "" {
|
|
envVars["PACKER_HTTP_PORT"] = httpPort
|
|
}
|
|
|
|
// interpolate environment variables
|
|
config.Ctx.Data = &EnvVarsTemplate{
|
|
WinRMPassword: getWinRMPassword(config.PackerBuildName),
|
|
}
|
|
// Split vars into key/value components
|
|
for _, envVar := range config.Vars {
|
|
envVar, err := interpolate.Render(envVar, &config.Ctx)
|
|
if err != nil {
|
|
return "", err
|
|
}
|
|
// Split vars into key/value components
|
|
keyValue := strings.SplitN(envVar, "=", 2)
|
|
// Store pair, replacing any single quotes in value so they parse
|
|
// correctly with required environment variable format
|
|
envVars[keyValue[0]] = strings.Replace(keyValue[1], "'", `'"'"'`, -1)
|
|
}
|
|
|
|
// Create a list of env var keys in sorted order
|
|
var keys []string
|
|
for k := range envVars {
|
|
keys = append(keys, k)
|
|
}
|
|
sort.Strings(keys)
|
|
|
|
for _, key := range keys {
|
|
flattened += fmt.Sprintf(config.EnvVarFormat, key, envVars[key])
|
|
}
|
|
return flattened, nil
|
|
}
|
|
|
|
func getWinRMPassword(buildName string) string {
|
|
winRMPass, _ := commonhelper.RetrieveSharedState("winrm_password", buildName)
|
|
packer.LogSecretFilter.Set(winRMPass)
|
|
return winRMPass
|
|
}
|