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

OPSEXP-3057 Refactor repository role to use default vars #1091

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

pmacius
Copy link
Contributor

@pmacius pmacius commented Feb 28, 2025

@pmacius pmacius added the ec2-test Triggers ec2 integrations tests label Mar 3, 2025
@pmacius pmacius requested review from gionn and alxgomz March 3, 2025 13:21
@pmacius pmacius requested a review from gionn March 3, 2025 14:35
@pmacius pmacius requested a review from gionn March 3, 2025 15:18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about we set a fact for acs_play_repository_acs_edition == "Enterprise" e.g. acs_isEnterprise?

@@ -4,8 +4,6 @@ if [ $(id -u) -eq 0 ]; then
exit
fi
. {{ config_folder }}/setenv.sh
{% if acs.version is version('7.2.0', '>=') -%}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we getting rid of this condition and not the same one in repo role?

@@ -71,3 +71,8 @@ argument_specs:
required: false
description: |
The URL to download the checksum of the transformers All-In-One artifact.
transformers_repository_acs_edition:
type: str
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gionn gionn removed their request for review March 4, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ec2-test Triggers ec2 integrations tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants