Skip to content

Commit

Permalink
Merge pull request #335 from konstruktoid/images
Browse files Browse the repository at this point in the history
switch to bento image and update vbguest options
  • Loading branch information
konstruktoid authored Apr 19, 2024
2 parents ce0310a + bd8f93a commit e476839
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,25 +116,28 @@ platforms:
config_options:
vm.boot_timeout: 600
instance_raw_config_args:
- "vbguest.installer_options = { allow_kernel_upgrade: true }"
- "vbguest.installer_options = { allow_kernel_upgrade: false }"
- vbguest.auto_update = false
memory: 1024
- name: focalroot
box: bento/ubuntu-20.04
config_options:
vm.boot_timeout: 600
instance_raw_config_args:
- "vbguest.installer_options = { allow_kernel_upgrade: true }"
- "vbguest.installer_options = { allow_kernel_upgrade: false }"
- vbguest.auto_update = false
memory: 1024
- name: jammy
box: ubuntu/jammy64
box: bento/ubuntu-22.04
config_options:
vm.boot_timeout: 600
synced_folder: false
provider_raw_config_args:
- customize ['modifyvm', :id, '--uart1', '0x3F8', '4']
- customize ['modifyvm', :id, '--uartmode1', 'file', File::NULL]
instance_raw_config_args:
- "vbguest.installer_options = { allow_kernel_upgrade: true }"
- "vbguest.installer_options = { allow_kernel_upgrade: false }"
- vbguest.auto_update = false
memory: 1024
verifier:
name: ansible
Expand Down

0 comments on commit e476839

Please sign in to comment.