-
Notifications
You must be signed in to change notification settings - Fork 12
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
Enable use_suseconnect argument for registration.yaml #203
Conversation
acc7b50
to
51ffd41
Compare
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
51ffd41
to
8a57a3e
Compare
@@ -4,6 +4,9 @@ | |||
become: true | |||
become_user: root | |||
|
|||
vars: | |||
use_suseconnect: false # Set to false unless specified |
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.
vars should come from defaults/main.yml
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.
In the registration role that we use in some tests instead of the normal registration playbook, It is defined there. But we don't have defaults/main.yml
for non-role playbooks (like this registration.yaml
playbook), and this variable is unique to this playbook - not used anywhere else.
8a57a3e
to
56d8a63
Compare
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
Change the
registration
playbook to take an optional argumentuse_suseconnect
, similar to the registration role.https://openqa.suse.de/tests/13374416
https://openqa.suse.de/tests/13375013 (GCE)
EC2 coming
NOTE: merge together with os-autoinst/os-autoinst-distri-opensuse#18544