Skip to content

Instantly share code, notes, and snippets.

@clementcohen
Created September 8, 2022 19:15
Show Gist options
  • Save clementcohen/e5ef720963c9e1d316d344a86baeb373 to your computer and use it in GitHub Desktop.
Save clementcohen/e5ef720963c9e1d316d344a86baeb373 to your computer and use it in GitHub Desktop.
packer build osc-bsu.pkr.hcl
2022/09/08 21:14:27 [INFO] Packer version: 1.8.3 [go1.17.11 linux amd64]
2022/09/08 21:14:27 Old default config directory found: /home/ccohen/.packer.d
2022/09/08 21:14:27 [TRACE] discovering plugins in /usr/bin
2022/09/08 21:14:27 Old default config directory found: /home/ccohen/.packer.d
2022/09/08 21:14:27 [TRACE] discovering plugins in /home/ccohen/.packer.d/plugins
2022/09/08 21:14:27 [DEBUG] Discovered plugin: outscale = /home/ccohen/.packer.d/plugins/github.com/outscale/outscale/packer-plugin-outscale_v1.0.2_x5.0_linux_amd64
2022/09/08 21:14:27 [INFO] found external [bsu bsusurrogate bsuvolume chroot] builders from outscale plugin
2022/09/08 21:14:27 [TRACE] discovering plugins in .
2022/09/08 21:14:27 [INFO] PACKER_CONFIG env var not set; checking the default config file path
2022/09/08 21:14:27 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/ccohen/.packerconfig
2022/09/08 21:14:27 [WARN] Config file doesn't exist: /home/ccohen/.packerconfig
2022/09/08 21:14:27 Old default config directory found: /home/ccohen/.packer.d
2022/09/08 21:14:27 [INFO] Setting cache directory: /home/ccohen/.cache/packer
2022/09/08 21:14:27 Old default config directory found: /home/ccohen/.packer.d
2022/09/08 21:14:27 [TRACE] listing potential installations for "github.com/outscale/outscale" that match ">=v0.1.0". plugingetter.ListInstallationsOptions{FromFolders:[]string{"/usr/bin/packer", ".", "/home/ccohen/.packer.d/plugins"}, BinaryInstallationOptions:plugingetter.BinaryInstallationOptions{APIVersionMajor:"5", APIVersionMinor:"0", OS:"linux", ARCH:"amd64", Ext:"", Checksummers:[]plugingetter.Checksummer{plugingetter.Checksummer{Type:"sha256", Hash:(*sha256.digest)(0xc0005ac300)}}}}
2022/09/08 21:14:27 [TRACE] Found the following "github.com/outscale/outscale" installations: [{/home/ccohen/.packer.d/plugins/github.com/outscale/outscale/packer-plugin-outscale_v1.0.2_x5.0_linux_amd64 v1.0.2}]
2022/09/08 21:14:27 [INFO] found external [bsu bsusurrogate bsuvolume chroot] builders from outscale plugin
2022/09/08 21:14:27 [TRACE] validateValue: not active for omi_name, so skipping
2022/09/08 21:14:27 [TRACE] validateValue: not active for omi, so skipping
2022/09/08 21:14:27 [TRACE] validateValue: not active for volsize, so skipping
2022/09/08 21:14:27 [TRACE] validateValue: not active for region, so skipping
2022/09/08 21:14:27 [TRACE] validateValue: not active for username, so skipping
Error: Unknown source type osc-bsusurrogate
on line 0:
(source code not available)
known builders: [virtualbox-ovf tencentcloud-cvm azure-arm proxmox-clone
on line 0:
amazon-chroot hyperv-vmcx docker vagrant hyperone hcloud oracle-classic proxmox
vmware-iso outscale-chroot null virtualbox-iso parallels-iso amazon-ebs
(source code not available)
amazon-instance hyperv-iso jdcloud outscale-bsusurrogate ucloud-uhost
digitalocean ncloud openstack outscale-bsu yandex azure-chroot alicloud-ecs
oneandone proxmox-iso file vsphere-clone parallels-pvm outscale-bsuvolume
amazon-ebssurrogate qemu amazon-ebsvolume linode cloudstack virtualbox-vm
known builders: [virtualbox-ovf tencentcloud-cvm azure-arm proxmox-clone
oracle-oci googlecompute triton vsphere-iso azure-dtl lxd lxc profitbricks
vmware-vmx]
2022/09/08 21:14:27 [INFO] (telemetry) Finalizing.
amazon-chroot hyperv-vmcx docker vagrant hyperone hcloud oracle-classic proxmox
vmware-iso outscale-chroot null virtualbox-iso parallels-iso amazon-ebs
amazon-instance hyperv-iso jdcloud outscale-bsusurrogate ucloud-uhost
digitalocean ncloud openstack outscale-bsu yandex azure-chroot alicloud-ecs
oneandone proxmox-iso file vsphere-clone parallels-pvm outscale-bsuvolume
amazon-ebssurrogate qemu amazon-ebsvolume linode cloudstack virtualbox-vm
oracle-oci googlecompute triton vsphere-iso azure-dtl lxd lxc profitbricks
vmware-vmx]
2022/09/08 21:14:28 waiting for all plugin processes to complete...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment