Re: [vagrant-up] Need help with installing SqlServer during provision

2016-09-16 Thread Alvaro Miranda Aguilera
Hi there

cool stuff.

Now the next step usually is measure that Vagrant up time, and see how much 
of that can be done in the base box.

When you identify those steps, and you separate the provisioning, then you 
can:

a - vagrant up upto the first step, vagrant package
 vagrant up 2nd step and measure this time.

vagrant + virtualbox allow you package a vm, but not others

b. use packer to create a VM, or update an existing one upto the point 
where the first provisioning part happen.

For Virtualbox and vmware you can start on an existing VM, so you can have 
like a bake factory.

No need to over optimize what you got, just sharing what feels the natural 
path when those vagrant up start feeling slow
:)

Alvaro

On Saturday, September 17, 2016 at 12:20:36 AM UTC+2, Edward Evans wrote:
>
> I tried the zip method and that worked great...thanks so much!  I now have 
> the machine getting added to the domain, installing Sql Server, attaching a 
> database and adding all users and security.  Awesome stuff.
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/8bb2a9d2-c132-47af-8825-5d69dfda7551%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Need help with installing SqlServer during provision

2016-09-16 Thread Edward Evans
I tried the zip method and that worked great...thanks so much!  I now have 
the machine getting added to the domain, installing Sql Server, attaching a 
database and adding all users and security.  Awesome stuff.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/5e5a8eb3-e15d-4f5e-9193-52f6f92fde15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Need help with installing SqlServer during provision

2016-09-15 Thread Alvaro Miranda Aguilera
hi.

windows allow to mount the iso file, so you could explore that, to get a
method that will work in both providers

or you can just zip the required files and upload/download them an use them
then delete ?



On Thu, Sep 15, 2016 at 8:26 PM, Edward Evans  wrote:

> I'm on Windows 10 and using Hyper-V on one machine and VirtualBox on
> another and I'm trying to setup SqlServer during provisioning.  I'm
> installing Developer edition so I can't use the methods to install Express
> edition.
>
> I tried just putting the files from the ISO in a Sql2014 folder and map
> with SMB and that started ok, but it fails when trying to find .msi files
> in sub-folders to Sql2014 like in redist folder.
>
> So, if I manually mount the ISO file in the DVD drive and run it, it works
> great but I need a way to mount the ISO, do the install in provision, and
> then dismount the ISO file.
>
> Any help appreciated.
>
> Ed
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/e7a7b597-77c4-4325-9d0f-bb31bcf1ee1d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro
(+31)103400555

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezfUkYfFPprcCHudUkAa5WgoTw0ZnYq648Y85gMmE%3Ding%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.