-
Notifications
You must be signed in to change notification settings - Fork 664
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
Removed migration and vagrant driver #2414
Conversation
7e6389b
to
f34f578
Compare
- Configuration migration from v1 to v2 is removed. - Vagrant driver is removed, as this will be developed externally from https://github.com/pycontribs/molecule-vagrant Fixes: 2315 Signed-off-by: Sorin Sbarnea <ssbarnea@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.
🚀 🚀 🚀
https://github.com/pycontribs/molecule-vagrant is an empty repo at the moment, and no molecule-vagrant project in pypi. Any idea where I can find the project? |
Looks like these files didn't make it into https://github.com/ansible-community/molecule-vagrant :
I'm now getting the following errors:
[Where] should these be added in molecule-vagrant so that |
And what is the last version before this change was released? |
When I just copy create.yml and destroy.yml from the links above into the scenario directory, wget 'https://raw.githubusercontent.com/ansible-community/molecule/0cf231a3623e10456fbc21795ae42286ed88e479/molecule/provisioner/ansible/playbooks/vagrant/destroy.yml'
wget 'https://raw.githubusercontent.com/ansible-community/molecule/0cf231a3623e10456fbc21795ae42286ed88e479/molecule/provisioner/ansible/playbooks/vagrant/create.yml' I'm now getting:
presumably because So, to workaround this with master:
|
from https://github.com/pycontribs/molecule-vagrant
Fixes: #2315