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

Support immutable fields check for Subnet/Subnetset #627

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

Commits on Jul 30, 2024

  1. Support immutable fields check for Subnet/Subnetset

    This patch is to:
    1. For Subnet CR, if there is already a nsx subnet created for the CR,
    The following fields are immutable:
    IPv4SubnetSize/AccessMode/IPAddresses/DHCPConfig
    2. For Subnetset CR, if there is already a nsx subnet created from Subnetset
    There are two cases:
    1). For VM Subnetset
    The following fields are immutable:
    IPv4SubnetSize/AccessMode/DHCPConfig
    2). For POD Subnetset
    The following fields are immutable:
    IPv4SubnetSize/DHCPConfig
    
    3. Fix the bug that the nsx subnet IPv4SubnetSize is not set by user-defined CR,
    either from subnet CR or subnetset CR.The current value of IPv4SubnetSize
    is set by vpcnetworkconfiguration.
    timdengyun committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d8feea3 View commit details
    Browse the repository at this point in the history