-
Notifications
You must be signed in to change notification settings - Fork 9
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
SET-718 Fix Zeus molecule issue #241
Conversation
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.
Thanks, LGTM!
sigh that's not the PR I meant to approve... @rpelisse could you review this before you merge it? |
molecule/account/molecule.yml
Outdated
pre_build_image: true | ||
privileged: true | ||
command: "/usr/sbin/init" | ||
port_bindings: |
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.
Why do we need port-binding? I think we can remove those line, don't you think?
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.
You are right we are not testing any systemd-based service, we can remove 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.
@rpelisse modified it accordingly, Please review it.
f9632d9
to
2c0d984
Compare
Issue: https://issues.redhat.com/browse/SET-718
molecule issue discussion: ansible/molecule#4140