Skip to content

Commit

Permalink
Merge branch 'release/4.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Dec 28, 2020
2 parents 2177909 + 53d4b60 commit f1a12d4
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 121 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Ansible Role for crun

## 4.6.0 - TBC
## 4.7.0 - TBC

### Major Changes

## 4.6.0 - 2020-12-28

### Major Changes

- Simplify Molecule scenario for vagrant-libvirt
- Migrate from Travis CI to GitLab CI
- Support Fedora 33
- Remove Fedora 32 support
Expand Down
16 changes: 4 additions & 12 deletions molecule/centos-7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/centos7
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/centos-8/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/centos8
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/debian-10/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/debian10
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/fedora-33/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/fedora33
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/redhat-7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/rhel7
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/redhat-8/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/rhel8
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/suse-15/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/opensuse15
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'sata'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'sata'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'sata', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/ubuntu-18.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/ubuntu1804
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/ubuntu-20.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/ubuntu2004
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down
16 changes: 4 additions & 12 deletions molecule/ubuntu-20.10/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@ platforms:
box: generic/ubuntu2010
cpu: 2
memory: 4096
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_options:
cpu_mode: "'host-model'"
disk_bus: "'virtio'"
driver: "'kvm'"
nested: "'true'"
nic_model_type: "'virtio'"
video_type: "'virtio'"
volume_cache: "'writeback'"
provider_raw_config_args:
- "disk_bus = 'virtio'"
- "nic_model_type = 'virtio'"
- "video_type = 'virtio'"
- "volume_cache = 'writeback'"
- "storage :file, bus: 'virtio', cache: 'writeback'"
lint: |
set -euo pipefail
Expand Down

0 comments on commit f1a12d4

Please sign in to comment.