bosh-vsphere-cpi-release icon indicating copy to clipboard operation
bosh-vsphere-cpi-release copied to clipboard

Adding support for NSXT-9 policy only

Open msrinivasssa opened this issue 2 months ago • 2 comments

Description

bosh-vsphere-cpi specs has tests which uese NSXT Manager APIs extensively. With VCF9 release, the manager mode is removed completely and only Policy APIs are supported.

Ported the specs to use Policy APIs when nsxt_policy_only flag is included.

Whats Added:

  1. Added NSXT-9 swagger ruby client
  2. Added separate test specs for using policy tests.

Related PR and Issues

Fixes # (issue)

Impacted Areas in Application

List general components of the application that this PR will affect:

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [ ] Test A
  • [ ] Test B

Test Configuration:

  • Environment Variables for Integration test:
  • Hardware Requirements in ESXi:
  • Toolchain:
  • SDK:

Checklist:

  • [ ] My code follows the standard ruby style guide
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes

msrinivasssa avatar Sep 12 '25 04:09 msrinivasssa

CLA Missing ID CLA Not Signed

  • :x: The email address for the commit (7203eff9122638d4fb55577ca48a67b2b27ab78c) is not linked to the GitHub account, preventing the EasyCLA check. Consult this Help Article and GitHub Help to resolve. (To view the commit's email address, add .patch at the end of this PR page's URL.) For further assistance with EasyCLA, please submit a support request ticket.
  • :x: - login: @msrinivasssa / name: Madhavan Srinivass Sampath . The commit (f1a515e495335b8387def83ec9120a97463df714, fd16f874e27eaa6f8a3bdfe036cfaec041d0438b, 4456f7478fdf0ac01f33eaec746f6aa498dcd4bf, 0f6c8155ae78980199b384fb882026530e57cd71, 7f3a4c533326434ad6619cc92c9320332dfb3059, 044789d8a2116af86b2ba6f9c47c657117425d44, 90c5d07731e5e20aa7a2d44023eb8b4445c32744, e74d5c26fc8a8495d312fe65074489e839b7fce0, f50f8a48ecff545acf9e36bf7327d9f05dbf1caf, 508628da29008adb25ef857659e1d7c1e587e88d, 18bf88d879db5105b11ebf01398f4d34c110d83f, fae3fa57c2ec5bbd6a1533985787828e99215fa4, 9ca90587e581d8cb2fb3acac07fa3ecb7dce82f3, e817719a4e3d10ea7731551b5e0e3fa7a3210b20) is not authorized under a signed CLA. Please click here to be authorized. For further assistance with EasyCLA, please submit a support request ticket.

Im waiting on getting the bats for vc9 tests green before we merge this.

Alphasite avatar Oct 08 '25 22:10 Alphasite