[vagrant-up] Private box repository and SSL

2018-10-24 Thread Nc Diesel
So my company wants to host their own boxes; all the while supporting versioning. This turned out to be pretty simple, but I can not get "vagrant box add" to work using a UR and I was hoping some of you folks could help. The symptom is the download just hangs for about 80 seconds and then

[vagrant-up] Re: Private box repository and SSL

2018-10-26 Thread Nc Diesel
at 2:36:45 PM UTC-4, Nc Diesel wrote: > > So my company wants to host their own boxes; all the while supporting > versioning. This turned out to be pretty simple, but I can not get > "vagrant box add" to work using a UR and I was hoping some of you folks > could help

Re: [vagrant-up] Private box repository and SSL

2018-10-25 Thread Nc Diesel
Thanks - the CLI indicated I had to have a name when when I used the command you provided below: $ vagrant box add https://ctmcsi.wellsfargo.com/CSIDev/centos.json ==> box: Box file was not detected as metadata. Adding it directly... A name is required when adding a box file directly. Please

Re: [vagrant-up] Private box repository and SSL

2018-10-25 Thread Nc Diesel
Thanks - the CLI indicated I had to have a name when when I used the command you provided below: $ vagrant box add https://xxx.xxx.xxx/CSIDev/centos.json ==> box: Box file was not detected as metadata. Adding it directly... A name is required

Re: [vagrant-up] Private box repository and SSL

2018-10-25 Thread Nc Diesel
Thanks - the CLI indicated I had to have a name when when I used the command you provided below: $ vagrant box add https://ctmcsi.wellsfargo.com/CSIDev/centos.json ==> box: Box file was not detected as metadata. Adding it directly... A name is required when adding a box file directly. Please

Re: [vagrant-up] Private box repository and SSL

2018-10-25 Thread Nc Diesel
e your cert. > > how you are setting the custom server? > > you can use this env var > > VAGRANT_SERVER_URL > > how are you calling vagrant box add ? > > if you share more info, will be better to assist here. > > thanks > alvaro > > On Wed, Oct 24, 2018 at

[vagrant-up] Including other files when packaging a box

2018-11-16 Thread Nc Diesel
So I package a box: vagrant package --base MyDevelopment --output MyDevelopment-0.5.0.box --include cookbooks --vagrantfile Vagrantfile When I untar the box, cookbooks and its entire tree and the correct Vagrantfile are in there. So far so good But no combination of "vagrant box add" and

[vagrant-up] Re: Including other files when packaging a box

2018-11-16 Thread Nc Diesel
, 2018 at 10:11:12 AM UTC-5, Nc Diesel wrote: > > So I package a box: > > vagrant package --base MyDevelopment --output MyDevelopment-0.5.0.box > --include cookbooks --vagrantfile Vagrantfile > > When I untar the box, cookbooks and its entire tree and the correct > Vagrantfile

[vagrant-up] Re: Including other files when packaging a box

2018-11-28 Thread Nc Diesel
lt_1543430081688_64 ==> default: Auto-generating node name for Chef... *==> default: The cookbook path 'C:/Users/XX/VagrantMachines/050Test-2/cookbooks' doesn't exist. Ignoring...* On Friday, November 16, 2018 at 10:11:12 AM UTC-5, Nc Diesel wrote: > > So I package a box: > >