Skip to content
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

Open
ramereth opened this issue Apr 30, 2014 · 5 comments
Open

synced_folder support #47

ramereth opened this issue Apr 30, 2014 · 5 comments
Labels

Comments

@ramereth
Copy link
Contributor

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.

@egouraud
Copy link

+1
I am currently trying to get rspec junit tests reports directly from kitchen to be displayed in jenkins CI, and it seems to be the job of the driver (test-kitchen/test-kitchen#138 and test-kitchen/test-kitchen#130), as @sethvargo said ( a really useful source of informations :) thanks for that)
Having a step , typically between "verify" and "destroy" steps to retrieve some results files from a temporary tests instance would be useful. Or as you said a synced_folder in which we can locally retrieve remote results files.
For information, i'm using kitchen-puppet and kitchen-openstack (not chef).

@jjasghar
Copy link
Contributor

@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.

@jjasghar jjasghar added the TODO label Jul 20, 2015
@princepaulson1
Copy link

princepaulson1 commented Mar 16, 2017

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

@quulah
Copy link

quulah commented Mar 22, 2017

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. :)

@princepaulson1
Copy link

princepaulson1 commented Mar 22, 2017

i have added data_path so that my proj_directory is synced inside /tmp/kitchen/data by default.

provisioner:
  data_path: "." # Syncs files in path to /tmp/kitchen/data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants