-
Notifications
You must be signed in to change notification settings - Fork 141
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
Revert "Revert "Renaming to platform variables"" #934
Conversation
This reverts commit 4a380f3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally happy. @sean-m-sullivan I have a few comments but nothing major
ddae653
to
4c78324
Compare
4c78324
to
4fec59a
Compare
.github/workflows/pre-commit.yml
Outdated
collection_name: controller_configuration | ||
collection_version: 2.10.0 | ||
collection_name: aap_configuration | ||
collection_version: 3.0.0-devel | ||
collection_repo: https://github.com/redhat-cop/aap_configuration/ | ||
collection_dependencies: awx.awx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this take a list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not without changing it all I believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to make that change to fix the workflows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, I see what you're referring to now... (not clear in the GH ui). It does take a space separated list
collection_dependencies: awx.awx | |
collection_dependencies: awx.awx ansible.eda ansible.hub |
We would also need ansible.platform
but that doesn't seem to be on galaxy so that may not be too helpful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sean-m-sullivan I think you're involved with the ansible.platform collection... is it going to be on galaxy? (or am I missing it?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, we might need to change the workflow stuff but we can work on that later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not AFAIK, I was involved in the initial push of it, but have not been more recently, but it it is my understanding it will not be public.
This is now good to go from my perspective |
We need to fix all the linting issues etc. before releasing though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
i.e. reopens Sean's #928