Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding newer versions of CentOS Stream and AlmaLinux #1890

Merged
merged 31 commits into from
Feb 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
80f6059
Adding newer versions of CentOS Stream, AlmaLinux, and Rocky Linux
garethgreenaway Dec 14, 2022
b9bc07a
Adding entries to kitchen.yml
garethgreenaway Dec 19, 2022
ffef0b1
Need ssh-rsa for RockyLinux 9.
garethgreenaway Dec 20, 2022
7cfca56
need to install and run update-crypto-policies to allow RSA keys to w…
garethgreenaway Dec 20, 2022
2c4d317
fixing YAML.
garethgreenaway Dec 20, 2022
aeb74bc
Need procps-ng on Almalinux 9 and Rockylinux 9
garethgreenaway Dec 20, 2022
b6328e2
fixing typo. procps-ng instead of procps-nf.
garethgreenaway Dec 20, 2022
7e53753
blacklist almalinux-9, rockylinux-9, and centos-stream9 for latest.
garethgreenaway Dec 21, 2022
4779cc9
when installing git_deps, fall back to onedir_deps if stable_deps fai…
garethgreenaway Dec 21, 2022
ca683c6
Set ONEDIR_REV incase we end up calling install_centos_onedir_deps.
garethgreenaway Dec 21, 2022
bfa9bcf
Merge branch 'develop' into adding_more_systems
garethgreenaway Jan 31, 2023
0280cde
bump the version of koalaman/shellcheck-alpine up
garethgreenaway Jan 31, 2023
4eabf0a
account for different paths for the systemd service files in later ve…
garethgreenaway Feb 2, 2023
aea7146
Account for new location for systemd and upstart files on Debian and …
garethgreenaway Feb 2, 2023
84604ae
Account for new location for systemd files on Fedora.
garethgreenaway Feb 2, 2023
59da03a
Account for new location for systemd files on OpenSUSE.
garethgreenaway Feb 2, 2023
465ec9a
Account for new location for systemd files on Arch.
garethgreenaway Feb 2, 2023
db46fb9
Account for new location for systemd files on Gentoo.
garethgreenaway Feb 2, 2023
4358274
Update install_ubuntu_git and install_debian_git to account for diffe…
garethgreenaway Feb 2, 2023
78b9d76
Need to add --use-517 when installing dependencies from PIP when buil…
garethgreenaway Feb 3, 2023
af44e88
fixing typo. --use-pep517 instead of --use-517
garethgreenaway Feb 3, 2023
4d74e81
only use --use-pep517 with Arch.
garethgreenaway Feb 3, 2023
1fc0b89
Swapping ${_POST_NEON_PIP_INSTALL_ARGS} for ${_PIP_DOWNLOAD_ARGS}
garethgreenaway Feb 4, 2023
e301b91
Adding to install_gentoo_git_deps to update setuptools to fix bootstr…
garethgreenaway Feb 4, 2023
123bae7
Adding some logging to be able to find the command.
garethgreenaway Feb 4, 2023
b1f5203
Removing rockylinux:9 until PR into kitchen-docker has been merged.
garethgreenaway Feb 8, 2023
349cd79
Merge branch 'develop' into adding_more_systems
garethgreenaway Feb 8, 2023
3b94398
removing update-crypto-policies --set DEFAULT:SHA1, no longer needed …
garethgreenaway Feb 8, 2023
eeeaddd
removing bits not needed for rockylinux:8, oraclelinux:8, or oracleli…
garethgreenaway Feb 9, 2023
e598199
fixing centos:stream9 docker URL
garethgreenaway Feb 9, 2023
35e3601
Adding platform: centosstraem to centosstream:9
garethgreenaway Feb 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
need to install and run update-crypto-policies to allow RSA keys to w…
…ork via SSH on RockLinux and Almalinux.
garethgreenaway committed Dec 20, 2022

Verified

This commit was signed with the committer’s verified signature.
addaleax Anna Henningsen
commit 7cfca56c17053466483e3bab65b4932aa8bab4a6
6 changes: 6 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,10 @@ provisioner:
platforms:
- name: almalinux-9
provision_command:
- dnf -y install crypto-policies-scripts
- update-crypto-policies --set DEFAULT:SHA1
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: almalinux-8
- name: amazon-2
driver:
@@ -111,6 +115,8 @@ platforms:
driver:
run_command: /usr/lib/systemd/systemd
provision_command:
- dnf -y install crypto-policies-scripts
- update-crypto-policies --set DEFAULT:SHA1
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: ubuntu-22.04
driver: