-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: Use vexxhost.containers #77
Conversation
270d161
to
b7ae771
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.
Few other changes:
- Please delete the
directory
,download_artifact
,forget_package
,package
andrunc
roles from here - Make sure you reference them from
vexxhost.containers
instead - There should be no code changes at all other than adding a
vexxhost.containers
prefix :)
b7ae771
to
3da1f56
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.
one last change :)
molecule/forget-package/converge.yml
Outdated
@@ -16,6 +16,6 @@ | |||
hosts: all | |||
become: true | |||
roles: | |||
- role: vexxhost.kubernetes.forget_package | |||
- role: vexxhost.containers.forget_package |
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.
this molecule test should be moved to the collections repo
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.
by this i mean the entire molecule/forget-package
folder should be moved to the containers collection, and then the tests should be there, and so we dont have to test it here :)
relate to vexxhost/atmosphere#711