-
Notifications
You must be signed in to change notification settings - Fork 24
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
RHEL4Edge image build fails in E2E provisioning demo #15
Comments
Update: I have found the root cause in the traceback of the
Replacing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building the RHEL4Edge image according to the steps suggested by the README the build fails with a RemoteDisconnect from the Red Hat CDN.
The issue has been reproduced with RHEL 8.5 + OCP 4.8. The choice of using RHEL 8.5 went after noticing that the README was not updated with the latest commits on the demo code (see
fddb841409b59cb51cd2c452b9106abd4592d80f
,d6e1dadcfc8ef5acbf08f7a87b5619d6f32fca98
andf041ea9b1369717f1bd5f4326b3ec45172b24cdb
commits).Steps to reproduce
subscription-manager
and attach a pool with valid entitlements. The pool used was the Red Hat's Employee SKU.git
and theoc
client.Build output
From the compose logs the
RemoteDisconnect
status is displayed.A
tcpdump
shows an initial handshake between the builder VM and the Akamai CDN and a consistent amount of traffic.Manual package installations from the host work correctly, proving that the CDN can be reached from the VM.
Expected results
Builds completes successfully and the resulting ISO image is dropped in the
builds
folder.Alternate tests with RHEL 8.4
The same issue and results were also reproduced with RHEL 8.4 + OCP 4.7 after some minor adjustments (add
/etc/osbuild-composer/repositories/rhel84.json
file as a copy of the reporhel8.json
and fix type of composer CLI command parameter withrhel-edge-container
andrhel-edge-installer
.The text was updated successfully, but these errors were encountered: