osbuild-composer
osbuild-composer copied to clipboard
Test/worker-executor: the executor VM in fact has Internet access during osbuild build
@croissanne I didn't spend any time on this thing, because it was unrelated to the test case failure. I'd be happy to fix it, but I wanted to first check with you if you have any ideas because you've spent much more time working with this AWS feature.
Originally posted by @thozza in https://github.com/osbuild/osbuild-composer/pull/4569#discussion_r1931662273
Fwiw, I implemented a "offline-bundle" idea that kinda-formalizes this, we could look into switching the executor to use this but functional it should be equivalent to the (pre)existing implementation in the executor.
Yes, switching to offline-bundle is orthogonal to this issue. The problem is potentially a bug in the test case when the executor VM should be cut off from Internet access, but it is not in reality. This has more to do with the AWS instance settings than the actual executor implementation,