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 #405

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

Commits on Oct 12, 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).
    
    [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 authored and fmount committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    fe66eef View commit details
    Browse the repository at this point in the history