You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into several issues trying to run the preflight playbook in an ubuntu airgapped environment:
ceph_stable_key is always required, no matter what kind of repo. Our airgapped mirror works fine with just [trusted=yes] http://bla/path
Documentation says ceph custom repo and repo_url are mutually exclusive, they are not. If you define custom URL you also have to define the repo. Again, just the one line is enough.
Ceph custom repositories should be custom. The path has distribution_release hardcoded, should be defined to be custom. You can set components, but you can't set (or remove) distribution_release.
Docker is hardcoded to go to download.docker.com. Definitely not airgapped.
The text was updated successfully, but these errors were encountered:
mboeker
changed the title
Repo issues with airgapped environments
Preflight repo issues in airgapped environments
Oct 5, 2023
mboeker
changed the title
Preflight repo issues in airgapped environments
Preflight repo issues in airgapped ubuntu environments
Oct 5, 2023
Running into several issues trying to run the preflight playbook in an ubuntu airgapped environment:
ceph_stable_key is always required, no matter what kind of repo. Our airgapped mirror works fine with just
[trusted=yes] http://bla/path
Documentation says ceph custom repo and repo_url are mutually exclusive, they are not. If you define custom URL you also have to define the repo. Again, just the one line is enough.
Ceph custom repositories should be custom. The path has distribution_release hardcoded, should be defined to be custom. You can set components, but you can't set (or remove) distribution_release.
Docker is hardcoded to go to download.docker.com. Definitely not airgapped.
The text was updated successfully, but these errors were encountered: