-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform deploy Fundamentals
enclave
#67
Comments
Maybe this is useful. You can turn off terraform waiting for IPs with |
Solved no operating system found errors when deploying windows 10 VM- firmware must be set to check templates specified firmware, bios is the default. github issue |
Logs from VM customization are stored on the VM in |
Check if winrm is disabled on win 10 template |
Configured winrm on windows 10 template, install still failing during customization but the clone is further along in the install process. Next step is to add connection block to terraform file explicitly specifying how to connect to winrm article |
We suspect that WinRM is not configured properly and causing the
and
We suspect this might be due to misconfiguration of
We can confirm that the The documentation further suggests using When trying to start the
|
Changed winrm service account to run as |
Added |
Writing terraform file to clone DC server, debugging error:
Resolved do not include special characters in the computerName |
Error during deployment of DC template Appears to be a known terraform problem when cloning VM with active directory running article. Workaround is clone a windows server 2019 vm and run dcpromo in post deployment actions |
To promote domain controller added Apply failed with error
Added additional arguments to connection block |
Winrm executing but connection fails with error
added null_resource to address potential race condition terraform issue |
Created
|
terraform |
Moved
|
From windows command line terraform Added closing |
Next incorporate dcpromo command |
Added |
Successfully promoted domain controller, but when system reboots terraform exits with an error. Added a delayed reboot and winrm disconnect to prevent the problem |
In |
Terraform cannot configure multiple The first step is removing hardcoded IP addresses from the Terraform file so they can be set by Ansible. Then we need to add the |
Attempting to join windows 10 machine to the domain.
Must include local admin credentials as well as domain admin credentials iot join a computer to a domain example Domain controller must be members |
Adding |
vyos requires a dhcp server to be running on the network so a |
Addded Config is copied over, router reboots and shows up with eth2 and eth3 no ip addresses for either |
|
Decision was made to stop using |
@marissaeinhorn As the fundamentals enclave is no longer a priority, the milestone marker is being removed and the issue is left over. Please convert any residual problems that affect |
(Removed tasks after deciding that Terraform will not customize)
Write terraform file to clone VMS and join them to domainTest terraform clones to ensure networking connectivity/configs is preservedDocument command line configs for input into packer templatesThe text was updated successfully, but these errors were encountered: