CI: remove 'packet' from jobs name + rename to kubevirt

This is more accurate, the name 'packet' being an aterfact of history
(the Kubevirt jobs used to run on Packet, the previous name of Equinix)
This commit is contained in:
Max Gautier
2025-03-20 10:19:42 +01:00
parent 4f3b214ef5
commit 862aec4dc6
10 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,24 @@
---
- name: Provision Packet VMs
hosts: localhost
gather_facts: false
become: true
tasks:
- name: Create Kubevirt VMs
import_role:
name: packet-ci
- name: Update inventory for Molecule
meta: refresh_inventory
- name: Wait until SSH is available
hosts: all
become: false
gather_facts: false
tasks:
- name: Wait until SSH is available
wait_for:
host: "{{ ansible_host }}"
port: 22
timeout: 240
delegate_to: localhost