Skip to content
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

Airgapped rmt deployment #11

Closed
ngetahun opened this issue Jun 24, 2024 · 2 comments
Closed

Airgapped rmt deployment #11

ngetahun opened this issue Jun 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ngetahun
Copy link
Contributor

Enable air-gapped rmt deployment mode. We need to change the following configurations to allow air-gapped deployments.

  1. SCC Credentials: The necessity to add SCC credentials poses a challenge in an air-gapped environment. Currently, rmt-cli sync is run before server is started. The systemctl job rmt-server-scc-sync.service used to control background action.

  2. sync_systems Setting: The sync_systems configuration is hardcoded to true, preventing the use of RMT in offline mode as described in the documentation. We need to disable this during air-gap install mode.

@rafaprata
Copy link
Contributor

@ngetahun I have a use-case that need to use this helm-chart on air-gapped environment. This PR is the same solution we used on our use-case.

@ngetahun
Copy link
Contributor Author

ngetahun commented Sep 6, 2024

closed by #12

@ngetahun ngetahun closed this as completed Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants