Skip to content

Commit

Permalink
Merge pull request #7452 from freedomofpress/backport-7449
Browse files Browse the repository at this point in the history
[2.12.0] Backport "test: add `libvirt-prod-noble` scenario"
  • Loading branch information
cfm authored Feb 27, 2025
2 parents 9e04f5b + 5e8cf2d commit 4ae55f6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions molecule/libvirt-prod-noble/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
dependency:
name: galaxy
driver:
name: vagrant
provider:
name: libvirt
platforms:
- name: app-prod
box: bento/ubuntu-24.04
raw_config_args:
- "cpu_mode = 'host-passthrough'"
- "video_type = 'virtio'"
instance_raw_config_args:
- "vm.synced_folder './', '/vagrant', disabled: true"
- "vm.network 'private_network', ip: '10.0.1.4'"
- "ssh.insert_key = false"
memory: 1024
private_ip: 10.0.1.4
groups:
- securedrop_application_server
- securedrop

- name: mon-prod
box: bento/ubuntu-24.04
raw_config_args:
- "cpu_mode = 'host-passthrough'"
- "video_type = 'virtio'"
instance_raw_config_args:
- "vm.synced_folder './', '/vagrant', disabled: true"
- "vm.network 'private_network', ip: '10.0.1.5'"
- "ssh.insert_key = false"
memory: 1024
private_ip: 10.0.1.5
groups:
- securedrop_monitor_server
- securedrop

scenario:
name: libvirt-prod-noble

0 comments on commit 4ae55f6

Please sign in to comment.