-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refs/pull/43934/head: qa/suites/rados/dashboard: use single-container-host.yaml qa/distros: add single-container-host.yaml qa/suites: use distros/container-hosts/ qa/distros/container-hosts: add 8.stream + crun qa/distros/container-hosts: add collection of container targets Reviewed-by: Sebastian Wagner <[email protected]>
- Loading branch information
Showing
34 changed files
with
100 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. |
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
qa/distros/container-hosts/centos_8.2_container_tools_3.0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
os_type: centos | ||
os_version: "8.2" | ||
overrides: | ||
selinux: | ||
whitelist: | ||
- scontext=system_u:system_r:logrotate_t:s0 | ||
|
||
tasks: | ||
- pexec: | ||
all: | ||
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup | ||
- sudo dnf -y module reset container-tools | ||
- sudo dnf -y module install container-tools:3.0 | ||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf |
14 changes: 14 additions & 0 deletions
14
qa/distros/container-hosts/centos_8.3_container_tools_3.0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
os_type: centos | ||
os_version: "8.3" | ||
overrides: | ||
selinux: | ||
whitelist: | ||
- scontext=system_u:system_r:logrotate_t:s0 | ||
|
||
tasks: | ||
- pexec: | ||
all: | ||
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup | ||
- sudo dnf -y module reset container-tools | ||
- sudo dnf -y module install container-tools:3.0 | ||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf |
14 changes: 14 additions & 0 deletions
14
qa/distros/container-hosts/centos_8.stream_container_tools.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
os_type: centos | ||
os_version: "8.stream" | ||
overrides: | ||
selinux: | ||
whitelist: | ||
- scontext=system_u:system_r:logrotate_t:s0 | ||
|
||
tasks: | ||
- pexec: | ||
all: | ||
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup | ||
- sudo dnf -y module reset container-tools | ||
- sudo dnf -y module install container-tools | ||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf |
16 changes: 16 additions & 0 deletions
16
qa/distros/container-hosts/centos_8.stream_container_tools_crun.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
os_type: centos | ||
os_version: "8.stream" | ||
overrides: | ||
selinux: | ||
whitelist: | ||
- scontext=system_u:system_r:logrotate_t:s0 | ||
|
||
tasks: | ||
- pexec: | ||
all: | ||
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup | ||
- sudo dnf -y module reset container-tools | ||
- sudo dnf -y module install container-tools | ||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf | ||
- sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf | ||
- sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf |
13 changes: 13 additions & 0 deletions
13
qa/distros/container-hosts/rhel_8.4_container_tools_3.0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
os_type: rhel | ||
os_version: "8.4" | ||
overrides: | ||
selinux: | ||
whitelist: | ||
- scontext=system_u:system_r:logrotate_t:s0 | ||
tasks: | ||
- pexec: | ||
all: | ||
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup | ||
- sudo dnf -y module reset container-tools | ||
- sudo dnf -y module install container-tools:3.0 | ||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf |
13 changes: 13 additions & 0 deletions
13
qa/distros/container-hosts/rhel_8.4_container_tools_rhel8.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
os_type: rhel | ||
os_version: "8.4" | ||
overrides: | ||
selinux: | ||
whitelist: | ||
- scontext=system_u:system_r:logrotate_t:s0 | ||
tasks: | ||
- pexec: | ||
all: | ||
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup | ||
- sudo dnf -y module reset container-tools | ||
- sudo dnf -y module install container-tools:rhel8 | ||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
os_type: ubuntu | ||
os_version: "20.04" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
container-hosts/centos_8.stream_container_tools_crun.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../smoke/distro | ||
.qa/distros/container-hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../smoke/distro | ||
.qa/distros/container-hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../smoke/distro | ||
.qa/distros/container-hosts |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.qa/distros/container-hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.qa/distros/container-hosts |
1 change: 0 additions & 1 deletion
1
qa/suites/orch/cephadm/smoke/distro/centos_8.2_container_tools_3.0.yaml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
qa/suites/orch/cephadm/smoke/distro/centos_8.3_container_tools_3.0.yaml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
qa/suites/orch/cephadm/smoke/distro/centos_8.stream_container_tools.yaml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_3.0.yaml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_rhel8.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../workunits/0-distro | ||
.qa/distros/container-hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../smoke/distro/ | ||
.qa/distros/container-hosts |
1 change: 0 additions & 1 deletion
1
qa/suites/orch/cephadm/workunits/0-distro/centos_8.2_container_tools_3.0.yaml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
qa/suites/orch/cephadm/workunits/0-distro/centos_8.stream_container_tools.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.qa/distros/single-container-host.yaml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../rados/cephadm/smoke/distro/ | ||
.qa/distros/container-hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../rados/cephadm/smoke/distro | ||
.qa/distros/container-hosts |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.qa/distros/container-hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../rados/cephadm/smoke/distro | ||
.qa/distros/container-hosts |