-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consume updated common-core to fix issues around ip spaces (#651)
Recently two bugs related to ip-spaces were fixed in CPI (common core). viz. * CPI not supporting data center group org vdc networks for ip space related operations * CPI erroring out while processing org vdc networks that have more than one uplink Fix for both bugs were committed to common-core. This PR updates the version of common-core consumed by CAPVCD, to get the fixes. Testing Done: Setup a CSE testbed where the following VCD objects were present * A data center group org vdc network * An Ip Space that is powering the org vdc network * An external network connected to the same org vdc network * Built CPI and CAPVCD images with the fix and hosted them on a private registry. * Updated CSE server config to consume the updated dev images. * Created a cluster from CSE UI. Outcome: * CSE cluster was created successfully along with the load balancer. * Verified IP was reserved for the cluster load balancer properly in the IP space. --------- Signed-off-by: Aritra Sen <[email protected]> Co-authored-by: Aritra Sen <[email protected]>
- Loading branch information
Showing
7 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.3.0 | ||
v1.3.1 |
1 change: 1 addition & 0 deletions
1
vendor/github.com/vmware/cloud-provider-for-cloud-director/pkg/vcdsdk/auth.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
34 changes: 18 additions & 16 deletions
34
vendor/github.com/vmware/cloud-provider-for-cloud-director/pkg/vcdsdk/gateway.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 7 additions & 5 deletions
12
...client_37_2/model_access_control_grant.go → ..._2/model_access_control_grant_modified.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters