Skip to content

Commit

Permalink
[skip travis] resync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed May 4, 2021
1 parent 5ba8773 commit 8c3911f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
7 changes: 4 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
galaxy_info:
#role_name: libvirt_host
author: Mark Goddard
namespace: OsgiliathEnterprise
role_name: ansible_role_libvirt_host
author: Charlie Mordant on top of Mark Goddard's work
description: >
Role to install and configure a host as a Libvirt/KVM hypervisor
company: StackHPC Ltd
company: Osgiliath Inc on top of StackHPC Ltd achievements (Thanks! I'll PR it)
license: Apache2
min_ansible_version: 2.0
platforms:
Expand Down
20 changes: 18 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ driver:
lint: yamllint . && flake8 && ansible-lint --exclude=meta,.cache
platforms:
- name: Fedora-Molecule-libvirt-host
box: fedora/33-cloud-base
box: tcharl/fedora-33-cgroupv1
provider_options:
cpus: 4
memory: 8092
provider_raw_config_args:
- "customize ['modifyvm', :id, '--nested-hw-virt', 'on']"
- "customize ['storagectl', :id, '--name', 'IDE', '--hostiocache', 'on']"
- "customize ['storagectl', :id, '--name', 'IDE Controller', '--hostiocache', 'on']"
instance_raw_config_args:
- "cache.enable :dnf"
- "cache.auto_detect = false"
Expand All @@ -37,3 +37,19 @@ verifier:
PYTHONWARNINGS: "ignore:.*U.*mode is deprecated:DeprecationWarning"
options:
v: 1
scenario:
name: default
test_sequence:
- lint
- dependency
- cleanup
- destroy
- syntax
- create
- prepare
- converge
# - idempotence
- side_effect
- verify
- cleanup
- destroy
Binary file not shown.

0 comments on commit 8c3911f

Please sign in to comment.