mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-07 16:08:20 +03:00
Updated Molecule Vagrant boxes for testing
- We need to test against CentOS, Fedora, and Ubuntu - Added my Vagrant boxes to ensure that we know what is included, etc. - This ensures we can at least test these distros locally
This commit is contained in:
@@ -5,13 +5,27 @@ driver:
|
|||||||
name: virtualbox
|
name: virtualbox
|
||||||
lint: yamllint . && flake8 && ansible-lint
|
lint: yamllint . && flake8 && ansible-lint
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora-Molecule-LVM
|
- name: CentOS-Molecule-LVM
|
||||||
box: fedora/31-cloud-base
|
box: mrlesmithjr/centos7
|
||||||
cpu: 2
|
|
||||||
memory: 2048
|
|
||||||
provider_override_args:
|
provider_override_args:
|
||||||
- "persistent_storage.enabled = true"
|
- "persistent_storage.enabled = true"
|
||||||
- "persistent_storage.location = 'molecule-lvm.vdi'"
|
- "persistent_storage.location = 'centos-molecule-lvm.vdi'"
|
||||||
|
- "persistent_storage.size = 100"
|
||||||
|
- "persistent_storage.mount = false"
|
||||||
|
- "persistent_storage.diskdevice = '/dev/sdb'"
|
||||||
|
- name: Fedora-Molecule-LVM
|
||||||
|
box: mrlesmithjr/fedora31
|
||||||
|
provider_override_args:
|
||||||
|
- "persistent_storage.enabled = true"
|
||||||
|
- "persistent_storage.location = 'fedora-molecule-lvm.vdi'"
|
||||||
|
- "persistent_storage.size = 100"
|
||||||
|
- "persistent_storage.mount = false"
|
||||||
|
- "persistent_storage.diskdevice = '/dev/sdb'"
|
||||||
|
- name: Ubuntu-Molecule-LVM
|
||||||
|
box: mrlesmithjr/bionic64
|
||||||
|
provider_override_args:
|
||||||
|
- "persistent_storage.enabled = true"
|
||||||
|
- "persistent_storage.location = 'ubuntu-molecule-lvm.vdi'"
|
||||||
- "persistent_storage.size = 100"
|
- "persistent_storage.size = 100"
|
||||||
- "persistent_storage.mount = false"
|
- "persistent_storage.mount = false"
|
||||||
- "persistent_storage.diskdevice = '/dev/sdb'"
|
- "persistent_storage.diskdevice = '/dev/sdb'"
|
||||||
|
|||||||
Reference in New Issue
Block a user