Skip to content

Commit

Permalink
Add OSISM CI image (#726)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Dec 21, 2023
1 parent 78cccf3 commit 7a513d8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
30 changes: 30 additions & 0 deletions etc/images/osism.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
images:
- name: OSISM CI
enable: false
shortname: osism-ci
format: qcow2
login: ubuntu
min_disk: 8
min_ram: 512
status: active
visibility: public
multi: true
meta:
architecture: x86_64
hw_disk_bus: scsi
hw_rng_model: virtio
hw_scsi_model: virtio-scsi
hw_watchdog_action: reset
os_distro: ubuntu
os_version: '22.04'
replace_frequency: quarterly
uuid_validity: last-3
provided_until: none
tags: []
versions:
- version: '20231221'
url:
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/osism-ci-image/osism-ci-image.qcow2
checksum: sha256:c736498ac352fb8a8c9825a56270363bea6e9dfcfc805ff1017cc0ec9e382f83
build_date: 2023-12-21
4 changes: 4 additions & 0 deletions playbooks/real-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
vars:
tox_extra_args: -- --hypervisor kvm --force --keep --filter "Kubernetes CAPI"

- role: tox
vars:
tox_extra_args: -- --hypervisor kvm --force --keep --filter "OSISM CI"

- role: tox
vars:
tox_extra_args: -- --hypervisor kvm --force --keep --latest --hide

0 comments on commit 7a513d8

Please sign in to comment.