osbuild-composer icon indicating copy to clipboard operation
osbuild-composer copied to clipboard

Test/worker-executor: the executor VM in fact has Internet access during osbuild build

Open thozza opened this issue 10 months ago • 2 comments

          @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

thozza avatar Jan 30 '25 06:01 thozza

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.

mvo5 avatar Jan 30 '25 08:01 mvo5

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,

thozza avatar Jan 30 '25 09:01 thozza