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

aws share issue #367

Open
verhulstm opened this issue Jul 18, 2020 · 4 comments
Open

aws share issue #367

verhulstm opened this issue Jul 18, 2020 · 4 comments

Comments

@verhulstm
Copy link
Member

Bringing machine 'default' up with 'aws' provider...
==> default: Box 'dummy' could not be found. Attempting to find and install...
default: Box Provider: aws
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'dummy' (v0) for provider: aws
default: Downloading: https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box

Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--)

Progress: 100% (Rate: 547/s, Estimated time remaining: --:--:--)

==> default: Successfully added box 'dummy' (v0) for 'aws'!
==> default: Preparing SMB shared folders...
default: You will be asked for the username and password to use for the SMB
default: folders shortly. Please use the proper username/password of your
default: account.
default:
default: Username (user[@Domain]):

@nixjdm
Copy link
Member

nixjdm commented Jul 18, 2020

On an unmodified new project I don't reproduce this. I'll need more instructions to reproduce.

@verhulstm
Copy link
Member Author

verhulstm commented Jul 18, 2020

by default, aws trys to use samba shares. to make it use rsync i created this config file

[up]
provider = ec2
guest_os = ubuntu-1604
sync_type = rsync
sync_dirs = [["saltstack/etc", "/etc/salt"], ["saltstack/srv", "/srv"]]
command = bash /vagrant/provision.sh

@nixjdm
Copy link
Member

nixjdm commented Jul 18, 2020

I don't see that. For me, with the default createproject and rambo up -p ec2, it uses rsync, which is also the plugin's default https://github.com/mitchellh/vagrant-aws#synced-folders

Do you have an old version of the plugin? rambo vagrant plugin list will list them. I've got vagrant-aws (0.7.2, global). Something is setting it to Samba for you probably, but I don't know what.

@verhulstm
Copy link
Member Author

yes, vagrant-aws (0.7.2, global)

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

No branches or pull requests

2 participants