You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the config.tpl.yml file as a config file template when not joining an existing domain should allow a proper deployment
Actual Behavior
Failure when building with Terraform
Steps to Reproduce the Problem
have a configuration file with the below content
domain:
name: "hpc.azure"#domain_join_ou: "OU=azhop" # OU to set the machine in. Make sure the OU exists in the domain as it won't be created for youuse_existing_dc: false # Set to true if you want to join a domain with existing DCdomain_join_user:
username: hpcadminpassword_key_vault_name: '{{key_vault}}'# name_for_the_key_vault_with_the_domain_join_passwordpassword_key_vault_resource_group_name: '{{resource_group}}'# resource_group_name_for_the_key_vault_with_the_domain_join_passwordpassword_key_vault_secret_name: 'hpcadmin-password'# key_vault_secret_name_for_the_domain_join_password# additional settings when using an existinf DCexisting_dc_details:
domain_controller_names: ["dc1", "dc2"]domain_controller_ip_addresses: ["192.168.1.100", "192.168.1.101"]private_dns_servers: ["192.168.1.53", "192.168.2.53"]
The text was updated successfully, but these errors were encountered:
Version
1.0.35
Expected Behavior
Using the config.tpl.yml file as a config file template when not joining an existing domain should allow a proper deployment
Actual Behavior
Failure when building with Terraform
Steps to Reproduce the Problem
have a configuration file with the below content
The text was updated successfully, but these errors were encountered: