Skip to content

Document rootless development auth bundle fetch - #861

Open
jakduch wants to merge 1 commit into
theforeman:masterfrom
jakduch:fix/733-fetch-auth-bundle
Open

jakduch wants to merge 1 commit into
theforeman:masterfrom
jakduch:fix/733-fetch-auth-bundle

Conversation

@jakduch

@jakduch jakduch commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace the manual privileged Vagrant bundle copy with the existing forge fetch-bundle helper
  • explain that Ansible privilege escalation avoids enabling root SSH
  • use the actual fetched bundle path in the copy/paste deploy-proxy command

This documents the existing narrow development workflow without duplicating the broader behavior proposed in #619.

Testing

  • verified the destination against the fetch-bundle playbook
  • verified the same command and path are exercised by proxy CI
  • git diff --check

Fixes #733

@coderabbitai

coderabbitai Bot commented Sep 24, 2026 •

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 53 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Advanced

Run ID: d69a1e78-f86e-47eb-b0b0-5ccf5bc7e6f9

📥 Commits

Reviewing files that changed from the base of the PR and between 6c79648 and bdab6fb.

📒 Files selected for processing (1)
  • docs/developer/deployment.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jakduch

jakduch commented Sep 25, 2026

Copy link
Copy Markdown
Contributor Author

The failing deployment jobs are caused by the shared development-memory issue, not by this documentation-only change: Candlepin is killed by the OOM killer. #865 contains the fix and has passed the complete CI matrix.

@jakduch
jakduch force-pushed the fix/733-fetch-auth-bundle branch from fa17a39 to bdab6fb Compare September 26, 2026 11:43
@jakduch

jakduch commented Sep 26, 2026

Copy link
Copy Markdown
Contributor Author

The failing deployment jobs hit the Candlepin heap/OOM problem fixed on current master by #865. I rebased this branch onto that fix; CI is running again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deploy-proxy documentation recommends SCPing the auth-bundle as root but ssh root login is unpermitted

1 participant