Skip to content

Commit 762bfa1

Browse files
committed
[skip travis] resync with upstream
1 parent f193f93 commit 762bfa1

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

meta/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
galaxy_info:
3-
#role_name: libvirt_host
4-
author: Mark Goddard
3+
namespace: OsgiliathEnterprise
4+
role_name: ansible_role_libvirt_host
5+
author: Charlie Mordant on top of Mark Goddard's work
56
description: >
67
Role to install and configure a host as a Libvirt/KVM hypervisor
7-
company: StackHPC Ltd
8+
company: Osgiliath Inc on top of StackHPC Ltd achievements (Thanks! I'll PR it)
89
license: Apache2
910
min_ansible_version: 2.0
1011
platforms:

molecule/default/molecule.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ driver:
1111
lint: yamllint . && flake8 && ansible-lint --exclude=meta,.cache
1212
platforms:
1313
- name: Fedora-Molecule-libvirt-host
14-
box: fedora/33-cloud-base
14+
box: tcharl/fedora-33-cgroupv1
1515
provider_options:
1616
cpus: 4
1717
memory: 8092
1818
provider_raw_config_args:
1919
- "customize ['modifyvm', :id, '--nested-hw-virt', 'on']"
20-
- "customize ['storagectl', :id, '--name', 'IDE', '--hostiocache', 'on']"
20+
- "customize ['storagectl', :id, '--name', 'IDE Controller', '--hostiocache', 'on']"
2121
instance_raw_config_args:
2222
- "cache.enable :dnf"
2323
- "cache.auto_detect = false"
@@ -37,3 +37,19 @@ verifier:
3737
PYTHONWARNINGS: "ignore:.*U.*mode is deprecated:DeprecationWarning"
3838
options:
3939
v: 1
40+
scenario:
41+
name: default
42+
test_sequence:
43+
- lint
44+
- dependency
45+
- cleanup
46+
- destroy
47+
- syntax
48+
- create
49+
- prepare
50+
- converge
51+
# - idempotence
52+
- side_effect
53+
- verify
54+
- cleanup
55+
- destroy
Binary file not shown.

0 commit comments

Comments
 (0)