diff options
Diffstat (limited to '')
52 files changed, 144 insertions, 0 deletions
diff --git a/qa/distros/all/centos.yaml b/qa/distros/all/centos.yaml new file mode 100644 index 000000000..8f4854b95 --- /dev/null +++ b/qa/distros/all/centos.yaml @@ -0,0 +1 @@ +os_type: centos diff --git a/qa/distros/all/centos_6.3.yaml b/qa/distros/all/centos_6.3.yaml new file mode 100644 index 000000000..32187d6da --- /dev/null +++ b/qa/distros/all/centos_6.3.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "6.3" diff --git a/qa/distros/all/centos_6.4.yaml b/qa/distros/all/centos_6.4.yaml new file mode 100644 index 000000000..02383cd5f --- /dev/null +++ b/qa/distros/all/centos_6.4.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "6.4" diff --git a/qa/distros/all/centos_6.5.yaml b/qa/distros/all/centos_6.5.yaml new file mode 100644 index 000000000..77c9e41f7 --- /dev/null +++ b/qa/distros/all/centos_6.5.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "6.5" diff --git a/qa/distros/all/centos_7.0.yaml b/qa/distros/all/centos_7.0.yaml new file mode 100644 index 000000000..bccb28601 --- /dev/null +++ b/qa/distros/all/centos_7.0.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.0" diff --git a/qa/distros/all/centos_7.1.yaml b/qa/distros/all/centos_7.1.yaml new file mode 100644 index 000000000..74c68f96b --- /dev/null +++ b/qa/distros/all/centos_7.1.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.1" diff --git a/qa/distros/all/centos_7.2.yaml b/qa/distros/all/centos_7.2.yaml new file mode 100644 index 000000000..44d2f0ec8 --- /dev/null +++ b/qa/distros/all/centos_7.2.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.2" diff --git a/qa/distros/all/centos_7.3.yaml b/qa/distros/all/centos_7.3.yaml new file mode 100644 index 000000000..9dfcc7f6b --- /dev/null +++ b/qa/distros/all/centos_7.3.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.3" diff --git a/qa/distros/all/centos_7.4.yaml b/qa/distros/all/centos_7.4.yaml new file mode 100644 index 000000000..d06bc384b --- /dev/null +++ b/qa/distros/all/centos_7.4.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.4" diff --git a/qa/distros/all/centos_7.5.yaml b/qa/distros/all/centos_7.5.yaml new file mode 100644 index 000000000..54324576d --- /dev/null +++ b/qa/distros/all/centos_7.5.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.5" diff --git a/qa/distros/all/centos_7.6.yaml b/qa/distros/all/centos_7.6.yaml new file mode 100644 index 000000000..43e3d49cc --- /dev/null +++ b/qa/distros/all/centos_7.6.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "7.6" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_7.yaml b/qa/distros/all/centos_7.yaml new file mode 120000 index 000000000..23ef40d86 --- /dev/null +++ b/qa/distros/all/centos_7.yaml @@ -0,0 +1 @@ +centos_7.6.yaml
\ No newline at end of file diff --git a/qa/distros/all/centos_8.0.yaml b/qa/distros/all/centos_8.0.yaml new file mode 100644 index 000000000..4fbb41228 --- /dev/null +++ b/qa/distros/all/centos_8.0.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.0" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_8.1.yaml b/qa/distros/all/centos_8.1.yaml new file mode 100644 index 000000000..24ae80074 --- /dev/null +++ b/qa/distros/all/centos_8.1.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.1" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_8.2.yaml b/qa/distros/all/centos_8.2.yaml new file mode 100644 index 000000000..a2a899d71 --- /dev/null +++ b/qa/distros/all/centos_8.2.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.2" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_8.stream.yaml b/qa/distros/all/centos_8.stream.yaml new file mode 100644 index 000000000..bf3599775 --- /dev/null +++ b/qa/distros/all/centos_8.stream.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.stream" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_8.yaml b/qa/distros/all/centos_8.yaml new file mode 120000 index 000000000..8e7476153 --- /dev/null +++ b/qa/distros/all/centos_8.yaml @@ -0,0 +1 @@ +centos_8.stream.yaml
\ No newline at end of file diff --git a/qa/distros/all/debian_6.0.yaml b/qa/distros/all/debian_6.0.yaml new file mode 100644 index 000000000..6820fa3c7 --- /dev/null +++ b/qa/distros/all/debian_6.0.yaml @@ -0,0 +1,2 @@ +os_type: debian +os_version: "6.0" diff --git a/qa/distros/all/debian_7.0.yaml b/qa/distros/all/debian_7.0.yaml new file mode 100644 index 000000000..8100dc41e --- /dev/null +++ b/qa/distros/all/debian_7.0.yaml @@ -0,0 +1,2 @@ +os_type: debian +os_version: "7.0" diff --git a/qa/distros/all/debian_8.0.yaml b/qa/distros/all/debian_8.0.yaml new file mode 100644 index 000000000..300a4430e --- /dev/null +++ b/qa/distros/all/debian_8.0.yaml @@ -0,0 +1,2 @@ +os_type: debian +os_version: "8.0" diff --git a/qa/distros/all/fedora_17.yaml b/qa/distros/all/fedora_17.yaml new file mode 100644 index 000000000..801053af0 --- /dev/null +++ b/qa/distros/all/fedora_17.yaml @@ -0,0 +1,2 @@ +os_type: fedora +os_version: "17" diff --git a/qa/distros/all/fedora_18.yaml b/qa/distros/all/fedora_18.yaml new file mode 100644 index 000000000..07872aa7e --- /dev/null +++ b/qa/distros/all/fedora_18.yaml @@ -0,0 +1,2 @@ +os_type: fedora +os_version: "18" diff --git a/qa/distros/all/fedora_19.yaml b/qa/distros/all/fedora_19.yaml new file mode 100644 index 000000000..5bac8acee --- /dev/null +++ b/qa/distros/all/fedora_19.yaml @@ -0,0 +1,2 @@ +os_type: fedora +os_version: "19" diff --git a/qa/distros/all/opensuse_15.1.yaml b/qa/distros/all/opensuse_15.1.yaml new file mode 100644 index 000000000..73b813623 --- /dev/null +++ b/qa/distros/all/opensuse_15.1.yaml @@ -0,0 +1,2 @@ +os_type: opensuse +os_version: "15.1" diff --git a/qa/distros/all/opensuse_15.2.yaml b/qa/distros/all/opensuse_15.2.yaml new file mode 100644 index 000000000..c226953c1 --- /dev/null +++ b/qa/distros/all/opensuse_15.2.yaml @@ -0,0 +1,2 @@ +os_type: opensuse +os_version: "15.2" diff --git a/qa/distros/all/opensuse_42.3.yaml b/qa/distros/all/opensuse_42.3.yaml new file mode 100644 index 000000000..148ab7ac5 --- /dev/null +++ b/qa/distros/all/opensuse_42.3.yaml @@ -0,0 +1,2 @@ +os_type: opensuse +os_version: "42.3" diff --git a/qa/distros/all/rhel_6.3.yaml b/qa/distros/all/rhel_6.3.yaml new file mode 100644 index 000000000..6a8edcd56 --- /dev/null +++ b/qa/distros/all/rhel_6.3.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "6.3" diff --git a/qa/distros/all/rhel_6.4.yaml b/qa/distros/all/rhel_6.4.yaml new file mode 100644 index 000000000..522549583 --- /dev/null +++ b/qa/distros/all/rhel_6.4.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "6.4" diff --git a/qa/distros/all/rhel_6.5.yaml b/qa/distros/all/rhel_6.5.yaml new file mode 100644 index 000000000..7db54bea1 --- /dev/null +++ b/qa/distros/all/rhel_6.5.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "6.5" diff --git a/qa/distros/all/rhel_6.yaml b/qa/distros/all/rhel_6.yaml new file mode 120000 index 000000000..850573949 --- /dev/null +++ b/qa/distros/all/rhel_6.yaml @@ -0,0 +1 @@ +rhel_6.5.yaml
\ No newline at end of file diff --git a/qa/distros/all/rhel_7.0.yaml b/qa/distros/all/rhel_7.0.yaml new file mode 100644 index 000000000..c87c0bc13 --- /dev/null +++ b/qa/distros/all/rhel_7.0.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "7.0" diff --git a/qa/distros/all/rhel_7.5.yaml b/qa/distros/all/rhel_7.5.yaml new file mode 100644 index 000000000..e5aaf3d30 --- /dev/null +++ b/qa/distros/all/rhel_7.5.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "7.5" diff --git a/qa/distros/all/rhel_7.6.yaml b/qa/distros/all/rhel_7.6.yaml new file mode 100644 index 000000000..01742009d --- /dev/null +++ b/qa/distros/all/rhel_7.6.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "7.6" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_7.7.yaml b/qa/distros/all/rhel_7.7.yaml new file mode 100644 index 000000000..f848d1788 --- /dev/null +++ b/qa/distros/all/rhel_7.7.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "7.7" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_7.yaml b/qa/distros/all/rhel_7.yaml new file mode 120000 index 000000000..85ed1cd48 --- /dev/null +++ b/qa/distros/all/rhel_7.yaml @@ -0,0 +1 @@ +rhel_7.7.yaml
\ No newline at end of file diff --git a/qa/distros/all/rhel_8.0.yaml b/qa/distros/all/rhel_8.0.yaml new file mode 100644 index 000000000..215c34b7f --- /dev/null +++ b/qa/distros/all/rhel_8.0.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "8.0" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_8.1.yaml b/qa/distros/all/rhel_8.1.yaml new file mode 100644 index 000000000..7f6b13b58 --- /dev/null +++ b/qa/distros/all/rhel_8.1.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "8.1" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_8.3.yaml b/qa/distros/all/rhel_8.3.yaml new file mode 100644 index 000000000..c18c07b83 --- /dev/null +++ b/qa/distros/all/rhel_8.3.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "8.3" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_8.4.yaml b/qa/distros/all/rhel_8.4.yaml new file mode 100644 index 000000000..b0b74874f --- /dev/null +++ b/qa/distros/all/rhel_8.4.yaml @@ -0,0 +1,6 @@ +os_type: rhel +os_version: "8.4" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/rhel_8.yaml b/qa/distros/all/rhel_8.yaml new file mode 120000 index 000000000..c7867a423 --- /dev/null +++ b/qa/distros/all/rhel_8.yaml @@ -0,0 +1 @@ +rhel_8.4.yaml
\ No newline at end of file diff --git a/qa/distros/all/sle_12.2.yaml b/qa/distros/all/sle_12.2.yaml new file mode 100644 index 000000000..2a4a28c0b --- /dev/null +++ b/qa/distros/all/sle_12.2.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "12.2" diff --git a/qa/distros/all/sle_12.3.yaml b/qa/distros/all/sle_12.3.yaml new file mode 100644 index 000000000..739113466 --- /dev/null +++ b/qa/distros/all/sle_12.3.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "12.3" diff --git a/qa/distros/all/sle_15.1.yaml b/qa/distros/all/sle_15.1.yaml new file mode 100644 index 000000000..f795b5639 --- /dev/null +++ b/qa/distros/all/sle_15.1.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "15.1" diff --git a/qa/distros/all/sle_15.2.yaml b/qa/distros/all/sle_15.2.yaml new file mode 100644 index 000000000..8e38373fb --- /dev/null +++ b/qa/distros/all/sle_15.2.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "15.2" diff --git a/qa/distros/all/ubuntu_12.04.yaml b/qa/distros/all/ubuntu_12.04.yaml new file mode 100644 index 000000000..dbc3a8d9c --- /dev/null +++ b/qa/distros/all/ubuntu_12.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "12.04" diff --git a/qa/distros/all/ubuntu_12.10.yaml b/qa/distros/all/ubuntu_12.10.yaml new file mode 100644 index 000000000..ab655676e --- /dev/null +++ b/qa/distros/all/ubuntu_12.10.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "12.10" diff --git a/qa/distros/all/ubuntu_14.04.yaml b/qa/distros/all/ubuntu_14.04.yaml new file mode 100644 index 000000000..309e989fe --- /dev/null +++ b/qa/distros/all/ubuntu_14.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "14.04" diff --git a/qa/distros/all/ubuntu_14.04_aarch64.yaml b/qa/distros/all/ubuntu_14.04_aarch64.yaml new file mode 100644 index 000000000..9dfbcb510 --- /dev/null +++ b/qa/distros/all/ubuntu_14.04_aarch64.yaml @@ -0,0 +1,3 @@ +os_type: ubuntu +os_version: "14.04" +arch: aarch64 diff --git a/qa/distros/all/ubuntu_14.04_i686.yaml b/qa/distros/all/ubuntu_14.04_i686.yaml new file mode 100644 index 000000000..4a0652e73 --- /dev/null +++ b/qa/distros/all/ubuntu_14.04_i686.yaml @@ -0,0 +1,3 @@ +os_type: ubuntu +os_version: "14.04" +arch: i686 diff --git a/qa/distros/all/ubuntu_16.04.yaml b/qa/distros/all/ubuntu_16.04.yaml new file mode 100644 index 000000000..a459fddff --- /dev/null +++ b/qa/distros/all/ubuntu_16.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "16.04" diff --git a/qa/distros/all/ubuntu_18.04.yaml b/qa/distros/all/ubuntu_18.04.yaml new file mode 100644 index 000000000..4d4464884 --- /dev/null +++ b/qa/distros/all/ubuntu_18.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "18.04" diff --git a/qa/distros/all/ubuntu_20.04.yaml b/qa/distros/all/ubuntu_20.04.yaml new file mode 100644 index 000000000..f20398230 --- /dev/null +++ b/qa/distros/all/ubuntu_20.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "20.04" |