diff --git a/build/yaml/samples/nsx_v1alpha1_vpcnetworkconfigurations.yaml b/build/yaml/samples/nsx_v1alpha1_vpcnetworkconfigurations.yaml index b6e4583c9..3c3bc68cf 100644 --- a/build/yaml/samples/nsx_v1alpha1_vpcnetworkconfigurations.yaml +++ b/build/yaml/samples/nsx_v1alpha1_vpcnetworkconfigurations.yaml @@ -13,3 +13,4 @@ spec: - 172.26.0.0/16 - 172.36.0.0/16 podSubnetAccessMode: Private + vpcConnectivityProfile: /orgs/default/projects/wenqi-test/vpc-connectivity-profiles/default diff --git a/test/e2e/manifest/testVPC/customize_networkconfig.yaml b/test/e2e/manifest/testVPC/customize_networkconfig.yaml index c8f291954..16568117c 100644 --- a/test/e2e/manifest/testVPC/customize_networkconfig.yaml +++ b/test/e2e/manifest/testVPC/customize_networkconfig.yaml @@ -11,5 +11,5 @@ spec: - 172.29.0.0/16 - 172.39.0.0/16 podSubnetAccessMode: Public - vpcConnectivityProfile: "" + vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default \ No newline at end of file diff --git a/test/e2e/manifest/testVPC/customize_networkconfig_updated.yaml b/test/e2e/manifest/testVPC/customize_networkconfig_updated.yaml index 625c5a909..a2886d116 100644 --- a/test/e2e/manifest/testVPC/customize_networkconfig_updated.yaml +++ b/test/e2e/manifest/testVPC/customize_networkconfig_updated.yaml @@ -12,5 +12,5 @@ spec: - 172.39.0.0/16 - 172.49.0.0/16 podSubnetAccessMode: Public - vpcConnectivityProfile: "" + vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default \ No newline at end of file diff --git a/test/e2e/manifest/testVPC/default_networkconfig.yaml b/test/e2e/manifest/testVPC/default_networkconfig.yaml index 1d470daea..f2840f2dc 100644 --- a/test/e2e/manifest/testVPC/default_networkconfig.yaml +++ b/test/e2e/manifest/testVPC/default_networkconfig.yaml @@ -15,4 +15,4 @@ spec: - 172.28.0.0/16 - 172.38.0.0/16 podSubnetAccessMode: Public - vpcConnectivityProfile: "" + vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default diff --git a/test/e2e/manifest/testVPC/system_networkconfig.yaml b/test/e2e/manifest/testVPC/system_networkconfig.yaml index c04afc176..5bac77fb5 100644 --- a/test/e2e/manifest/testVPC/system_networkconfig.yaml +++ b/test/e2e/manifest/testVPC/system_networkconfig.yaml @@ -12,5 +12,5 @@ spec: - 172.27.0.0/16 - 172.37.0.0/16 podSubnetAccessMode: Public - vpcConnectivityProfile: "" + vpcConnectivityProfile: /orgs/default/projects/nsx_operator_e2e_test/vpc-connectivity-profiles/default \ No newline at end of file