Skip to content

vsphere-clone - Customize requires Linux Customization Settings #7

Description

This issue was originally opened by @FF186 as hashicorp/packer#10041. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.


Hi,

I'm wondering why the customize options for vsphere-clone requires the linux_options: or else it says that customize is empty?
I want the ability to only add network_interface.

WORKS
 "customize": {
          "linux_options": {
            "host_name": "packer-test",
            "domain": "test.internal"
          },
          "network_interface": {
            "ipv4_address": "10.0.0.10",
            "ipv4_netmask": "24"
          }
 }
DOES NOT WORK
 "customize": {
          "network_interface": {
            "ipv4_address": "10.0.0.10",
            "ipv4_netmask": "24"
          }
 }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions