Skip to content

Commit

Permalink
https://github.com/hashicorp/packer/issues/12118#issuecomment-1337627122
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jun 19, 2024
1 parent cc06d73 commit 522ea69
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions molecule/opensuse-leap-15.5-virtualbox/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ platforms:
provider_raw_config_args:
- customize ['modifyvm', :id, '--cpu-profile', 'host']
- customize ['modifyvm', :id, '--nested-hw-virt', 'on']
- customize ['modifyvm', :id, '--nat-localhostreachable1', 'on']
instance_raw_config_args:
- vm.box_check_update = false
- "vm.disk :disk, name: 'sdb', size: '10GB'"
Expand Down
1 change: 1 addition & 0 deletions molecule/opensuse-leap-15.6-virtualbox/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ platforms:
provider_raw_config_args:
- customize ['modifyvm', :id, '--cpu-profile', 'host']
- customize ['modifyvm', :id, '--nested-hw-virt', 'on']
- customize ['modifyvm', :id, '--nat-localhostreachable1', 'on']
instance_raw_config_args:
- vm.box_check_update = false
- "vm.disk :disk, name: 'sdb', size: '10GB'"
Expand Down
1 change: 1 addition & 0 deletions molecule/opensuse-tumbleweed-virtualbox/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ platforms:
provider_raw_config_args:
- customize ['modifyvm', :id, '--cpu-profile', 'host']
- customize ['modifyvm', :id, '--nested-hw-virt', 'on']
- customize ['modifyvm', :id, '--nat-localhostreachable1', 'on']
instance_raw_config_args:
- vm.box_check_update = false
- "vm.disk :disk, name: 'sdb', size: '10GB'"
Expand Down
6 changes: 6 additions & 0 deletions packer/opensuse-leap-15.5-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"--cpu-profile",
"host"
],
[
"modifyvm",
"{{.Name}}",
"--nested-hw-virt",
"on"
],
[
"modifyvm",
"{{.Name}}",
Expand Down
6 changes: 6 additions & 0 deletions packer/opensuse-leap-15.6-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"--cpu-profile",
"host"
],
[
"modifyvm",
"{{.Name}}",
"--nested-hw-virt",
"on"
],
[
"modifyvm",
"{{.Name}}",
Expand Down
6 changes: 6 additions & 0 deletions packer/opensuse-tumbleweed-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"--cpu-profile",
"host"
],
[
"modifyvm",
"{{.Name}}",
"--nested-hw-virt",
"on"
],
[
"modifyvm",
"{{.Name}}",
Expand Down

0 comments on commit 522ea69

Please sign in to comment.