Geordie Rogers
Geordie Rogers
I'm also experiencing the same issues with `ansible core 2.12.2` although in my case this presents by not creating a cdrom device at all. I was still able to manually...
Having a look at some of the other open issues it looks like #1012 and #849 could be related. If there are issues with iso CD-ROMs not being idempotent as...
@chris2016 in the end we changed our implementation so that we kept the install media mounted for the lifetime of the VM instead of mounting and unmounting through ansible. So...
Of course yeap! I can work on that now and will run it through on a staging server I have. If we need unit tests for this I might need...
I gave it a go trying to do it in Java but didn't really know enough about input and output streams and buffers etc so I'll just leave what I...
I might have some time this weekend to take another look at this. If I’m not able to get it working and test it I’ll close this PR as suggested...
Here's the config that I used to test this build on Jenkins version 2.361.4: - [config.txt](https://github.com/jenkinsci/ec2-plugin/files/10049021/config.txt) Here's the console outputs of my testing: - [amazon-linux2.txt](https://github.com/jenkinsci/ec2-plugin/files/10049012/amazon-linux2.txt) - [rhel-9.txt](https://github.com/jenkinsci/ec2-plugin/files/10049013/rhel-9.txt) Given that this...
In the meantime if anyone finds this you can resolve this issue temporarily by adding the following commands to your init scripts: ```bash # For Amazon Linux 2 sudo amazon-linux-extras...
Just force pushed a change to the commit. I had previously been joining the commands together with `||` but that would lead to the second command not running in the...
@thoulen tagging you in this PR as a maintainer, sorry I don't have permission to add reviewers as suggested in the contributing docs. This PR also fixes https://issues.jenkins.io/browse/JENKINS-68946 and https://issues.jenkins.io/browse/JENKINS-69383