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

test: add libvirt-prod-noble scenario #7449

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

cfm
Copy link
Member

@cfm cfm commented Feb 26, 2025

Status

Ready for review

Description of Changes

Adapts the libvirt-prod-noble Molecule scenario for production VM testing for Ubuntu 24.04.

Testing

# molecule create -s libvirt-prod-focal  # to show no conflicts
# molecule create -s libvirt-prod-noble
# virsh list | grep "prod"
 4    libvirt-prod-focal_app-prod         running
 5    libvirt-prod-focal_mon-prod         running
 6    libvirt-prod-noble_app-prod         running
 7    libvirt-prod-noble_mon-prod         running
# curl https://raw.githubusercontent.com/hashicorp/vagrant/main/keys/vagrant > ~/.ssh/id_rsa
# chmod 600 ~/.ssh/id_rsa
# virsh domifaddr libvirt-prod-noble_app-prod
 Name       MAC address          Protocol     Address
-------------------------------------------------------------------------------
 vnet9      52:54:00:97:ba:7b    ipv4         192.168.121.23/24
# ssh [email protected] head -n 1 /etc/os-release
PRETTY_NAME="Ubuntu 24.04.2 LTS"

Deployment

Test-only.

@cfm cfm requested a review from a team as a code owner February 26, 2025 23:57
@cfm
Copy link
Member Author

cfm commented Feb 26, 2025

The libvirt-prod-* scenarios aren't used automatically anywhere, only in manual QA:

https://github.com/search?q=repo%3Afreedomofpress%2Fsecuredrop%20libvirt-prod-focal&type=code

@zenmonkeykstop zenmonkeykstop self-requested a review February 27, 2025 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready For Review
Development

Successfully merging this pull request may close these issues.

1 participant