-
Notifications
You must be signed in to change notification settings - Fork 93
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
role: hosted_engine_setup: Filter VLAN devices with bad names #238
Conversation
Verified |
5c24bb0
to
8ab65d5
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.
When we added the team filtering we had a message only for team devices that were not supported, now we have further options, so I think it's best if we add also a fail message for each unsupported case when only this type is available.
roles/hosted_engine_setup/tasks/filter_unsupported_vlan_devices.yml
Outdated
Show resolved
Hide resolved
Verified |
69d2503
to
147eb42
Compare
ee0fc8a
to
bc82761
Compare
ci test please |
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.
Please remove all debug
modules or add to all of them name
. CI currently does not check this but we are moving to ansible-lint 5.0.0 where it is required.
48eadb9
to
86c438f
Compare
Filter VLAN devices with bad names Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1933642 Signed-off-by: Aviv Turgeman <aturgema@redhat.com>
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
) * role: hosted_engine_setup Filter VLAN devices with bad names Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1933642 Signed-off-by: Aviv Turgeman <aturgema@redhat.com> * Update hosted_engine_setup-ansible-lint-5.0.0-alignment * Create 23-filter-VLAN-devices-with-bad-names.yml * Rename 23-filter-VLAN-devices-with-bad-names.yml to 238-filter-vlan-devices-with-bad-names.yml Co-authored-by: Martin Nečas <necas.marty@gmail.com>
Filter VLAN devices with bad names
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1933642
Signed-off-by: Aviv Turgeman aturgema@redhat.com