coreos / tectonic-forum

Apache License 2.0
30 stars 9 forks source link

Tectonic Terraform Vmware IP not configured #273

Open truck0321 opened 6 years ago

truck0321 commented 6 years ago

Issue Report Template

Tectonic Version

tectonic_1.8.4-tectonic.3 terraform version: 10.7 CoreOs 1576.5

Environment

Vmware 6.5

Expected Behavior

Terraform apply creates VM's and customizes OS with specified IP address

Actual Behavior

VM's are created correctly except that the IP address is not configured.

Reproduction Steps

  1. Run terraform plan --no errors
  2. Run terraform apply - no errors until terraform attempts to SSH to vm

4 error(s) occurred:

Other Information

Review of /var/log/vmware-imc/toolsDeployPkg.log complains about Perl missing and customization failing.

truck0321 commented 6 years ago

Is this the right place to request help with this? I haven't heard anything in 2 weeks so should I post this in the tectonic installer issues?

truck0321 commented 6 years ago

I checked the ignition logs and I'm seeing an error that ignition config file is empty. I then checked the guestinfo.coreos.config.data in the vmx file and decoded the Base64 string which showed the correct ip address configuration. I have disabled vAPP settings on the template so I'm not sure where to go next.