Skip to content
Snippets Groups Projects
Commit 8d739212 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

test: move testsuite over to Alma 8 from Rocky 8, because Rocky's Vagrant box...

test: move testsuite over to Alma 8 from Rocky 8, because Rocky's Vagrant box seems to no longer be maintained
parent 1a0bd47b
Branches
No related tags found
No related merge requests found
virtualbox_rocky8 virtualbox_alma8/
\ No newline at end of file \ No newline at end of file
...@@ -4,16 +4,12 @@ dependency: ...@@ -4,16 +4,12 @@ dependency:
enabled: false enabled: false
driver: driver:
name: vagrant name: vagrant
lint: |
set -e
yamllint .
ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest
platforms: platforms:
# Check out the documentation at # Check out the documentation at
# https://github.com/ansible-community/molecule-vagrant#documentation # https://github.com/ansible-community/molecule-vagrant#documentation
# for more platform parameters. # for more platform parameters.
- name: vm-rosapp-mol - name: vm-rosapp-mol
box: rockylinux/8 box: almalinux/8
memory: 1024 memory: 1024
# List of raw Vagrant `config` options. # List of raw Vagrant `config` options.
# provider_raw_config_args: # provider_raw_config_args:
...@@ -24,7 +20,7 @@ platforms: ...@@ -24,7 +20,7 @@ platforms:
ssh.remote_user: "lza" ssh.remote_user: "lza"
disksize.size: '20GB' disksize.size: '20GB'
- name: vm-rosora-mol - name: vm-rosora-mol
box: rockylinux/8 box: almalinux/8
memory: 1024 memory: 1024
# List of raw Vagrant `config` options. # List of raw Vagrant `config` options.
# provider_raw_config_args: # provider_raw_config_args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment