Skip to content
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

The default configuration file is wrong if not joining an existing Domain #1511

Closed
xpillons opened this issue May 7, 2023 · 1 comment · Fixed by #1514
Closed

The default configuration file is wrong if not joining an existing Domain #1511

xpillons opened this issue May 7, 2023 · 1 comment · Fixed by #1514
Labels
kind/bug Something isn't working

Comments

@xpillons
Copy link
Collaborator

xpillons commented May 7, 2023

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
image

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 you
  use_existing_dc: false # Set to true if you want to join a domain with existing DC
  domain_join_user:
    username: hpcadmin
    password_key_vault_name: '{{key_vault}}' # name_for_the_key_vault_with_the_domain_join_password
    password_key_vault_resource_group_name: '{{resource_group}}' # resource_group_name_for_the_key_vault_with_the_domain_join_password
    password_key_vault_secret_name: 'hpcadmin-password' # key_vault_secret_name_for_the_domain_join_password
  # additional settings when using an existinf DC
  existing_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"]
@xpillons xpillons added the kind/bug Something isn't working label May 7, 2023
@xpillons xpillons added this to the Version 1.0.36 milestone May 9, 2023
@xpillons
Copy link
Collaborator Author

xpillons commented May 9, 2023

Workaround is to remove or comment of the domain section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant