Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Support nfs guest and prompt for firewall #85

Merged
merged 2 commits into from
Jun 28, 2016

Conversation

vdloo
Copy link
Member

@vdloo vdloo commented Jun 28, 2016

Add nfs_guest support

  • make firewall configurable in settings
  • remove fs type from base config
  • prompt for fs type
  • add nfs_guest as fs option
  • bump version to vagrant-hypconfigmgmt 0.0.3
$ vagrant up
Bringing machine 'hypernode' up with 'virtualbox' provider...
    hypernode: Is this a Magento 1 or 2 Hypernode? [default 2]: 
==> hypernode: Nginx will be configured for Magento 2. /data/web/magento2/pub will be symlinked to /data/web/public
    hypernode: Is this a PHP 5.5 or 7.0 Hypernode? [default 7.0]: 
==> hypernode: Will boot a box with PHP 7.0 installed
    hypernode: Do you want to enable Varnish? Enter true or false [default false]: 
==> hypernode: Varnish will be disabled by loading a nocache vcl.
    hypernode: What filesystem type do you want to use? Options: nfs_guest, nfs, rsync, virtualbox [default virtualbox]: nfs_guest
==> hypernode: The host will mount NFS folders served by the guest
==> hypernode: Disabling fs->folders->magento1 in the local.yml because Magento 2 was configured..
==> hypernode: Disabling the firewall in the guest because fs type nfs_guest might run into some problems otherwise.
==> hypernode: Will use PHP 7. If you want PHP 5.5 instead change the php version in local.yml.
==> hypernode: Your hypernode-vagrant is now configured. Please run "vagrant up" again.

vdloo added 2 commits June 27, 2016 21:46
- make firewall configurable in settings
- remove fs type from base config
- prompt for fs type
- add nfs_guest as fs option
- bump version to vagrant-hypconfigmgmt 0.0.3
so older revisions of the repo don't break when a new gem is pushed and automatically installed, or when the repo is updated but the user does not install the new version
@vdloo vdloo merged commit de9631b into master Jun 28, 2016
@vdloo vdloo deleted the support-nfs-guest-and-prompt-for-firewall branch June 28, 2016 08:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant