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

AGENT-860: Update configure command to handle multiple HostConfigs #6062

Merged
merged 1 commit into from Mar 15, 2024

Commits on Mar 8, 2024

  1. AGENT-860: Update configure command to handle multiple HostConfigs

    for day-2/addnodes workflow.
    
    Updated the LoadHostConfigs function to only load the current
    host's HostConfig if the workflow is addnodes.
    
    Only the current host's HostConfig is needed because each host in
    the addnodes workflow has its own assisted-service. Loading other
    node's HostConfigs would cause the apply-host-config service
    to continually wait for other hosts to register with assisted-service
    because each node is added in isolation.
    rwsu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9b1dd06 View commit details
    Browse the repository at this point in the history