Skip to content

Commit d333d8a

Browse files
committed
Migrate to '<distro>:<tag>' config, as required by ipalab-config 0.11
Signed-off-by: Rafael Guterres Jeffman <[email protected]>
1 parent 4218a5d commit d333d8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_ansible.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
test_distro:
14-
- fedora-latest
15-
- fedora-rawhide
16-
- c10s
14+
- fedora:latest
15+
- fedora:rawhide
16+
- centos:stream10
1717
steps:
1818
- name: Clone the repository
1919
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The available input options are:
2323
| ----------------------- | --------------------------------------- | -------- |
2424
| `cluster_configuration` | An ipalab-config cluster configuration. | yes |
2525
| `test_playbooks` | A space separated list of playbooks to be executed using the cluster. | yes |
26-
| `distro` | The default distro image to use. Defaults to `fedora-latest` | no |
26+
| `distro` | The default distro image to use. Defaults to `fedora`. | no |
2727
| `ansible_vars` | Path to a file with variables to be used when running the playbooks. | no |
2828
| `ansible_requirements` | An Ansible requirements file for the test playbooks. | no |
2929
| `shutdown` | Shutdown the compose after tests are executed. Default is `false` to keep original behavior. | no |

0 commit comments

Comments
 (0)