packer-cn/command/plugin.go

274 lines
14 KiB
Go
Raw Normal View History

//
// This file is automatically generated by scripts/generate-plugins.go -- Do not edit!
//
package command
import (
"fmt"
"log"
"regexp"
"strings"
2017-04-04 16:39:01 -04:00
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/packer/plugin"
alicloudecsbuilder "github.com/hashicorp/packer/builder/alicloud/ecs"
2017-04-04 16:39:01 -04:00
amazonchrootbuilder "github.com/hashicorp/packer/builder/amazon/chroot"
amazonebsbuilder "github.com/hashicorp/packer/builder/amazon/ebs"
amazonebssurrogatebuilder "github.com/hashicorp/packer/builder/amazon/ebssurrogate"
amazonebsvolumebuilder "github.com/hashicorp/packer/builder/amazon/ebsvolume"
amazoninstancebuilder "github.com/hashicorp/packer/builder/amazon/instance"
azurearmbuilder "github.com/hashicorp/packer/builder/azure/arm"
2019-06-02 15:26:03 -04:00
azurechrootbuilder "github.com/hashicorp/packer/builder/azure/chroot"
2017-04-04 16:39:01 -04:00
cloudstackbuilder "github.com/hashicorp/packer/builder/cloudstack"
digitaloceanbuilder "github.com/hashicorp/packer/builder/digitalocean"
dockerbuilder "github.com/hashicorp/packer/builder/docker"
filebuilder "github.com/hashicorp/packer/builder/file"
googlecomputebuilder "github.com/hashicorp/packer/builder/googlecompute"
2018-10-17 06:15:47 -04:00
hcloudbuilder "github.com/hashicorp/packer/builder/hcloud"
2019-01-23 08:04:05 -05:00
hyperonebuilder "github.com/hashicorp/packer/builder/hyperone"
2017-04-04 16:39:01 -04:00
hypervisobuilder "github.com/hashicorp/packer/builder/hyperv/iso"
2017-09-11 13:15:43 -04:00
hypervvmcxbuilder "github.com/hashicorp/packer/builder/hyperv/vmcx"
jdcloudbuilder "github.com/hashicorp/packer/builder/jdcloud"
linodebuilder "github.com/hashicorp/packer/builder/linode"
lxcbuilder "github.com/hashicorp/packer/builder/lxc"
2017-09-05 18:23:22 -04:00
lxdbuilder "github.com/hashicorp/packer/builder/lxd"
2018-01-11 04:57:53 -05:00
ncloudbuilder "github.com/hashicorp/packer/builder/ncloud"
2017-04-04 16:39:01 -04:00
nullbuilder "github.com/hashicorp/packer/builder/null"
oneandonebuilder "github.com/hashicorp/packer/builder/oneandone"
openstackbuilder "github.com/hashicorp/packer/builder/openstack"
2018-01-17 16:07:41 -05:00
oracleclassicbuilder "github.com/hashicorp/packer/builder/oracle/classic"
oracleocibuilder "github.com/hashicorp/packer/builder/oracle/oci"
2019-02-11 17:43:16 -05:00
oscbsubuilder "github.com/hashicorp/packer/builder/osc/bsu"
2019-01-30 13:48:51 -05:00
oscbsusurrogatebuilder "github.com/hashicorp/packer/builder/osc/bsusurrogate"
oscbsuvolumebuilder "github.com/hashicorp/packer/builder/osc/bsuvolume"
2019-02-15 12:41:36 -05:00
oscchrootbuilder "github.com/hashicorp/packer/builder/osc/chroot"
2017-04-04 16:39:01 -04:00
parallelsisobuilder "github.com/hashicorp/packer/builder/parallels/iso"
parallelspvmbuilder "github.com/hashicorp/packer/builder/parallels/pvm"
profitbricksbuilder "github.com/hashicorp/packer/builder/profitbricks"
proxmoxbuilder "github.com/hashicorp/packer/builder/proxmox"
2017-04-04 16:39:01 -04:00
qemubuilder "github.com/hashicorp/packer/builder/qemu"
2017-04-06 05:19:17 -04:00
scalewaybuilder "github.com/hashicorp/packer/builder/scaleway"
2019-02-04 09:16:38 -05:00
tencentcloudcvmbuilder "github.com/hashicorp/packer/builder/tencentcloud/cvm"
2017-04-04 16:39:01 -04:00
tritonbuilder "github.com/hashicorp/packer/builder/triton"
2019-06-13 03:16:49 -04:00
uclouduhostbuilder "github.com/hashicorp/packer/builder/ucloud/uhost"
2019-01-11 17:06:15 -05:00
vagrantbuilder "github.com/hashicorp/packer/builder/vagrant"
2017-04-04 16:39:01 -04:00
virtualboxisobuilder "github.com/hashicorp/packer/builder/virtualbox/iso"
virtualboxovfbuilder "github.com/hashicorp/packer/builder/virtualbox/ovf"
2019-02-16 08:32:22 -05:00
virtualboxvmbuilder "github.com/hashicorp/packer/builder/virtualbox/vm"
2017-04-04 16:39:01 -04:00
vmwareisobuilder "github.com/hashicorp/packer/builder/vmware/iso"
vmwarevmxbuilder "github.com/hashicorp/packer/builder/vmware/vmx"
vsphereclonebuilder "github.com/hashicorp/packer/builder/vsphere/clone"
vsphereisobuilder "github.com/hashicorp/packer/builder/vsphere/iso"
2019-04-09 17:50:51 -04:00
yandexbuilder "github.com/hashicorp/packer/builder/yandex"
2018-01-25 17:01:34 -05:00
alicloudimportpostprocessor "github.com/hashicorp/packer/post-processor/alicloud-import"
amazonimportpostprocessor "github.com/hashicorp/packer/post-processor/amazon-import"
artificepostprocessor "github.com/hashicorp/packer/post-processor/artifice"
checksumpostprocessor "github.com/hashicorp/packer/post-processor/checksum"
compresspostprocessor "github.com/hashicorp/packer/post-processor/compress"
2018-11-22 21:33:34 -05:00
digitaloceanimportpostprocessor "github.com/hashicorp/packer/post-processor/digitalocean-import"
2018-01-25 17:01:34 -05:00
dockerimportpostprocessor "github.com/hashicorp/packer/post-processor/docker-import"
dockerpushpostprocessor "github.com/hashicorp/packer/post-processor/docker-push"
dockersavepostprocessor "github.com/hashicorp/packer/post-processor/docker-save"
dockertagpostprocessor "github.com/hashicorp/packer/post-processor/docker-tag"
exoscaleimportpostprocessor "github.com/hashicorp/packer/post-processor/exoscale-import"
2018-01-25 17:01:34 -05:00
googlecomputeexportpostprocessor "github.com/hashicorp/packer/post-processor/googlecompute-export"
googlecomputeimportpostprocessor "github.com/hashicorp/packer/post-processor/googlecompute-import"
2018-01-25 17:01:34 -05:00
manifestpostprocessor "github.com/hashicorp/packer/post-processor/manifest"
shelllocalpostprocessor "github.com/hashicorp/packer/post-processor/shell-local"
2019-10-12 04:46:21 -04:00
ucloudimportpostprocessor "github.com/hashicorp/packer/post-processor/ucloud-import"
2018-01-25 17:01:34 -05:00
vagrantpostprocessor "github.com/hashicorp/packer/post-processor/vagrant"
vagrantcloudpostprocessor "github.com/hashicorp/packer/post-processor/vagrant-cloud"
2017-04-04 16:39:01 -04:00
vspherepostprocessor "github.com/hashicorp/packer/post-processor/vsphere"
vspheretemplatepostprocessor "github.com/hashicorp/packer/post-processor/vsphere-template"
2018-01-25 17:01:34 -05:00
ansibleprovisioner "github.com/hashicorp/packer/provisioner/ansible"
ansiblelocalprovisioner "github.com/hashicorp/packer/provisioner/ansible-local"
2018-11-29 17:32:52 -05:00
breakpointprovisioner "github.com/hashicorp/packer/provisioner/breakpoint"
2018-01-25 17:01:34 -05:00
chefclientprovisioner "github.com/hashicorp/packer/provisioner/chef-client"
chefsoloprovisioner "github.com/hashicorp/packer/provisioner/chef-solo"
convergeprovisioner "github.com/hashicorp/packer/provisioner/converge"
fileprovisioner "github.com/hashicorp/packer/provisioner/file"
2019-01-20 10:43:47 -05:00
inspecprovisioner "github.com/hashicorp/packer/provisioner/inspec"
2018-01-25 17:01:34 -05:00
powershellprovisioner "github.com/hashicorp/packer/provisioner/powershell"
puppetmasterlessprovisioner "github.com/hashicorp/packer/provisioner/puppet-masterless"
puppetserverprovisioner "github.com/hashicorp/packer/provisioner/puppet-server"
saltmasterlessprovisioner "github.com/hashicorp/packer/provisioner/salt-masterless"
shellprovisioner "github.com/hashicorp/packer/provisioner/shell"
shelllocalprovisioner "github.com/hashicorp/packer/provisioner/shell-local"
sleepprovisioner "github.com/hashicorp/packer/provisioner/sleep"
2017-04-04 16:39:01 -04:00
windowsrestartprovisioner "github.com/hashicorp/packer/provisioner/windows-restart"
windowsshellprovisioner "github.com/hashicorp/packer/provisioner/windows-shell"
)
type PluginCommand struct {
Meta
}
var Builders = map[string]packer.Builder{
2018-01-25 17:01:34 -05:00
"alicloud-ecs": new(alicloudecsbuilder.Builder),
"amazon-chroot": new(amazonchrootbuilder.Builder),
"amazon-ebs": new(amazonebsbuilder.Builder),
"amazon-ebssurrogate": new(amazonebssurrogatebuilder.Builder),
"amazon-ebsvolume": new(amazonebsvolumebuilder.Builder),
"amazon-instance": new(amazoninstancebuilder.Builder),
"azure-arm": new(azurearmbuilder.Builder),
2019-06-02 15:26:03 -04:00
"azure-chroot": new(azurechrootbuilder.Builder),
2018-01-25 17:01:34 -05:00
"cloudstack": new(cloudstackbuilder.Builder),
"digitalocean": new(digitaloceanbuilder.Builder),
"docker": new(dockerbuilder.Builder),
"file": new(filebuilder.Builder),
"googlecompute": new(googlecomputebuilder.Builder),
2018-10-17 06:15:47 -04:00
"hcloud": new(hcloudbuilder.Builder),
2019-01-23 08:04:05 -05:00
"hyperone": new(hyperonebuilder.Builder),
2018-01-25 17:01:34 -05:00
"hyperv-iso": new(hypervisobuilder.Builder),
"hyperv-vmcx": new(hypervvmcxbuilder.Builder),
"jdcloud": new(jdcloudbuilder.Builder),
"linode": new(linodebuilder.Builder),
2018-01-25 17:01:34 -05:00
"lxc": new(lxcbuilder.Builder),
"lxd": new(lxdbuilder.Builder),
2018-01-11 04:57:53 -05:00
"ncloud": new(ncloudbuilder.Builder),
2018-01-25 17:01:34 -05:00
"null": new(nullbuilder.Builder),
"oneandone": new(oneandonebuilder.Builder),
"openstack": new(openstackbuilder.Builder),
"oracle-classic": new(oracleclassicbuilder.Builder),
"oracle-oci": new(oracleocibuilder.Builder),
2019-02-11 17:43:16 -05:00
"osc-bsu": new(oscbsubuilder.Builder),
2019-01-30 13:48:51 -05:00
"osc-bsusurrogate": new(oscbsusurrogatebuilder.Builder),
"osc-bsuvolume": new(oscbsuvolumebuilder.Builder),
2019-02-15 12:41:36 -05:00
"osc-chroot": new(oscchrootbuilder.Builder),
2018-01-25 17:01:34 -05:00
"parallels-iso": new(parallelsisobuilder.Builder),
"parallels-pvm": new(parallelspvmbuilder.Builder),
"profitbricks": new(profitbricksbuilder.Builder),
"proxmox": new(proxmoxbuilder.Builder),
2018-01-25 17:01:34 -05:00
"qemu": new(qemubuilder.Builder),
2017-04-06 05:19:17 -04:00
"scaleway": new(scalewaybuilder.Builder),
2019-02-04 09:16:38 -05:00
"tencentcloud-cvm": new(tencentcloudcvmbuilder.Builder),
2018-01-25 17:01:34 -05:00
"triton": new(tritonbuilder.Builder),
2019-06-13 03:16:49 -04:00
"ucloud-uhost": new(uclouduhostbuilder.Builder),
2019-01-11 17:06:15 -05:00
"vagrant": new(vagrantbuilder.Builder),
2018-01-25 17:01:34 -05:00
"virtualbox-iso": new(virtualboxisobuilder.Builder),
"virtualbox-ovf": new(virtualboxovfbuilder.Builder),
2019-02-16 08:32:22 -05:00
"virtualbox-vm": new(virtualboxvmbuilder.Builder),
2018-01-25 17:01:34 -05:00
"vmware-iso": new(vmwareisobuilder.Builder),
"vmware-vmx": new(vmwarevmxbuilder.Builder),
"vsphere-clone": new(vsphereclonebuilder.Builder),
"vsphere-iso": new(vsphereisobuilder.Builder),
2019-04-09 17:50:51 -04:00
"yandex": new(yandexbuilder.Builder),
}
var Provisioners = map[string]packer.Provisioner{
2018-01-25 17:01:34 -05:00
"ansible": new(ansibleprovisioner.Provisioner),
"ansible-local": new(ansiblelocalprovisioner.Provisioner),
2018-11-29 17:32:52 -05:00
"breakpoint": new(breakpointprovisioner.Provisioner),
2018-01-25 17:01:34 -05:00
"chef-client": new(chefclientprovisioner.Provisioner),
"chef-solo": new(chefsoloprovisioner.Provisioner),
"converge": new(convergeprovisioner.Provisioner),
"file": new(fileprovisioner.Provisioner),
2019-01-20 10:43:47 -05:00
"inspec": new(inspecprovisioner.Provisioner),
2018-01-25 17:01:34 -05:00
"powershell": new(powershellprovisioner.Provisioner),
"puppet-masterless": new(puppetmasterlessprovisioner.Provisioner),
"puppet-server": new(puppetserverprovisioner.Provisioner),
"salt-masterless": new(saltmasterlessprovisioner.Provisioner),
2018-01-25 17:01:34 -05:00
"shell": new(shellprovisioner.Provisioner),
"shell-local": new(shelllocalprovisioner.Provisioner),
"sleep": new(sleepprovisioner.Provisioner),
"windows-restart": new(windowsrestartprovisioner.Provisioner),
2018-01-25 17:01:34 -05:00
"windows-shell": new(windowsshellprovisioner.Provisioner),
}
var PostProcessors = map[string]packer.PostProcessor{
2018-01-25 17:01:34 -05:00
"alicloud-import": new(alicloudimportpostprocessor.PostProcessor),
"amazon-import": new(amazonimportpostprocessor.PostProcessor),
"artifice": new(artificepostprocessor.PostProcessor),
"checksum": new(checksumpostprocessor.PostProcessor),
"compress": new(compresspostprocessor.PostProcessor),
2018-11-22 21:33:34 -05:00
"digitalocean-import": new(digitaloceanimportpostprocessor.PostProcessor),
2018-01-25 17:01:34 -05:00
"docker-import": new(dockerimportpostprocessor.PostProcessor),
"docker-push": new(dockerpushpostprocessor.PostProcessor),
"docker-save": new(dockersavepostprocessor.PostProcessor),
"docker-tag": new(dockertagpostprocessor.PostProcessor),
"exoscale-import": new(exoscaleimportpostprocessor.PostProcessor),
2018-01-25 17:01:34 -05:00
"googlecompute-export": new(googlecomputeexportpostprocessor.PostProcessor),
"googlecompute-import": new(googlecomputeimportpostprocessor.PostProcessor),
2018-01-25 17:01:34 -05:00
"manifest": new(manifestpostprocessor.PostProcessor),
"shell-local": new(shelllocalpostprocessor.PostProcessor),
2019-10-18 02:52:20 -04:00
"ucloud-import": new(ucloudimportpostprocessor.PostProcessor),
2018-01-25 17:01:34 -05:00
"vagrant": new(vagrantpostprocessor.PostProcessor),
"vagrant-cloud": new(vagrantcloudpostprocessor.PostProcessor),
"vsphere": new(vspherepostprocessor.PostProcessor),
"vsphere-template": new(vspheretemplatepostprocessor.PostProcessor),
}
var pluginRegexp = regexp.MustCompile("packer-(builder|post-processor|provisioner)-(.+)")
func (c *PluginCommand) Run(args []string) int {
// This is an internal call (users should not call this directly) so we're
// not going to do much input validation. If there's a problem we'll often
// just crash. Error handling should be added to facilitate debugging.
log.Printf("args: %#v", args)
if len(args) != 1 {
c.Ui.Error("Wrong number of args")
return 1
}
// Plugin will match something like "packer-builder-amazon-ebs"
parts := pluginRegexp.FindStringSubmatch(args[0])
if len(parts) != 3 {
c.Ui.Error(fmt.Sprintf("Error parsing plugin argument [DEBUG]: %#v", parts))
return 1
}
pluginType := parts[1] // capture group 1 (builder|post-processor|provisioner)
pluginName := parts[2] // capture group 2 (.+)
server, err := plugin.Server()
if err != nil {
c.Ui.Error(fmt.Sprintf("Error starting plugin server: %s", err))
return 1
}
switch pluginType {
case "builder":
builder, found := Builders[pluginName]
if !found {
c.Ui.Error(fmt.Sprintf("Could not load builder: %s", pluginName))
return 1
}
server.RegisterBuilder(builder)
case "provisioner":
provisioner, found := Provisioners[pluginName]
if !found {
c.Ui.Error(fmt.Sprintf("Could not load provisioner: %s", pluginName))
return 1
}
server.RegisterProvisioner(provisioner)
case "post-processor":
postProcessor, found := PostProcessors[pluginName]
if !found {
c.Ui.Error(fmt.Sprintf("Could not load post-processor: %s", pluginName))
return 1
}
server.RegisterPostProcessor(postProcessor)
}
server.Serve()
return 0
}
func (*PluginCommand) Help() string {
helpText := `
Usage: packer plugin PLUGIN
Runs an internally-compiled version of a plugin from the packer binary.
NOTE: this is an internal command and you should not call it yourself.
`
return strings.TrimSpace(helpText)
}
func (c *PluginCommand) Synopsis() string {
return "internal plugin command"
}