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

Revert "Introduce cloud-init test for EC2 and Azure" #19966

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

pdostal
Copy link
Member

@pdostal pdostal commented Aug 14, 2024

@mloviska mloviska merged commit ea35c6e into master Aug 14, 2024
16 checks passed
@mloviska mloviska deleted the revert-19816-cloud_init_init branch August 14, 2024 13:42
@pdostal
Copy link
Member Author

pdostal commented Aug 16, 2024

Reenablement here: #19969

@asmorodskyi
Copy link
Member

may I ask for info why revert was done ?

@pdostal
Copy link
Member Author

pdostal commented Aug 20, 2024

Because of

$instance->ssh_assert_script_run('sudo mkdir -p /etc/ssh/sshd_config.d/');
$instance->ssh_assert_script_run('echo "PermitRootLogin prohibit-password" | sudo tee /etc/ssh/sshd_config.d/001_sshd_openqa.conf');
$instance->ssh_assert_script_run('echo "AllowTcpForwarding yes" | sudo tee -a /etc/ssh/sshd_config.d/001_sshd_openqa.conf') if (is_hardened());
$instance->ssh_assert_script_run('sudo systemctl reload sshd');

didn't work on hardened images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants