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

Add NFS network for Manila to uni04delta #376

Closed
wants to merge 1 commit into from

Commits on Sep 17, 2024

  1. Add NFS network for Manila to uni04delta

    Manila Tempest tests need to connect to the share for
    Ganesha via a special (openstack) network [1].
    
    This patch adds the NFS storage network with VLAN 24 and
    range 172.21.0.0/24 in uni04delta. The NFS network is
    connected to Ceph and Compute EDPM nodes. A NNCP, NAD,
    L2Advertisement and IPAddressPool are defined for the
    NFS network so that a pod in k8s can connect to it; such
    as the tempest pod which will perform the storage tests
    and the manilaShares pod(s).
    
    In order to make these changes, uni04delta now keeps its
    own copy of the nncp and networking directories since
    they differ (by the new network) from the generic ones
    in the lib directory.
    
    [1] https://opendev.org/openstack/manila-tempest-plugin/src/branch/master/manila_tempest_tests/config.py#L99
    
    Jira: https://issues.redhat.com/browse/OSPRH-7417
    Depends-On: openstack-k8s-operators/ci-framework#2273
    
    Signed-off-by: John Fulton <[email protected]>
    fultonj committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eeea2c3 View commit details
    Browse the repository at this point in the history