Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A box must be specified. #13549

Open
gusechuisheng opened this issue Dec 1, 2024 · 0 comments
Open

A box must be specified. #13549

gusechuisheng opened this issue Dec 1, 2024 · 0 comments

Comments

@gusechuisheng
Copy link

ubuntu

vagrant:2.4.1

-->

Debug output

Expected behavior

Actual behavior

Reproduction information

Vagrant version

Host operating system

Guest operating system

Steps to reproduce

Vagrantfile

cat Vagrantfile
boxes = [

windows server 2019

{ :name => "GOAD-DC01", :ip => "{{ip_range}}.10", :box => "StefanScherer/windows_2019", :box_version => "2021.05.15", :os => "windows", :cpus => 2, :mem => 3000},

windows server 2019

{ :name => "GOAD-DC02", :ip => "{{ip_range}}.11", :box => "StefanScherer/windows_2019", :box_version => "2021.05.15", :os => "windows", :cpus => 2, :mem => 3000},

windows server 2016

{ :name => "GOAD-DC03", :ip => "{{ip_range}}.12", :box => "StefanScherer/windows_2016", :box_version => "2017.12.14", :os => "windows", :cpus => 2, :mem => 3000},

windows server 2019

{ :name => "GOAD-SRV02", :ip => "{{ip_range}}.22", :box => "StefanScherer/windows_2019", :box_version => "2021.05.15", :os => "windows", :cpus => 2, :mem => 6000},

windows server 2016

{ :name => "GOAD-SRV03", :ip => "{{ip_range}}.23", :box => "StefanScherer/windows_2016", :box_version => "2019.02.14", :os => "windows", :cpus => 2, :mem => 5000}
]

####ERROR
(venvGOAD) qqq@qqq-virtual-machine:~/GOAD/ad/GOAD/providers/virtualbox$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:

  • A box must be specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant