Skip to content

Virtual box created without HostOnlyInterface name. #6

@Infiniverse

Description

@Infiniverse

A virtual box machine is being created with no HostOnlyInterface named in the config, which is preventing the virtual box provisioning process from being completed.

Host: MacOs Yosemite.
Ploy fron git today.

Using the default test config:

[vb-instance:ploy-demo]
vm-nic2 = nat
vm-natpf2 = ssh,tcp,,44003,,22
storage =
    --medium vb-disk:defaultdisk
    --type dvddrive --medium http://mfsbsd.vx.sk/files/iso/10/amd64/mfsbsd-se-10.1-RELEASE-amd64.iso --medium_sha1 03af247c1058a78a251c46ad5a13dc7b84a7ee7d

Running: ploy start ploy-demo

The virtual box configuration file generated contains:

    <Adapter slot="0" enabled="true" MACAddress="080027323DF0" cable="true" speed="0" type="Am79C973">
      <DisabledModes>
        <NAT>
          <DNS pass-domain="true" use-proxy="false" use-host-resolver="false"/>
          <Alias logging="false" proxy-only="false" use-same-ports="false"/>
        </NAT>
        <InternalNetwork name="intnet"/>
        <NATNetwork name="NatNetwork"/>
      </DisabledModes>
      <HostOnlyInterface name=""/>
    </Adapter>

Note that the should be

How do I resolve this please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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