Hello,
Firstly thanks a lot for your detailed answer. That really helped. Right now, we are able to load vagrantfile.
However, we have another problem right now. We can install plugin and add it in Vagrantfile.
Plugin gets triggered before machine up as expected… We authenticate to artifactory. However vagrant does not start downloading boxes after we authenticate.
If I add authentication block on top of Vagrantfile we can download boxes.
I believe I need to use an after hook to initialize downloading boxes.
I tried out couple different hooks but none of them worked so far.
Do you have any suggestions ?