-
Notifications
You must be signed in to change notification settings - Fork 77
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
synced_folder support #47
Comments
+1 |
@ramereth cough Lance cough This sees like a great idea. I'll put it on the TODO list, and maybe I can attack it in the near future. |
Do we have this synced_folder support in kitchen-openstack yet ? Im spinning instances in openstack . inorder to work through my tests i need to my local project folder shared on the instance. in vagrant though its very easy . would be a great help if added |
I worked around this with the user_data support of the driver. It's a bit ugly, but works. Obviously, I'd rather have support for synced folders as well. :) |
i have added data_path so that my proj_directory is synced inside /tmp/kitchen/data by default.
|
Does it make sense to add support for
synced_folder
similar to how vagrant-openstack does it using rsync? That would come in rather handy for a few specific purposes.The text was updated successfully, but these errors were encountered: