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
If setting up a new controller, controller_instance_groups is higher in the dispatch defaults main.yml than controller_credentials. This results in Instance groups being unable to be managed if they require a credential, such kubernetes authentication credentials.
Moving controller_instance_groups to lower in this list, after controller_credentials would address this
I don't see the order of the roles being changed in the PR associated with #858, did you mean a different issue?
This isn't related to the Instance Group and an Organization being created, but the fact that the Instance Group may need Credentials, but with the current order, the Credentials haven't been created yet, so the Instance Group task fails if a credential is specified
I am not positive, I thought this was a related issue but I would have to spend more time looking into it which I do not have right now. If anyone else has some more time to look into it that would be helpful if not I will try and get around to this sometime.
Summary
If setting up a new controller,
controller_instance_groups
is higher in the dispatch defaults main.yml than controller_credentials. This results in Instance groups being unable to be managed if they require a credential, such kubernetes authentication credentials.Moving controller_instance_groups to lower in this list, after controller_credentials would address this
Issue Type
Ansible, Collection, Controller details
OS / ENVIRONMENT
Desired Behavior
A new controller from scratch should build items in an order that does not depend on future items
Actual Behavior
Please give some details of what is actually happening.
Include a [minimum complete verifiable example] with:
Instance group failed to be created because the credential needed by it had not been created yet
STEPS TO REPRODUCE
The text was updated successfully, but these errors were encountered: