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

Use multiple Ceph secrets in ci_dcn_site role #2518

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. Use multiple Ceph secrets in ci_dcn_site role

    Without this patch the ci_dcn_site role creates
    one secret with all Ceph keys and distributes
    all of these keys to all DCN sites. This patch
    makes the role create one secret for each DCN
    site and only that secret is used at that site.
    The secret for each DCN site only has the keys
    that are required. This will make the testing
    consistent with the documentation.
    
    Additional secrets for Ceph configuration are
    created and `extraMounts` for both the control
    plane and each dataplane is extended to include
    the extra secrets so that not all of the Ceph
    keys are distributed.
    
    Jira: https://issues.redhat.com/browse/OSPRH-6603
    
    Signed-off-by: John Fulton <[email protected]>
    fultonj committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cb36a85 View commit details
    Browse the repository at this point in the history