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

bump vagrant hypconfigmgmt to 0.0.9 #162

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

vdloo
Copy link
Member

@vdloo vdloo commented Jul 12, 2017

With vagrant-hypconfigmgmt 0.0.9 the dialogue will prompt for 5.6 and enable the user to boot a box that runs PHP5.6 by creating a local.xml that contains:

php:
  version: 5.6
vdloo@workstation4:~/code/projects/hypernode-vagrant$ vagrant up
Bringing machine 'hypernode' up with 'lxc' 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 5.6 or 7.0 Hypernode? [default 7.0]: 5.6
==> hypernode: Will boot a box with PHP 5.6 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]: 
==> hypernode: Virtualbox is the default fs type. If you later want to try a faster fs type like nfs_guest, edit local.yml
==> hypernode: Disabling fs->folders->magento1 in the local.yml because Magento 2 was configured..
    hypernode: Do you want to enable the production-like firewall? Enter true or false [default false]: 
==> hypernode: The firewall will be disabled
    hypernode: Do you want to enable production-like memory management? 
    hypernode: This might be slower but it is more in-line with a real Hypernode. 
    hypernode: Note: for LXC boxes this setting is disabled. 
    hypernode: Enter true or false [default false]: 
==> hypernode: Production-like memory management will be disabled
    hypernode: Do you want to install Xdebug? Enter true or false [default false]: 
==> hypernode: Xdebug will be disabled
    hypernode: What Ubuntu version do you want to use? Options: xenial, precise (deprecated) [default xenial]: 
==> hypernode: Will use the Xenial version. This is the default.
==> hypernode: Your hypernode-vagrant is now configured. Please run "vagrant up" again.

Changes: https://github.com/ByteInternet/hypernode-vagrant/pull/157/files

@vdloo
Copy link
Member Author

vdloo commented Jul 12, 2017

This is now live on rubygems: https://rubygems.org/gems/vagrant-hypconfigmgmt/versions/0.0.9

vdloo@workstation4:~/code/projects/hypernode-vagrant/vagrant/plugins/vagrant-hypconfigmgmt/pkg$ gem push vagrant-hypconfigmgmt-0.0.9.gem
Pushing gem to https://rubygems.org...
Successfully registered gem: vagrant-hypconfigmgmt (0.0.9)

Copy link

@genisd genisd left a comment

Choose a reason for hiding this comment

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

lgtm

@vdloo vdloo merged commit b109efc into master Jul 12, 2017
@vdloo vdloo deleted the bump-vagrant-hypconfigmgmt-to-0.0.9 branch July 12, 2017 11:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants