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

Added additional parameters to support synced folder and ip-adress #42

Merged
merged 3 commits into from
Jun 26, 2015
Merged

Added additional parameters to support synced folder and ip-adress #42

merged 3 commits into from
Jun 26, 2015

Conversation

mstellwa
Copy link
Contributor

Added some additional configuration parameters , shared_folder_host and
shared_folder_guest for adding a synced folder and priv_net_ip for
setting the private network ip-adress. Changed the Vagrantfile
accordingly as well.

Also added fix for installing updated vbguest ad-ons.

mstellwa added 2 commits June 22, 2015 14:41
Added some additional configuration parameters , shared_folder_host and
shared_folder_guest for adding a synced folder and priv_net_ip for
setting the private network ip-adress. Changed the Vagrantfile
accordingly as well.
Script for updating the kernel modules so updated vbguest ad-ons be
installed on the box. Code from
dotless-de/vagrant-vbguest#141 thread.
@grtjn
Copy link
Owner

grtjn commented Jun 26, 2015

Interesting stuff in here, but can you make a few changes? I'll make inline comments..

@@ -34,14 +34,24 @@ end
puts "ml-version=#{@ml_version}"
puts "nr-hosts=#{@nr_hosts}"

@priv_net_ip = ENV['PRIV_NET_IP'] || @properties['PRIV_NET_IP'] || "192.168.33.10"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer no default ip, and use dhcp as default for private network as well.

Set parameters to default.
Changed back memory to 2048
Made new parameters optional
@mstellwa
Copy link
Contributor Author

Added a new commit with changes. Removed the addition to handle kernel update.

grtjn added a commit that referenced this pull request Jun 26, 2015
Added additional parameters to support synced folder and ip-adress
@grtjn grtjn merged commit d25b34f into grtjn:master Jun 26, 2015
@grtjn
Copy link
Owner

grtjn commented Jun 26, 2015

Fixed #45 and #24..

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

Successfully merging this pull request may close these issues.

2 participants